[Qemu-devel] [PATCH 0/4] Optimize COLO-compare performance

Mao Zhongyi posted 4 patches 6 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20171013063209.15617-1-maozy.fnst@cn.fujitsu.com
Test checkpatch passed
Test docker passed
Test s390x passed
net/colo-compare.c | 61 +++++++++++++++++++++++++++++++-----------------------
net/colo.c         | 18 +++++++++-------
net/colo.h         |  1 +
3 files changed, 46 insertions(+), 34 deletions(-)
[Qemu-devel] [PATCH 0/4] Optimize COLO-compare performance
Posted by Mao Zhongyi 6 years, 6 months ago
In this series, adjust the way that the packet are queued and compared
to improve the colo net performence.

Cc: Zhang Chen <zhangckid@gmail.com>
Cc: Li Zhijian <lizhijian@cn.fujitsu.com>
Cc: Jason Wang <jasowang@redhat.com>

Mao Zhongyi (4):
  colo-compare: Insert packet into the suitable position of packet queue
    directly
  colo-compare: compare the packet in a specified Connection
  colo-compare: Fix comments
  colo: Consolidate the duplicate code chunk into a routine

 net/colo-compare.c | 61 +++++++++++++++++++++++++++++++-----------------------
 net/colo.c         | 18 +++++++++-------
 net/colo.h         |  1 +
 3 files changed, 46 insertions(+), 34 deletions(-)

-- 
2.9.4




Re: [Qemu-devel] [PATCH 0/4] Optimize COLO-compare performance
Posted by Jason Wang 6 years, 6 months ago

On 2017年10月13日 14:32, Mao Zhongyi wrote:
> In this series, adjust the way that the packet are queued and compared
> to improve the colo net performence.
>
> Cc: Zhang Chen <zhangckid@gmail.com>
> Cc: Li Zhijian <lizhijian@cn.fujitsu.com>
> Cc: Jason Wang <jasowang@redhat.com>
>
> Mao Zhongyi (4):
>    colo-compare: Insert packet into the suitable position of packet queue
>      directly
>    colo-compare: compare the packet in a specified Connection
>    colo-compare: Fix comments
>    colo: Consolidate the duplicate code chunk into a routine
>
>   net/colo-compare.c | 61 +++++++++++++++++++++++++++++++-----------------------
>   net/colo.c         | 18 +++++++++-------
>   net/colo.h         |  1 +
>   3 files changed, 46 insertions(+), 34 deletions(-)
>

Applied.

Thanks