numam-dpdk/drivers/net/idpf
Beilei Xing 8c6ef17e1f net/idpf: fix checks in multi-queue config and stop
There's core dump when launching l3fwd with 1 queue 1 core. It's
because NULL pointer is used if fail to configure device.
This patch removes incorrect check during device configuration,
and checks NULL pointer when executing VIRTCHNL2_OP_DEALLOC_VECTORS.

Fixes: 549343c25d ("net/idpf: support device initialization")
Fixes: 70675bcc3a ("net/idpf: support RSS")
Fixes: 37291a68fd ("net/idpf: support write back based on ITR expire")

Signed-off-by: Beilei Xing <beilei.xing@intel.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
2022-11-18 19:05:53 +01:00
..
idpf_ethdev.c net/idpf: fix checks in multi-queue config and stop 2022-11-18 19:05:53 +01:00
idpf_ethdev.h net/idpf: stop before closing device 2022-11-15 15:05:24 +01:00
idpf_logs.h net/idpf: support device initialization 2022-10-31 14:29:55 +01:00
idpf_rxtx_vec_avx512.c net/idpf: add AVX512 data path for single queue model 2022-10-31 14:34:10 +01:00
idpf_rxtx_vec_common.h net/idpf: add AVX512 data path for single queue model 2022-10-31 14:34:10 +01:00
idpf_rxtx.c drivers/net: remove unnecessary null checks 2022-11-15 15:04:22 +01:00
idpf_rxtx.h net/idpf: fix TSO 2022-11-09 16:33:27 +01:00
idpf_vchnl.c net/idpf: fix build on CentOS 7 2022-11-09 11:10:59 +01:00
meson.build net/idpf: add AVX512 data path for single queue model 2022-10-31 14:34:10 +01:00