Re: [PATCH net-next v2 00/10] optimize openvswitch flow looking up

2019-10-15 Thread Gregory Rose
On 10/15/2019 1:25 AM, Tonghao Zhang wrote: On Tue, Oct 15, 2019 at 6:26 AM Gregory Rose wrote: [snip] Hi Tonghao, I did make the change you suggested: git diff diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index bc14b12..210018a 100644 --- a/net/openvswitch/flo

Re: [PATCH net-next v2 00/10] optimize openvswitch flow looking up

2019-10-15 Thread Tonghao Zhang
On Tue, Oct 15, 2019 at 6:26 AM Gregory Rose wrote: > > On 10/10/2019 1:42 AM, Tonghao Zhang wrote: > > On Wed, Oct 9, 2019 at 1:33 AM Gregory Rose wrote: > >> > > [snip] > > >> Hi Tonghao, > >> > >> I've applied your patch series and built a 5.4.0-rc1 kernel with them. > >> > >> x@ubuntu-160

Re: [PATCH net-next v2 00/10] optimize openvswitch flow looking up

2019-10-14 Thread Gregory Rose
On 10/10/2019 1:42 AM, Tonghao Zhang wrote: On Wed, Oct 9, 2019 at 1:33 AM Gregory Rose wrote: [snip] Hi Tonghao, I've applied your patch series and built a 5.4.0-rc1 kernel with them. x@ubuntu-1604:~$ modinfo openvswitch filename: /lib/modules/5.4.0-rc1+/kernel/net/openvswitch/openv

Re: [PATCH net-next v2 00/10] optimize openvswitch flow looking up

2019-10-10 Thread Tonghao Zhang
On Wed, Oct 9, 2019 at 1:33 AM Gregory Rose wrote: > > > On 10/7/2019 6:00 PM, xiangxia.m@gmail.com wrote: > > From: Tonghao Zhang > > > > This series patch optimize openvswitch for performance or simplify > > codes. > > > > Patch 1, 2, 4: Port Pravin B Shelar patches to > > linux upstream wi

Re: [PATCH net-next v2 00/10] optimize openvswitch flow looking up

2019-10-08 Thread Gregory Rose
On 10/7/2019 6:00 PM, xiangxia.m@gmail.com wrote: From: Tonghao Zhang This series patch optimize openvswitch for performance or simplify codes. 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

[PATCH net-next v2 00/10] optimize openvswitch flow looking up

2019-10-08 Thread xiangxia . m . yue
From: Tonghao Zhang This series patch optimize openvswitch for performance or simplify codes. 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, 9: are bugfix. The performance test