Re: [dpdk-dev] [PATCH] net/ixgbe: add or remove MAC address

2019-12-23 Thread Sun, GuinanX
Hi Xiaolong > -Original Message- > From: Ye, Xiaolong > Sent: Monday, December 23, 2019 3:25 PM > To: Sun, GuinanX > Cc: dev@dpdk.org; Lu, Wenzhuo ; Yang, Qiming > ; Xing, Beilei > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: add or remove MAC address > > Hi

Re: [dpdk-dev] [PATCH] net/ixgbe: add or remove MAC address

2019-12-22 Thread Ye Xiaolong
Hi, guinan For the title, better to use Add support for vf MAC address add and remove or something like so. On 12/03, 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 addre

[dpdk-dev] [PATCH] net/ixgbe: add or remove MAC address

2019-12-02 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 --- drivers/net/ixgbe/ixgbe_ethdev.h | 1 + drivers/net/ixgbe/ixgbe_pf.c | 35 +++