Re: [dpdk-dev] [DPDK] net/e1000: add the VLAN capabilities of NIC

2020-07-19 Thread Zhao1, Wei
Hi, > -Original Message- > From: Peng, ZhihongX > Sent: Monday, July 20, 2020 9:47 AM > To: Zhao1, Wei ; Guo, Jia > Cc: dev@dpdk.org; Peng, ZhihongX ; > wei@intel.com > Subject: [DPDK] net/e1000: add the VLAN capabilities of NIC > > From: Peng Zhihong > > The rte_eth_dev_set_vlan

[dpdk-dev] [DPDK] net/e1000: add the VLAN capabilities of NIC

2020-07-19 Thread zhihongx . peng
From: Peng Zhihong The rte_eth_dev_set_vlan_offload function will check whether the NIC has the set vlan feature. If it has not, it will return failure. So need to add all the vlan feature flags of the NIC. Fixes: ef990fb56e55 ("net/e1000: convert to new Rx offloads API") Cc: wei@intel.com