Re: [dpdk-dev] [PATCH v5] net/ixgbe: fix to config VLAN strip on the fly

2018-05-20 Thread Zhang, Helin
t; Subject: [dpdk-dev] [PATCH v5] net/ixgbe: fix to config VLAN strip on the fly > > The old ixgbe_vlan_offload_set() is called by > rte_eth_dev_set_vlan_offload() which is meant to config VLAN > strip/filter/extend on all queues. > This old function is also called by rte_eth_dev_start()/ix

[dpdk-dev] [PATCH v5] net/ixgbe: fix to config VLAN strip on the fly

2018-05-19 Thread Wei Dai
The old ixgbe_vlan_offload_set() is called by rte_eth_dev_set_vlan_offload() which is meant to config VLAN strip/filter/extend on all queues. This old function is also called by rte_eth_dev_start()/ixgbe_dev_start() which need support per-queue VALN strip on only parts of queues. So add new functi