[dpdk-dev] [PATCH v2] i40evf: enable ops to set mac address

Bruce Richardson bruce.richardson at intel.com
Fri Mar 11 22:57:50 CET 2016


On Wed, Mar 09, 2016 at 04:22:46PM +0800, Jingjing Wu wrote:
> This patch implemented the ops of adding and removing mac
> address in i40evf driver. Functions are assigned like:
>   .mac_addr_add    =  i40evf_add_mac_addr,
>   .mac_addr_remove = i40evf_del_mac_addr,
> To support multiple mac addresses setting, this patch also
> extended the mac addresses adding and deletion when device
> start and stop. For each VF, 64 mac addresses can be added
> to in maximum.
> 
> Signed-off-by: Jingjing Wu <jingjing.wu at intel.com>
> Acked-by: Zhe Tao <zhe.tao at intel.com>
> ---
Applied to dpdk-next-net/rel_16_04 with minor release note entry rewording.

/Bruce


More information about the dev mailing list