Re: [ovs-dev] [PATCH V2 4/4] datapath: Compact mask list array.

2014-04-29 Thread Pravin Shelar
On Wed, Apr 23, 2014 at 3:38 PM, Thomas Graf wrote: > On 04/23/2014 05:49 PM, Pravin B Shelar wrote: >> >> Along with flow-table rehashing OVS can compact masks array. This >> allows us to calculate highest index for mask array. >> >> Signed-off-by: Pravin B Shelar > > > Looks great in general,

Re: [ovs-dev] [PATCH V2 4/4] datapath: Compact mask list array.

2014-04-23 Thread Thomas Graf
On 04/23/2014 05:49 PM, Pravin B Shelar wrote: Along with flow-table rehashing OVS can compact masks array. This allows us to calculate highest index for mask array. Signed-off-by: Pravin B Shelar Looks great in general, see comment below. --- datapath/flow_table.c | 24 +++

[ovs-dev] [PATCH V2 4/4] datapath: Compact mask list array.

2014-04-23 Thread Pravin B Shelar
Along with flow-table rehashing OVS can compact masks array. This allows us to calculate highest index for mask array. Signed-off-by: Pravin B Shelar --- datapath/flow_table.c | 24 datapath/flow_table.h |2 +- 2 files changed, 21 insertions(+), 5 deletions(-) di