net/txgbe: support VF probe and remove
authorJiawen Wu <jiawenwu@trustnetic.com>
Thu, 25 Feb 2021 08:08:45 +0000 (16:08 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Feb 2021 13:13:03 +0000 (14:13 +0100)
commit803e4bb14debc0f8338424b41ba32ad983858901
treeab833ce4f8b8b72953fba6f17a57a6558605391b
parent9d32f448ea0096185d0bbc5582c8b57f090c88a6
net/txgbe: support VF probe and remove

Introduce virtual function driver in txgbe PMD,
add simple init and uninit function to probe and remove the device.

Signed-off-by: Jiawen Wu <jiawenwu@trustnetic.com>
doc/guides/nics/features/txgbe_vf.ini [new file with mode: 0644]
doc/guides/rel_notes/release_21_05.rst
drivers/net/txgbe/meson.build
drivers/net/txgbe/txgbe_ethdev_vf.c [new file with mode: 0644]