On 8/17/2017 7:33 PM, Wenzhuo Lu wrote:
In testpmd, it's wrong to call rte_eth_dev_mac_addr_add to add a MAC
address for a VF. Because this API is used to add a MAC address for
a VMDq pool.
v3:
- split the patch to 2. One for adding a new API. One for fixing the CLI.
Wenzhuo Lu (2):
net/i40e: new API to add VF MAC address from PF
app/testpmd: fix wrong API of adding VF MAC
Series applied to dpdk-next-net/master, thanks.