> -----Original Message-----
> From: Sun, GuinanX <guinanx....@intel.com>
> Sent: Tuesday, March 24, 2020 12:37 PM
> To: dev@dpdk.org
> Cc: Zhang, Qi Z <qi.z.zh...@intel.com>; Sun, GuinanX
> <guinanx....@intel.com>
> 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 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.
>
> Signed-off-by: Guinan Sun <guinanx....@intel.com>
> ---
Acked-by: Qi Zhang <qi.z.zh...@intel.com>