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()
>
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
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