Re: [dpdk-dev] [PATCH] net/vmxnet3: remove useless copy when setting MAC address

2018-01-12 Thread Ferruh Yigit
On 1/12/2018 6:40 PM, Ferruh Yigit wrote: > On 1/3/2018 1:32 PM, Olivier Matz wrote: >> This operation is already done by the ethdev layer, it should not >> be done by the driver. >> >> Signed-off-by: Olivier Matz > > Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.

Re: [dpdk-dev] [PATCH] net/vmxnet3: remove useless copy when setting MAC address

2018-01-12 Thread Ferruh Yigit
On 1/3/2018 1:32 PM, Olivier Matz wrote: > This operation is already done by the ethdev layer, it should not > be done by the driver. > > Signed-off-by: Olivier Matz Reviewed-by: Ferruh Yigit