[dpdk-dev] [PATCH] i40evf: enable ops to add and remove mac address

2016-02-12 Thread Bruce Richardson
On Fri, Jan 22, 2016 at 09:09:26AM +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 addres

[dpdk-dev] [PATCH] i40evf: enable ops to add and remove mac address

2016-01-22 Thread Jingjing Wu
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 dele