Re: [ovs-dev] [PATCH v6 5/6] datapath: Split ovs_flow_cmd_new_or_set().

2014-04-01 Thread Pravin Shelar
On Mon, Mar 31, 2014 at 11:18 AM, Jarno Rajahalme wrote: > Following patch will be easier to reason about with separate > ovs_flow_cmd_new() and ovs_flow_cmd_set() functions. > > Signed-off-by: Jarno Rajahalme LGTM Acked-by: Pravin B Shelar ___ dev

[ovs-dev] [PATCH v6 5/6] datapath: Split ovs_flow_cmd_new_or_set().

2014-03-31 Thread Jarno Rajahalme
Following patch will be easier to reason about with separate ovs_flow_cmd_new() and ovs_flow_cmd_set() functions. Signed-off-by: Jarno Rajahalme --- datapath/datapath.c | 161 +-- 1 file changed, 117 insertions(+), 44 deletions(-) diff --git a/da