numam-dpdk/drivers/net/iavf
Junyu Jiang 1feb8e3f4e net/iavf: fix RSS RETA after restart
This patch moved the RSS initialization from dev start to
dev configure, to fix the issue that RSS redirection table
can not be kept after restarting port.

Fixes: 69dd4c3d08 ("net/avf: enable queue and device")
Cc: stable@dpdk.org

Signed-off-by: Junyu Jiang <junyux.jiang@intel.com>
Acked-by: Qiming Yang <qiming.yang@intel.com>
2020-07-07 23:38:26 +02:00
..
iavf_ethdev.c net/iavf: fix RSS RETA after restart 2020-07-07 23:38:26 +02:00
iavf_fdir.c
iavf_generic_flow.c net/iavf: fix flow access 2020-05-22 17:10:15 +02:00
iavf_generic_flow.h
iavf_hash.c net/iavf: fix RSS protocol field selector 2020-05-28 17:57:07 +02:00
iavf_log.h
iavf_rxtx_vec_avx2.c
iavf_rxtx_vec_common.h net/iavf: fix setting L2TAG 2020-05-22 17:10:15 +02:00
iavf_rxtx_vec_sse.c
iavf_rxtx.c net/iavf: remove useless assignment in Rx 2020-05-18 20:35:07 +02:00
iavf_rxtx.h net/iavf: fix flow director after queue reconfigured 2020-05-21 15:53:14 +02:00
iavf_vchnl.c net/iavf: fix RXDID setting for Rx queue 2020-05-18 20:35:57 +02:00
iavf.h
Makefile
meson.build
rte_pmd_iavf_version.map