Re: [dpdk-dev] [PATCH v3] net/ixgbe: fix device hotplug remove

2019-11-12 Thread Ye Xiaolong
On 11/12, Di ChenxuX wrote: >testpmd will occur infinite loops when device hotplug remove. >We can fix the issue by using the pci generic remove function > >Fixes: f2f4990eff94 ("net/ixgbe: release port upon close") > >Signed-off-by: Di ChenxuX > >v4: >used generic remove function for ixgbe_vf_rep

[dpdk-dev] [PATCH v3] net/ixgbe: fix device hotplug remove

2019-11-11 Thread Di ChenxuX
testpmd will occur infinite loops when device hotplug remove. We can fix the issue by using the pci generic remove function Fixes: f2f4990eff94 ("net/ixgbe: release port upon close") Signed-off-by: Di ChenxuX v4: used generic remove function for ixgbe_vf_representor_uninit. v3: reverted the cod