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

2016-06-16 Thread Xing, Beilei
Hi Bruce, > -Original Message- > From: Richardson, Bruce > Sent: Wednesday, June 15, 2016 7:04 PM > To: Xing, Beilei > Cc: Lu, Wenzhuo ; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] e1000: configure VLAN TPID > > On Fri, Jun 03, 2016 at 10:59:15AM

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

2016-06-15 Thread Bruce Richardson
On Fri, Jun 03, 2016 at 10:59:15AM +0800, Beilei Xing wrote: > This patch enables configuring the ether types of both inner and > outer VLANs. Note that outer TPID of single VLAN and inner TPID of > double VLAN are read only. > Commit message does not actually match the code, and I there is somet

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

2016-06-03 Thread Beilei Xing
This patch enables configuring the ether types of both inner and outer VLANs. Note that outer TPID of single VLAN and inner TPID of double VLAN are read only. Signed-off-by: Beilei Xing --- v2 changes: Modify return value. Cause inner tpid is not supported by single vlan, return -ENOTSUP. Add

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

2016-06-03 Thread Wang, Xiao W
Hi, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Beilei Xing > Sent: Friday, June 3, 2016 10:59 AM > To: Lu, Wenzhuo > Cc: dev at dpdk.org; Xing, Beilei > Subject: [dpdk-dev] [PATCH v2] e1000: configure VLAN TPID > > This patch