numam-dpdk/drivers/net/ixgbe
Wei Dai 9a7a9072e7 net/ixgbe: fix segfault in configuring VF VLAN strip
This patch fixes a segment fault in ixgbevf_vlan_offload_set( )
when a Rx queue with index < max_rx_queues is not setup.
For such queue, rxq = dev->data->rx_queues[i] is null pointer.

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

Signed-off-by: Wei Dai <wei.dai@intel.com>
Tested-by: Xueqin Lin <xueqin.lin@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2018-04-27 15:54:56 +01:00
..
base build: replace license text with SPDX tag 2018-01-30 21:58:59 +01:00
ixgbe_82599_bypass.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_bypass_api.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_bypass_defines.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_bypass.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ixgbe_bypass.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_ethdev.c net/ixgbe: fix segfault in configuring VF VLAN strip 2018-04-27 15:54:56 +01:00
ixgbe_ethdev.h net/ixgbe: support VLAN strip per queue offloading in PF 2018-04-14 00:40:21 +02:00
ixgbe_fdir.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ixgbe_flow.c net/ixgbe: remove void pointer cast 2018-03-30 14:08:43 +02:00
ixgbe_ipsec.c net/ixgbe: convert to new Tx offloads API 2018-04-14 00:40:21 +02:00
ixgbe_ipsec.h net/ixgbe: check security enable bits 2018-01-29 10:04:28 +01:00
ixgbe_logs.h net/ixgbe: implement dynamic logging 2018-01-16 18:47:49 +01:00
ixgbe_pf.c net/ixgbe: support VLAN strip per queue offloading in PF 2018-04-14 00:40:21 +02:00
ixgbe_regs.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
ixgbe_rxtx_vec_common.h net/ixgbe: convert to new Rx offloads API 2018-04-14 00:40:21 +02:00
ixgbe_rxtx_vec_neon.c net/ixgbe: convert to new Rx offloads API 2018-04-14 00:40:21 +02:00
ixgbe_rxtx_vec_sse.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
ixgbe_rxtx.c net/ixgbe: fix missing support of multi-segs offloading 2018-04-27 15:54:56 +01:00
ixgbe_rxtx.h net/ixgbe: fix build when vector driver disabled 2018-04-16 18:57:03 +02:00
ixgbe_tm.c drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
Makefile drivers/net: fix icc deprecated parameter warning 2018-04-14 00:43:30 +02:00
meson.build net/ixgbe: fix library version in meson build 2018-03-28 00:07:35 +02:00
rte_pmd_ixgbe_version.map net/ixgbe: add access and locking APIs for MDIO 2018-04-27 15:54:56 +01:00
rte_pmd_ixgbe.c net/ixgbe: add access and locking APIs for MDIO 2018-04-27 15:54:56 +01:00
rte_pmd_ixgbe.h net/ixgbe: add access and locking APIs for MDIO 2018-04-27 15:54:56 +01:00