Re: [Qemu-devel] [PATCH V12 05/10] colo-compare: track connection and enqueue packet

2016-08-31 Thread Zhang Chen
On 08/31/2016 04:52 PM, Jason Wang wrote: On 2016年08月17日 16:10, Zhang Chen wrote: In this patch we use kernel jhash table to track connection, and then enqueue net packet like this: + CompareState ++ | | +---+ +---+ +---+ |conn lis

Re: [Qemu-devel] [PATCH V12 05/10] colo-compare: track connection and enqueue packet

2016-08-31 Thread Jason Wang
On 2016年08月17日 16:10, Zhang Chen wrote: In this patch we use kernel jhash table to track connection, and then enqueue net packet like this: + CompareState ++ | | +---+ +---+ +---+ |conn list +--->conn +->conn

[Qemu-devel] [PATCH V12 05/10] colo-compare: track connection and enqueue packet

2016-08-17 Thread Zhang Chen
In this patch we use kernel jhash table to track connection, and then enqueue net packet like this: + CompareState ++ | | +---+ +---+ +---+ |conn list +--->conn +->conn | +---+ +-