On 2/25/2021 8:08 AM, Jiawen Wu wrote:
This patch adds txgbevf PMD as a part of txgbe PMD.
v3:
- Rebase on 21.05-rc0
- Fix some minor issues
v2:
- Rebase on latest repo
- Remove vf port representor because test issue is found
- Add a little doc
Jiawen Wu (17):
net/txgbe: add ethdev probe and remove for VF device
net/txgbe: add base code for VF driver
net/txgbe: support add and remove VF device MAC address
net/txgbe: get VF device information
net/txgbe: add interrupt operation for VF device
net/txgbe: get link status of VF device
net/txgbe: add Rx and Tx unit init for VF device
net/txgbe: add VF device stats and xstats get operation
net/txgbe: add VLAN handle support to VF driver
net/txgbe: add RSS support for VF device
net/txgbe: add VF device promiscuous and allmulticast mode
net/txgbe: support multicast MAC filter for VF driver
net/txgbe: support to update MTU on VF device
net/txgbe: support register dump on VF device
net/txgbe: start and stop VF device
net/txgbe: add some supports as PF driver implemented
doc: update release note for txgbe
Series applied to dpdk-next-net/main, thanks.