Re: [ovs-dev] [PATCH net-next 0/9] optimize openvswitch flow looking up

2019-10-07 Thread Tonghao Zhang
On Fri, Oct 4, 2019 at 1:09 AM William Tu wrote: > > Hi Tonghao, > > Thanks for the patch. > > > On 29 Sep 2019, at 19:09, xiangxia.m@gmail.com wrote: > > > > > From: Tonghao Zhang > > > > > > This series patch optimize openvswitch. > > > > > > Patch 1, 2, 4: Port Pravin B Shelar patches to >

Re: [ovs-dev] [PATCH net-next 0/9] optimize openvswitch flow looking up

2019-10-03 Thread William Tu
Hi Tonghao, Thanks for the patch. > On 29 Sep 2019, at 19:09, xiangxia.m@gmail.com wrote: > > > From: Tonghao Zhang > > > > This series patch optimize openvswitch. > > > > Patch 1, 2, 4: Port Pravin B Shelar patches to > > linux upstream with little changes. > > I thought the idea of adding

Re: [PATCH net-next 0/9] optimize openvswitch flow looking up

2019-10-01 Thread David Miller
From: xiangxia.m@gmail.com Date: Mon, 30 Sep 2019 01:09:57 +0800 > This series patch optimize openvswitch. Someone please review this series. Thank you.

Re: [PATCH net-next 0/9] optimize openvswitch flow looking up

2019-10-01 Thread Eelco Chaudron
Interesting performance gain, copied in the OVS development mailing list. //Eelco On 29 Sep 2019, at 19:09, xiangxia.m@gmail.com wrote: From: Tonghao Zhang This series patch optimize openvswitch. Patch 1, 2, 4: Port Pravin B Shelar patches to linux upstream with little changes. Patch

[PATCH net-next 0/9] optimize openvswitch flow looking up

2019-09-29 Thread xiangxia . m . yue
From: Tonghao Zhang This series patch optimize openvswitch. Patch 1, 2, 4: Port Pravin B Shelar patches to linux upstream with little changes. Patch 5, 6, 7: Optimize the flow looking up and simplify the flow hash. Patch 8: is a bugfix. The performance test is on Intel Xeon E5-2630 v4. The te