net/ixgbe: fix hotplug remove
authorChenxu Di <chenxux.di@intel.com>
Tue, 12 Nov 2019 06:00:14 +0000 (06:00 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Wed, 20 Nov 2019 16:36:05 +0000 (17:36 +0100)
commit1709cb10a8c9eadda28d90f8aba751864a04c6dd
treeadc10661abcecb518729240c4bf1a0f01fdeb866
parent6410b1d993acfcb229f5ba0df930b4e20703e4ad
net/ixgbe: fix hotplug remove

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: Chenxu Di <chenxux.di@intel.com>
Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c