Re: [ovs-dev] [PATCH 2/4] userspace: add support for pop_eth and push_eth actions

2013-11-15 Thread Ben Pfaff
On Tue, Nov 12, 2013 at 04:36:24PM +0200, 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 reasonable to me. ___

[ovs-dev] [PATCH 2/4] userspace: add support for pop_eth and push_eth actions

2013-11-12 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/odp-execute.c | 12 + lib/odp-util.c