Re: [ovs-dev] [PATCH net-next v14 2/5] openvswitch: Refactor ovs_flow_tbl_insert().

2015-01-21 Thread Pravin Shelar
On Wed, Jan 21, 2015 at 4:42 PM, Joe Stringer wrote: > Rework so that ovs_flow_tbl_insert() calls flow_{key,mask}_insert(). > This tidies up a future patch. > > Signed-off-by: Joe Stringer Acked-by: Pravin B Shelar ___ dev mailing list dev@openvswitch.

[ovs-dev] [PATCH net-next v14 2/5] openvswitch: Refactor ovs_flow_tbl_insert().

2015-01-21 Thread Joe Stringer
Rework so that ovs_flow_tbl_insert() calls flow_{key,mask}_insert(). This tidies up a future patch. Signed-off-by: Joe Stringer --- net/openvswitch/flow_table.c | 21 ++--- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/net/openvswitch/flow_table.c b/net/openvsw