Re: [Qemu-devel] [PATCH 1/2] colo: compare the packet based on the tcp sequence number

2017-12-04 Thread Mao Zhongyi
On 12/04/2017 03:24 PM, Zhang Chen wrote: On Mon, Dec 4, 2017 at 3:32 AM, Mao Zhongyi > wrote: On 12/04/2017 09:41 AM, Zhang Chen wrote: On Tue, Nov 28, 2017 at 8:04 PM, Mao Zhongyi

Re: [Qemu-devel] [PATCH 1/2] colo: compare the packet based on the tcp sequence number

2017-12-03 Thread Zhang Chen
On Mon, Dec 4, 2017 at 3:32 AM, Mao Zhongyi wrote: > > > On 12/04/2017 09:41 AM, Zhang Chen wrote: > >> >> >> On Tue, Nov 28, 2017 at 8:04 PM, Mao Zhongyi > > wrote: >> >> The primary and secondary

Re: [Qemu-devel] [PATCH 1/2] colo: compare the packet based on the tcp sequence number

2017-12-03 Thread Mao Zhongyi
On 12/04/2017 09:41 AM, Zhang Chen wrote: On Tue, Nov 28, 2017 at 8:04 PM, Mao Zhongyi > wrote: The primary and secondary guest has the same TCP stream, but the the packet sizes are different due to the different

Re: [Qemu-devel] [PATCH 1/2] colo: compare the packet based on the tcp sequence number

2017-12-03 Thread Zhang Chen
On Tue, Nov 28, 2017 at 8:04 PM, Mao Zhongyi wrote: > The primary and secondary guest has the same TCP stream, but the > the packet sizes are different due to the different fragmentation. > > In the current impletation, compare the packet with the size of >

[Qemu-devel] [PATCH 1/2] colo: compare the packet based on the tcp sequence number

2017-11-28 Thread Mao Zhongyi
The primary and secondary guest has the same TCP stream, but the the packet sizes are different due to the different fragmentation. In the current impletation, compare the packet with the size of payload, but packets of the same size and payload are very few, so it triggers