[dpdk-dev] [PATCH] e1000: configure VLAN TPID

2016-06-03 Thread Xing, Beilei
> -Original Message- > From: Wang, Xiao W > Sent: Thursday, June 2, 2016 2:44 PM > To: Xing, Beilei ; Lu, Wenzhuo > > Cc: dev at dpdk.org > Subject: RE: [dpdk-dev] [PATCH] e1000: configure VLAN TPID > > Hi Beilei, > > > -Original Message---

[dpdk-dev] [PATCH] e1000: configure VLAN TPID

2016-06-02 Thread Wang, Xiao W
Hi Beilei, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Beilei Xing > Sent: Thursday, April 21, 2016 4:56 PM > To: Lu, Wenzhuo > Cc: dev at dpdk.org; Xing, Beilei > Subject: [dpdk-dev] [PATCH] e1000: configure VLAN TPID >

[dpdk-dev] [PATCH] e1000: configure VLAN TPID

2016-04-21 Thread Beilei Xing
This patch enables configuring the ether types of both inner and outer VLANs. Note that TPID of single or inner VLAN is read only. Signed-off-by: Beilei Xing --- drivers/net/e1000/igb_ethdev.c | 34 +++--- 1 file changed, 31 insertions(+), 3 deletions(-) diff --git