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

2014-05-22 Thread Lori Jakab
On 5/22/14, 9:45 PM, Jesse Gross wrote: On Thu, May 22, 2014 at 11:34 AM, Ben Pfaff wrote: On Tue, May 13, 2014 at 05:02:14PM +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-v

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

2014-05-22 Thread Lori Jakab
On 5/22/14, 9:34 PM, Ben Pfaff wrote: On Tue, May 13, 2014 at 05:02:14PM +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 This appears to

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

2014-05-22 Thread Jesse Gross
On Thu, May 22, 2014 at 11:34 AM, Ben Pfaff wrote: > On Tue, May 13, 2014 at 05:02:14PM +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: Lora

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

2014-05-22 Thread Ben Pfaff
On Tue, May 13, 2014 at 05:02:14PM +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 This appears to renumber some existing OVS_ACTI

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

2014-05-13 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 | 16 ++-- lib/dpif-netdev.c | 2 ++ lib/dpif.c |