Re: [ovs-dev] [PATCH 06/24] datapath: Sync OVS recursive loop counter with upstream.

2016-07-17 Thread pravin shelar
On Sat, Jul 16, 2016 at 4:31 PM, Jesse Gross wrote: > On Tue, Jul 12, 2016 at 10:23 PM, Pravin B Shelar wrote: >> @@ -1196,31 +1194,26 @@ int ovs_execute_actions(struct datapath *dp, struct >> sk_buff *skb, >> const struct

Re: [ovs-dev] [PATCH 06/24] datapath: Sync OVS recursive loop counter with upstream.

2016-07-16 Thread Jesse Gross
On Tue, Jul 12, 2016 at 10:23 PM, Pravin B Shelar wrote: > @@ -1196,31 +1194,26 @@ int ovs_execute_actions(struct datapath *dp, struct > sk_buff *skb, > const struct sw_flow_actions *acts, > struct sw_flow_key *key) > { [...] > +

[ovs-dev] [PATCH 06/24] datapath: Sync OVS recursive loop counter with upstream.

2016-07-12 Thread Pravin B Shelar
Signed-off-by: Pravin B Shelar --- datapath/actions.c | 31 --- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/datapath/actions.c b/datapath/actions.c index ed44ead..3cd2922 100644 --- a/datapath/actions.c +++ b/datapath/actions.c @@