Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net/iavf: fix device stop during reset
[ upstream commit 24b8bc86dc489ab77d7de7626cc6af7ac9eaba0b ] The rte_eth_dev_stop will return wrong value as error will return from iavf PMD during device reset. This patch is a work around to fix it by return 0 in dev_stop during device reset. Fixes: 69dd4c3 ("net/avf: enable queue and device") Signed-off-by: Zhichao Zeng <zhichaox.zeng@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
- Loading branch information