Re: [PATCH net-next 2/9] net: openvswitch: convert mask list in mask array

2019-10-07 Thread Tonghao Zhang
On Wed, Oct 2, 2019 at 10:02 AM Pravin Shelar wrote: > > On Sun, Sep 29, 2019 at 7:09 PM wrote: > > > > From: Tonghao Zhang > > > > Port the codes to linux upstream and with little changes. > > > > Pravin B Shelar, says: > > | mask caches index of mask in mask_list. On packet recv OVS > > | need

Re: [PATCH net-next 2/9] net: openvswitch: convert mask list in mask array

2019-10-01 Thread Pravin Shelar
On Sun, Sep 29, 2019 at 7:09 PM wrote: > > From: Tonghao Zhang > > Port the codes to linux upstream and with little changes. > > Pravin B Shelar, says: > | mask caches index of mask in mask_list. On packet recv OVS > | need to traverse mask-list to get cached mask. Therefore array > | is better f