Re: [Qemu-devel] [PATCH] COLO-compare: Improve tcp compare trace event readability

2017-05-04 Thread Jason Wang
On 2017年04月27日 11:46, Zhang Chen wrote: Because of previous patch's trace arguments over the limit of UST backend, so I rewrite the patch. Signed-off-by: Zhang Chen --- net/colo-compare.c | 33 ++--- net/trace-events | 3 +-- 2 files changed, 23 insertions(+

[Qemu-devel] [PATCH] COLO-compare: Improve tcp compare trace event readability

2017-04-26 Thread Zhang Chen
Because of previous patch's trace arguments over the limit of UST backend, so I rewrite the patch. Signed-off-by: Zhang Chen --- net/colo-compare.c | 33 ++--- net/trace-events | 3 +-- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/net/colo-compa