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 <wenzhuo.lu at intel.com> > Cc: dev at dpdk.org; Xing, Beilei <beilei.xing at intel.com> > Subject: [dpdk-dev] [PATCH v2] e1000: configure VLAN TPID > > 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 <beilei.xing at intel.com> > --- > v2 changes: > Modify return value. Cause inner tpid is not supported by single vlan, > return - > ENOTSUP. > Add return value. If want to set inner TPID of double vlan or set outer > tpid of > single vlan, return -ENOTSUP. > Acked-by: Xiao Wang <xiao.w.wang at intel.com>