Re: [dpdk-dev] net/iavf: fix flow uninit issue

2020-05-27 Thread Ye Xiaolong
On 05/27, Jeff Guo wrote: >When closing VF device, the process of shutdown adminq should be after of >the process of uninit the flow, since the VF might be still use the adminq >to uninit flow. > >Fixes: 9e03acd726cf ("net/iavf: fix flow access") >Fixes: ff2d0c345c3b ("net/iavf: support generic flo

[dpdk-dev] net/iavf: fix flow uninit issue

2020-05-27 Thread Jeff Guo
When closing VF device, the process of shutdown adminq should be after of the process of uninit the flow, since the VF might be still use the adminq to uninit flow. Fixes: 9e03acd726cf ("net/iavf: fix flow access") Fixes: ff2d0c345c3b ("net/iavf: support generic flow API") Signed-off-by: Jeff Guo