Re: [dpdk-dev] [PATCH v2] net/ixgbe: add support for VF MAC address add and remove

2019-12-23 Thread Ye Xiaolong
On 12/23, Guinan Sun wrote: >Ixgbe PMD pf host code needs to support ixgbevf mac address >add and remove. For this purpose, a response was added >between pf and vf to update the mac address. > >Signed-off-by: Guinan Sun >--- >v2: >* Changed the title of commit message. >* Checked null in front of

[dpdk-dev] [PATCH v2] net/ixgbe: add support for VF MAC address add and remove

2019-12-23 Thread Guinan Sun
Ixgbe PMD pf host code needs to support ixgbevf mac address add and remove. For this purpose, a response was added between pf and vf to update the mac address. Signed-off-by: Guinan Sun --- v2: * Changed the title of commit message. * Checked null in front of valid ether addr check. --- drivers/