Re: [ovs-dev] [PATCH v8 1/5] Add execute_actions

2013-05-21 Thread Simon Horman
On Fri, May 17, 2013 at 01:40:10PM -0700, Jesse Gross wrote: > On Wed, May 15, 2013 at 1:31 AM, Simon Horman wrote: > > This moves generic action execution code out of lib/dpif-netedev.c > > and into a new file, lib/execute-actions.c. > > > > This is in preparation for using execute_set_action() >

Re: [ovs-dev] [PATCH v8 1/5] Add execute_actions

2013-05-17 Thread Jesse Gross
On Wed, May 15, 2013 at 1:31 AM, Simon Horman wrote: > This moves generic action execution code out of lib/dpif-netedev.c > and into a new file, lib/execute-actions.c. > > This is in preparation for using execute_set_action() > in lib/odp-util.c to handle recirculation/ > > Signed-off-by: Simon Ho

[ovs-dev] [PATCH v8 1/5] Add execute_actions

2013-05-15 Thread Simon Horman
This moves generic action execution code out of lib/dpif-netedev.c and into a new file, lib/execute-actions.c. This is in preparation for using execute_set_action() in lib/odp-util.c to handle recirculation/ Signed-off-by: Simon Horman --- v7 - v8 * No change v6 * As suggested by Jesse Gross