[Qemu-devel] [PATCH V2 0/2] COLO-compare: Optimize tcp compare performance and trace format.

Zhang Chen posted 2 patches 6 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1492482020-29745-1-git-send-email-zhangchen.fnst@cn.fujitsu.com
Test checkpatch passed
Test docker passed
Test s390x passed
net/colo-compare.c | 54 ++++++++++++++++++++++++++++++++++++++++++------------
net/trace-events   |  3 +--
2 files changed, 43 insertions(+), 14 deletions(-)
[Qemu-devel] [PATCH V2 0/2] COLO-compare: Optimize tcp compare performance and trace format.
Posted by Zhang Chen 6 years, 11 months ago
In the first patch, we add tcp options support to optimize compare performance.
and another patch simplified code and adjust trace print format.

Zhang Chen (2):
  COLO-compare: Optimize tcp compare for option field
  COLO-compare: Optimize tcp compare trace event

 net/colo-compare.c | 54 ++++++++++++++++++++++++++++++++++++++++++------------
 net/trace-events   |  3 +--
 2 files changed, 43 insertions(+), 14 deletions(-)

-- 
2.7.4




Re: [Qemu-devel] [PATCH V2 0/2] COLO-compare: Optimize tcp compare performance and trace format.
Posted by Jason Wang 6 years, 11 months ago

On 2017年04月18日 10:20, Zhang Chen wrote:
> In the first patch, we add tcp options support to optimize compare performance.
> and another patch simplified code and adjust trace print format.
>
> Zhang Chen (2):
>    COLO-compare: Optimize tcp compare for option field
>    COLO-compare: Optimize tcp compare trace event
>
>   net/colo-compare.c | 54 ++++++++++++++++++++++++++++++++++++++++++------------
>   net/trace-events   |  3 +--
>   2 files changed, 43 insertions(+), 14 deletions(-)
>

Applied, thanks.