numam-dpdk/drivers/net
Wei Dai 4724604a7d net/ixgbe: fix 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()/ixgbe_dev_start()
which need support per-queue VALN strip on only parts of queues.

So add new function ixgbe_vlan_offload_config() =
old ixgbe_vlan_offload_set().
This new function is called by ixgbe_dev_start() to support VLAN strip
per-queue configuration.

New ixgbe_vlan_offload_set() = codes to align VLAN strip flags on all
queues with port level setting + new ixgbe_vlan_offload_configure().
The 2nd function is called by rte_eth_dev_set_vlan_offload to support
configure VLAN strip on all queues of whole port.

Fixes: 216f78f4d5 ("net/ixgbe: support VLAN strip per queue offloading in PF")
Fixes: 860a94d3c6 ("net/ixgbe: support VLAN strip per queue offloading in VF")

Signed-off-by: Wei Dai <wei.dai@intel.com>
Signed-off-by: Yanglong Wu <yanglong.wu@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2018-05-23 00:35:01 +02:00
..
af_packet ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
ark ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
avf net/avf: fix traffic blocked on reset 2018-05-17 19:06:29 +02:00
avp drivers/net: use higher level of probing helper for PCI 2018-05-14 22:31:53 +01:00
axgbe net/axgbe: fix EEPROM string comparison 2018-05-14 23:32:23 +02:00
bnx2x net/bnx2x: fix memzone name overrun 2018-05-15 22:28:12 +02:00
bnxt ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
bonding net/bonding: fix slave activation simultaneously 2018-05-14 22:32:23 +01:00
cxgbe net/cxgbe: free resources during uninit 2018-05-14 22:32:23 +01:00
dpaa ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
dpaa2 net/dpaa2: change VLAN strip value to offload flag 2018-05-14 22:32:23 +01:00
e1000 net/e1000: report Tx multi segment offload 2018-05-14 22:31:52 +01:00
ena ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
enic net/enic: fix missing offload capabilities 2018-05-14 22:32:23 +01:00
failsafe net/failsafe: add an RSS hash update callback 2018-05-14 22:32:22 +01:00
fm10k ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
i40e net/i40e: fix failing to disable FDIR Tx queue 2018-05-17 19:06:29 +02:00
ifc net/ifcvf: add ifcvf vDPA driver 2018-04-27 15:54:55 +01:00
ixgbe net/ixgbe: fix config VLAN strip on the fly 2018-05-23 00:35:01 +02:00
kni ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
liquidio drivers/net: use higher level of probing helper for PCI 2018-05-14 22:31:53 +01:00
mlx4 net/mlx4: fix shifts of signed values in Tx 2018-05-17 19:06:29 +02:00
mlx5 net/mlx5: fix build with clang on ARM 2018-05-21 00:55:39 +02:00
mvpp2 ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
nfp net/nfp: fix memcpy out of source range 2018-05-14 23:32:23 +02:00
null ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
octeontx ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
pcap ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
qede net/qede: fix unicast filter routine return code 2018-05-23 00:35:01 +02:00
ring ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
sfc net/sfc: fix errno if flow API RSS action parse fails 2018-05-17 19:44:23 +02:00
softnic ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
szedata2 ethdev: add probing finish function 2018-05-14 22:31:53 +01:00
tap net/tap: support RSS hash update 2018-05-17 19:07:08 +02:00
thunderx ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
vdev_netvsc net/vdev_netvsc: replace strncpy by strlcpy 2018-05-14 23:32:23 +02:00
vhost net/vhost: do not clear offload flags in Rx 2018-05-17 12:29:05 +02:00
virtio net/virtio-user: fix device init in legacy-mem mode 2018-05-17 12:29:05 +02:00
vmxnet3 ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
Makefile net/ifcvf: add ifcvf vDPA driver 2018-04-27 15:54:55 +01:00
meson.build net/mvpp2: add to meson build 2018-04-19 14:10:44 +02:00