RE: [PATCH v3 4/6] net/colo-compare.c: Only hexdump packets if tracing is enabled

2020-04-26 Thread Zhang, Chen
> -Original Message- > From: Lukas Straub > Sent: Monday, April 27, 2020 5:19 AM > To: qemu-devel > Cc: Zhang, Chen ; Li Zhijian > ; Jason Wang ; Marc- > André Lureau ; Paolo Bonzini > > Subject: [PATCH v3 4/6] net/colo-compare.c: Only hexdump pack

[PATCH v3 4/6] net/colo-compare.c: Only hexdump packets if tracing is enabled

2020-04-26 Thread Lukas Straub
Else the log will be flooded if there is a lot of network traffic. Signed-off-by: Lukas Straub --- net/colo-compare.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net/colo-compare.c b/net/colo-compare.c index ff6a740284..6634911770 100644 --- a/net/colo-compare.