[dpdk-dev] default unicast mac address - was: add multicast address filtering

2015-05-29 Thread Thomas Monjalon
Hi Stephen, Looking at mac address management, you and Changchun added an entry in driver ops to be able to change the default mac address with virtio: http://dpdk.org/browse/dpdk/commit/?id=5186fb1f37fe986 Other ops functions (mac_addr_add/remove) manage the secondary unicast mac

[dpdk-dev] default unicast mac address - was: add multicast address filtering

2015-05-29 Thread Stephen Hemminger
On Fri, 29 May 2015 15:12:28 +0200 Thomas Monjalon wrote: > Hi Stephen, > > Looking at mac address management, you and Changchun added an entry in > driver ops to be able to change the default mac address with virtio: > http://dpdk.org/browse/dpdk/commit/?id=5186fb1f37fe986 > Other ops