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

2020-05-08 Thread Sun, GuinanX
Hi zhaowei > -Original Message- > From: Zhao1, Wei > Sent: Friday, May 8, 2020 2:58 PM > To: Sun, GuinanX ; dev@dpdk.org > Cc: Lu, Wenzhuo ; Yang, Qiming > ; Sun, GuinanX ; Guo, Jia > > Subject: RE: [dpdk-dev] [PATCH v3] net/ixgbe: add support for VF MAC address

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

2020-05-07 Thread Zhao1, Wei
ev] [PATCH v3] net/ixgbe: add support for VF MAC address add > and remove > > 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 S

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

2019-12-23 Thread Ye Xiaolong
On 12/24, 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 >--- >v3: >* Changed from `RTE_LOG` to `PMD_DRV_LOG`. >v2: >* Changed the titl

[dpdk-dev] [PATCH v3] 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 --- v3: * Changed from `RTE_LOG` to `PMD_DRV_LOG`. v2: * Changed the title of commit message. * Checked null in