Re: [dpdk-dev] [PATCH 4/6] net/tap: keep kernel-assigned MAC address

2017-01-31 Thread Ferruh Yigit
On 1/31/2017 9:42 AM, Pascal Mazon wrote: > There's no point in having a different internal MAC address than the one > provided by the kernel when creating the netdevice. Agree that this is not required, but also not a defect, worth learning author's intention before deciding. > > Signed-off-by:

[dpdk-dev] [PATCH 4/6] net/tap: keep kernel-assigned MAC address

2017-01-31 Thread Pascal Mazon
There's no point in having a different internal MAC address than the one provided by the kernel when creating the netdevice. Signed-off-by: Pascal Mazon --- drivers/net/tap/rte_eth_tap.c | 22 -- 1 file changed, 22 deletions(-) diff --git a/drivers/net/tap/rte_eth_tap.c b/dr