f59917c840
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: 69dd4c3d0898 ("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>