Re: [dpdk-dev] [PATCH v2] net/tap: add support for fixed mac addresses

2017-05-12 Thread Ferruh Yigit
On 4/12/2017 8:30 AM, Pascal Mazon wrote: > Support for a fixed MAC address for testing with the last octet > incrementing by one for each interface defined with the new 'mac=fixed' > string on the --vdev option. The default option is still to randomize > the MAC address for each tap interface. >

Re: [dpdk-dev] [PATCH v2] net/tap: add support for fixed mac addresses

2017-04-14 Thread Ferruh Yigit
On 4/12/2017 8:30 AM, Pascal Mazon wrote: > Support for a fixed MAC address for testing with the last octet > incrementing by one for each interface defined with the new 'mac=fixed' > string on the --vdev option. The default option is still to randomize > the MAC address for each tap interface. >

[dpdk-dev] [PATCH v2] net/tap: add support for fixed mac addresses

2017-04-12 Thread Pascal Mazon
Support for a fixed MAC address for testing with the last octet incrementing by one for each interface defined with the new 'mac=fixed' string on the --vdev option. The default option is still to randomize the MAC address for each tap interface. Signed-off-by: Keith Wiles Signed-off-by: Pascal Ma