net/iavf: fix flow uninit
authorJeff Guo <jia.guo@intel.com>
Wed, 27 May 2020 07:16:50 +0000 (15:16 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 28 May 2020 15:57:07 +0000 (17:57 +0200)
commit1051b8db945d712f8de197ec3af3c46f6f16af54
treefc37b3a07700012aa6a61e17994dcc023c30de05
parenteb577e575d160eae08bcd9b7acf8a9d8fe795f89
net/iavf: fix flow uninit

When closing VF device, the process of shutdown adminq should be after
the process of uninit the flow, since the VF might still need to use the
adminq to uninit flow.

Fixes: 9e03acd726cf ("net/iavf: fix flow access")
Fixes: ff2d0c345c3b ("net/iavf: support generic flow API")
Cc: stable@dpdk.org
Signed-off-by: Jeff Guo <jia.guo@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/iavf/iavf_ethdev.c