Re: [ovs-dev] [PATCH 2/2] datapath: Refactor actions in terms of match fields.

2011-10-11 Thread Jesse Gross
On Fri, Oct 7, 2011 at 1:03 PM, Pravin B Shelar wrote: > diff --git a/datapath/actions.c b/datapath/actions.c > index 945c461..f619e43 100644 > --- a/datapath/actions.c > +++ b/datapath/actions.c > @@ -295,6 +310,12 @@ static int do_execute_actions(struct datapath *dp, > struct sk_buff *skb, > >

Re: [ovs-dev] [PATCH 2/2] datapath: Refactor actions in terms of match fields.

2011-10-10 Thread Ben Pfaff
On Fri, Oct 07, 2011 at 01:03:27PM -0700, Pravin B Shelar wrote: > Following match makes necessary changes required in ovs kernel module > to handle new format of actions list passed from user-space. > Validation and execution paths are changed. > > Signed-off-by: Pravin B Shelar > Bug #7115 > +

[ovs-dev] [PATCH 2/2] datapath: Refactor actions in terms of match fields.

2011-10-07 Thread Pravin B Shelar
Following match makes necessary changes required in ovs kernel module to handle new format of actions list passed from user-space. Validation and execution paths are changed. Signed-off-by: Pravin B Shelar Bug #7115 --- datapath/actions.c | 191 -