Re: [PATCH 3/3] net/colo-compare: Add handler for passthrough connection

2021-01-15 Thread Lukas Straub
. David Alan > > Gilbert ; Markus Armbruster ; > > Zhang Chen > > Subject: Re: [PATCH 3/3] net/colo-compare: Add handler for passthrough > > connection > > > > On Thu, 24 Dec 2020 09:09:18 +0800 > > Zhang Chen wrote: > > > > > From: Zhang

RE: [PATCH 3/3] net/colo-compare: Add handler for passthrough connection

2021-01-15 Thread Zhang, Chen
> -Original Message- > From: Lukas Straub > Sent: Thursday, January 14, 2021 9:51 PM > To: Zhang, Chen > Cc: Jason Wang ; qemu-dev de...@nongnu.org>; Eric Blake ; Dr. David Alan > Gilbert ; Markus Armbruster ; > Zhang Chen > Subject: Re: [PATCH 3/3] ne

RE: [PATCH 3/3] net/colo-compare: Add handler for passthrough connection

2021-01-15 Thread Zhang, Chen
> -Original Message- > From: Lukas Straub > Sent: Thursday, January 14, 2021 9:45 PM > To: Zhang, Chen > Cc: Jason Wang ; qemu-dev de...@nongnu.org>; Eric Blake ; Dr. David Alan > Gilbert ; Markus Armbruster ; > Zhang Chen > Subject: Re: [PATCH 3/3] ne

Re: [PATCH 3/3] net/colo-compare: Add handler for passthrough connection

2021-01-14 Thread Lukas Straub
On Thu, 24 Dec 2020 09:09:18 +0800 Zhang Chen wrote: > From: Zhang Chen > > Currently, we just use guest's TCP/UDP source port as the key > to bypass certain network traffic. > > Signed-off-by: Zhang Chen > --- > net/colo-compare.c | 49 ++ >

Re: [PATCH 3/3] net/colo-compare: Add handler for passthrough connection

2021-01-14 Thread Lukas Straub
On Thu, 24 Dec 2020 09:09:18 +0800 Zhang Chen wrote: > From: Zhang Chen > > Currently, we just use guest's TCP/UDP source port as the key > to bypass certain network traffic. > > Signed-off-by: Zhang Chen > --- > net/colo-compare.c | 49 ++ >

[PATCH 3/3] net/colo-compare: Add handler for passthrough connection

2020-12-23 Thread Zhang Chen
From: Zhang Chen Currently, we just use guest's TCP/UDP source port as the key to bypass certain network traffic. Signed-off-by: Zhang Chen --- net/colo-compare.c | 49 ++ net/colo-compare.h | 2 ++ net/net.c | 27 +