numam-dpdk/drivers/net/avf
Xiaoyun Li f59917c840 net/avf: fix traffic blocked on reset
When resetting ports, traffic will be blocked. There is a mistake when
getting hw info at avf_dev_stop. This causes the device stop without
stopping queues. This patch fixes this issue.

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

Signed-off-by: Xiaoyun Li <xiaoyun.li@intel.com>
Acked-by: Helin Zhang <helin.zhang@intel.com>
2018-05-17 19:06:29 +02:00
..
base net/avf/base: add base code for avf PMD 2018-01-16 18:47:49 +01:00
avf_ethdev.c net/avf: fix traffic blocked on reset 2018-05-17 19:06:29 +02:00
avf_log.h net/avf: enable basic Rx Tx 2018-01-16 18:47:49 +01:00
avf_rxtx_vec_common.h ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
avf_rxtx_vec_sse.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
avf_rxtx.c ethdev: new Rx/Tx offloads API 2018-05-14 22:31:51 +01:00
avf_rxtx.h net/avf: convert to new Rx and Tx offload API 2018-04-14 00:40:21 +02:00
avf_vchnl.c ethdev: separate driver APIs 2018-01-22 01:26:49 +01:00
avf.h net/avf: enable bulk allocate Rx 2018-01-16 18:47:49 +01:00
Makefile net/avf: fix makefile typo 2018-01-21 15:51:52 +01:00
rte_pmd_avf_version.map net/avf: initialize PMD 2018-01-16 18:47:49 +01:00