Re: [dpdk-dev] [PATCH] net/i40e: enable VF to program MAC address

2020-03-31 Thread Ye Xiaolong
On 03/24, Guinan Sun wrote: >Due to the restriction of the flag I40E_FLAG_VF_MAC_BY_PF, >VF cannot program the MAC address. >In order to solve this inflexibility, the use of I40E_FLAG_VF_MAC_BY_PF >has been deleted in the code implementation to ensure that >VF can flexibly program the MAC address.

Re: [dpdk-dev] [PATCH] net/i40e: enable VF to program MAC address

2020-03-31 Thread Zhang, Qi Z
> -Original Message- > From: Sun, GuinanX > Sent: Tuesday, March 24, 2020 12:37 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Sun, GuinanX > > Subject: [PATCH] net/i40e: enable VF to program MAC address > > Due to the restriction of the flag I40E_FLAG_VF_MAC_BY_PF, VF cannot > program the