Re: [ovs-dev] [PATCH v4 1/3] userspace: add support for pop_eth and push_eth actions

2014-07-09 Thread Lori Jakab
On 7/9/14, 4:50 PM, Thomas Graf wrote: On 06/27/14 at 04:21pm, Lorand Jakab wrote: diff --git a/lib/odp-execute.c b/lib/odp-execute.c index cb89e72..b5add78 100644 --- a/lib/odp-execute.c +++ b/lib/odp-execute.c @@ -260,6 +260,25 @@ odp_execute_actions__(void *dp, struct dpif_packet **packets,

Re: [ovs-dev] [PATCH v4 1/3] userspace: add support for pop_eth and push_eth actions

2014-07-09 Thread Thomas Graf
On 06/27/14 at 04:21pm, Lorand Jakab wrote: > diff --git a/lib/odp-execute.c b/lib/odp-execute.c > index cb89e72..b5add78 100644 > --- a/lib/odp-execute.c > +++ b/lib/odp-execute.c > @@ -260,6 +260,25 @@ odp_execute_actions__(void *dp, struct dpif_packet > **packets, int cnt, > break;

Re: [ovs-dev] [PATCH v4 1/3] userspace: add support for pop_eth and push_eth actions

2014-07-07 Thread Ben Pfaff
On Fri, Jun 27, 2014 at 04:21:53PM +0300, Lorand Jakab wrote: > These actions will allow L2->L3 and L3->L2 switching, and are supposed > to be added to flows installed in the datapath transparently by > ovs-vswitchd. > > Signed-off-by: Lorand Jakab Looks good to me, needs approval of Jesse or Pr

[ovs-dev] [PATCH v4 1/3] userspace: add support for pop_eth and push_eth actions

2014-06-27 Thread Lorand Jakab
These actions will allow L2->L3 and L3->L2 switching, and are supposed to be added to flows installed in the datapath transparently by ovs-vswitchd. Signed-off-by: Lorand Jakab --- include/linux/openvswitch.h | 12 + lib/dpif-netdev.c | 2 ++ lib/dpif.c | 2 +