Re: [dpdk-dev] [PATCH 6/6] net/vmxnet3: preserve configured MAC address

2017-05-22 Thread Shrikrishna Khare
On Fri, 19 May 2017, Charles (Chas) Williams wrote: > From: George Wilkie > > When starting a vmxnet3 device, it is always writing the permanent MAC > address, even if a different MAC address was configured. Write from > the device data instead which holds the current one. > > Signed-off-by:

[dpdk-dev] [PATCH 6/6] net/vmxnet3: preserve configured MAC address

2017-05-19 Thread Charles (Chas) Williams
From: George Wilkie When starting a vmxnet3 device, it is always writing the permanent MAC address, even if a different MAC address was configured. Write from the device data instead which holds the current one. Signed-off-by: George Wilkie --- drivers/net/vmxnet3/vmxnet3_ethdev.c | 2 +- 1 f