[dpdk-dev] [PATCH v3] ixgbe: configure VLAN TPID

2016-06-23 Thread Bruce Richardson
On Tue, Jun 14, 2016 at 03:20:44PM +0800, Beilei Xing wrote: > The patch enables configuring the ether types of both inner and > outer VLANs. > This patch also changes the behaviour for configuring the ether type of a single vlan tag (as with the i40e patch we previously discussed). That must also

[dpdk-dev] [PATCH v3] ixgbe: configure VLAN TPID

2016-06-14 Thread Beilei Xing
The patch enables configuring the ether types of both inner and outer VLANs. Signed-off-by: Beilei Xing --- v3 changes: Fix inserting vlan tpid issue for Tx. drivers/net/ixgbe/ixgbe_ethdev.c | 39 +-- lib/librte_ether/rte_ethdev.h| 4 ++-- 2 files chang

[dpdk-dev] [PATCH v3] ixgbe: configure VLAN TPID

2016-06-14 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Xing, Beilei > Sent: Tuesday, June 14, 2016 3:21 PM > To: Lu, Wenzhuo > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH v3] ixgbe: configure VLAN TPID > > The patch enables configuring the ether types of both inner and outer > VLANs. > > Signed-off-by