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

2016-06-16 Thread Beilei Xing
This patch enables configuring the outer TPID for double VLAN. Note that outer TPID of single VLAN and inner TPID of double VLAN are read only. Signed-off-by: Beilei Xing --- v3 changes: Update commit log and comments. drivers/net/e1000/igb_ethdev.c | 37 ++---

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

2016-06-16 Thread Bruce Richardson
On Thu, Jun 16, 2016 at 11:15:30AM +0800, Beilei Xing wrote: > This patch enables configuring the outer TPID for double VLAN. > Note that outer TPID of single VLAN and inner TPID of double VLAN > are read only. While correct, I think it would be clearer to actually state that all other vlan TPID v

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

2016-06-16 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Xing, Beilei > Sent: Thursday, June 16, 2016 11:16 AM > To: Lu, Wenzhuo > Cc: dev at dpdk.org; Xing, Beilei > Subject: [PATCH v3] e1000: configure VLAN TPID > > This patch enables configuring the outer TPID for double VLAN. > Note that outer TPID of single