Re: [ovs-dev] [PATCH 2/4] Move execute_set_action to lib/odp-util.c

2013-04-09 Thread Jesse Gross
On Mon, Apr 8, 2013 at 8:11 PM, Simon Horman wrote: > On Mon, Apr 08, 2013 at 01:29:52PM -0700, Jesse Gross wrote: >> On Sun, Apr 7, 2013 at 11:43 PM, Simon Horman wrote: >> > Move execute_set_action from lib/dpif-netedev.c to lib/odp-util.c >> > >> > This is in preparation for using execute_set_

Re: [ovs-dev] [PATCH 2/4] Move execute_set_action to lib/odp-util.c

2013-04-08 Thread Simon Horman
On Mon, Apr 08, 2013 at 01:29:52PM -0700, Jesse Gross wrote: > On Sun, Apr 7, 2013 at 11:43 PM, Simon Horman wrote: > > Move execute_set_action from lib/dpif-netedev.c to lib/odp-util.c > > > > This is in preparation for using execute_set_action() > > in lib/odp-util.c to handle recirculation/ > >

Re: [ovs-dev] [PATCH 2/4] Move execute_set_action to lib/odp-util.c

2013-04-08 Thread Jesse Gross
On Sun, Apr 7, 2013 at 11:43 PM, Simon Horman wrote: > Move execute_set_action from lib/dpif-netedev.c to lib/odp-util.c > > This is in preparation for using execute_set_action() > in lib/odp-util.c to handle recirculation/ > > Signed-off-by: Simon Horman > > --- > > packet.c might be a better pl

[ovs-dev] [PATCH 2/4] Move execute_set_action to lib/odp-util.c

2013-04-07 Thread Simon Horman
Move execute_set_action from lib/dpif-netedev.c to lib/odp-util.c This is in preparation for using execute_set_action() in lib/odp-util.c to handle recirculation/ Signed-off-by: Simon Horman --- packet.c might be a better place for execute_set_action() but I'm unsure if accessing struct ovs_ke