Re: [Qemu-devel] [PATCH V2 2/4] net/colo-compare.c: Compare the tcp packets that has the same sequence number

2017-07-17 Thread Dr. David Alan Gilbert
* Zhang Chen (zhangchen.f...@cn.fujitsu.com) wrote: > > > On 07/17/2017 04:55 PM, Dr. David Alan Gilbert wrote: > > * Zhang Chen (zhangchen.f...@cn.fujitsu.com) wrote: > > > > > > On 07/14/2017 11:25 AM, Jason Wang wrote: > > > > > > > > On 2017年07月13日 13:52, Zhang Chen wrote: > > > > > If prim

Re: [Qemu-devel] [PATCH V2 2/4] net/colo-compare.c: Compare the tcp packets that has the same sequence number

2017-07-17 Thread Zhang Chen
On 07/17/2017 04:55 PM, Dr. David Alan Gilbert wrote: * Zhang Chen (zhangchen.f...@cn.fujitsu.com) wrote: On 07/14/2017 11:25 AM, Jason Wang wrote: On 2017年07月13日 13:52, Zhang Chen wrote: If primary packet's sequence number not same with secondary packet's sequence number, no need to compa

Re: [Qemu-devel] [PATCH V2 2/4] net/colo-compare.c: Compare the tcp packets that has the same sequence number

2017-07-17 Thread Dr. David Alan Gilbert
* Zhang Chen (zhangchen.f...@cn.fujitsu.com) wrote: > > > On 07/14/2017 11:25 AM, Jason Wang wrote: > > > > > > On 2017年07月13日 13:52, Zhang Chen wrote: > > > If primary packet's sequence number not same with secondary packet's > > > sequence number, no need to compare the packet other field. >

Re: [Qemu-devel] [PATCH V2 2/4] net/colo-compare.c: Compare the tcp packets that has the same sequence number

2017-07-17 Thread Zhang Chen
On 07/14/2017 11:25 AM, Jason Wang wrote: On 2017年07月13日 13:52, Zhang Chen wrote: If primary packet's sequence number not same with secondary packet's sequence number, no need to compare the packet other field. Signed-off-by: Zhang Chen --- net/colo-compare.c | 6 ++ 1 file changed,

Re: [Qemu-devel] [PATCH V2 2/4] net/colo-compare.c: Compare the tcp packets that has the same sequence number

2017-07-14 Thread Dr. David Alan Gilbert
* Zhang Chen (zhangchen.f...@cn.fujitsu.com) wrote: > If primary packet's sequence number not same with secondary packet's > sequence number, no need to compare the packet other field. > > Signed-off-by: Zhang Chen > --- > net/colo-compare.c | 6 ++ > 1 file changed, 6 insertions(+) > > dif

Re: [Qemu-devel] [PATCH V2 2/4] net/colo-compare.c: Compare the tcp packets that has the same sequence number

2017-07-13 Thread Jason Wang
On 2017年07月13日 13:52, Zhang Chen wrote: If primary packet's sequence number not same with secondary packet's sequence number, no need to compare the packet other field. Signed-off-by: Zhang Chen --- net/colo-compare.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/colo-compa

[Qemu-devel] [PATCH V2 2/4] net/colo-compare.c: Compare the tcp packets that has the same sequence number

2017-07-12 Thread Zhang Chen
If primary packet's sequence number not same with secondary packet's sequence number, no need to compare the packet other field. Signed-off-by: Zhang Chen --- net/colo-compare.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/net/colo-compare.c b/net/colo-compare.c index 0f8e198..2caeb