Re: [dpdk-dev] [PATCH v4] net/i40e: 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: ac89d46096d5 ("net/i40e: release port upon close") > >Signed-off-by: Di ChenxuX > >v4: >used generic remove function for i40e_vf_repre

[dpdk-dev] [PATCH v4] net/i40e: 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: ac89d46096d5 ("net/i40e: release port upon close") Signed-off-by: Di ChenxuX v4: used generic remove function for i40e_vf_representor_uninit. v3: reverted the code