Re: [dpdk-dev] [PATCH v1 01/20] net/txgbe: add ethdev probe and remove for VF device

2021-02-02 Thread Ferruh Yigit
On 1/22/2021 9:47 AM, Jiawen Wu wrote: Introduce virtual function driver in txgbe PMD, add simple init and uninit function to probe and remove the device. Signed-off-by: Jiawen Wu <...> @@ -0,0 +1,12 @@ +; +; Supported features of the 'txgbe_vf' network poll mode driver. +; +; Refer to defa

[dpdk-dev] [PATCH v1 01/20] net/txgbe: add ethdev probe and remove for VF device

2021-01-22 Thread Jiawen Wu
Introduce virtual function driver in txgbe PMD, add simple init and uninit function to probe and remove the device. Signed-off-by: Jiawen Wu --- doc/guides/nics/features/txgbe_vf.ini | 12 +++ drivers/net/txgbe/meson.build | 1 + drivers/net/txgbe/txgbe_ethdev_vf.c | 137 +++