Re: [ovs-dev] [PATCH v4 3/4] lib: Add tpid parameter to eth_push_vlan()

2014-01-07 Thread Ben Pfaff
On Tue, Jan 07, 2014 at 02:33:39PM +0900, Simon Horman wrote: > This is in preparation for pushing vlan tags > using the TPID provided by the kernel via auxdata. > > Signed-off-by: Simon Horman Looks good, thanks. ___ dev mailing list dev@openvswitch.o

[ovs-dev] [PATCH v4 3/4] lib: Add tpid parameter to eth_push_vlan()

2014-01-06 Thread Simon Horman
This is in preparation for pushing vlan tags using the TPID provided by the kernel via auxdata. Signed-off-by: Simon Horman --- v4 * First post --- lib/cfm.c| 2 +- lib/flow.c | 2 +- lib/odp-execute.c| 2 +- lib/packets.c| 4 ++-