Re: [dpdk-dev] [PATCH v3 0/2] fix adding VF MAC in testpmd

2017-08-28 Thread Ferruh Yigit
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 (

[dpdk-dev] [PATCH v3 0/2] fix adding VF MAC in testpmd

2017-08-17 Thread Wenzhuo Lu
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