97ac72aa71
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. Each VF can have a maximum of 64 mac addresses. Signed-off-by: Jingjing Wu <jingjing.wu@intel.com> Acked-by: Zhe Tao <zhe.tao@intel.com>