Re: [dpdk-dev] [PATCH 1/3] kni: support for MAC addr change

2017-12-26 Thread Hemant Agrawal
Hi Ferruh, On 12/23/2017 3:25 AM, Ferruh Yigit wrote: On 11/30/2017 3:46 AM, Hemant Agrawal wrote: This patch adds following: 1. Option to configure the mac address during create. Generate random address only if the user has not provided any valid address. 2. Inform usespace, if mac address

Re: [dpdk-dev] [PATCH 1/3] kni: support for MAC addr change

2017-12-22 Thread Ferruh Yigit
On 11/30/2017 3:46 AM, Hemant Agrawal wrote: > This patch adds following: > 1. Option to configure the mac address during create. Generate random >address only if the user has not provided any valid address. > 2. Inform usespace, if mac address is being changed in linux. > 3. Implement default

[dpdk-dev] [PATCH 1/3] kni: support for MAC addr change

2017-11-30 Thread Hemant Agrawal
This patch adds following: 1. Option to configure the mac address during create. Generate random address only if the user has not provided any valid address. 2. Inform usespace, if mac address is being changed in linux. 3. Implement default handling of mac address change in the corresponding