Re: [dpdk-dev] [RFC PATCH 1/5] kni: change and configure mac address

2017-11-29 Thread Hemant Agrawal
On 11/29/2017 4:01 AM, Ferruh Yigit wrote: On 5/3/2017 4:21 AM, Hemant Agrawal wrote: This patch adds following: 1. option to configure the mac address during create 2. inform usespace, if mac address is being changed in linux Signed-off-by: Hemant Agrawal Hi Hemant, Hi Ferruh, Thanks for

Re: [dpdk-dev] [RFC PATCH 1/5] kni: change and configure mac address

2017-11-28 Thread Ferruh Yigit
On 5/3/2017 4:21 AM, Hemant Agrawal wrote: > This patch adds following: > 1. option to configure the mac address during create > 2. inform usespace, if mac address is being changed in linux > > Signed-off-by: Hemant Agrawal Hi Hemant, This RFC is waiting in patchwork for a while, is there plan

Re: [dpdk-dev] [RFC PATCH 1/5] kni: change and configure mac address

2017-05-08 Thread Hemant Agrawal
On 5/5/2017 4:58 PM, Ferruh Yigit wrote: On 5/3/2017 12:21 PM, Hemant Agrawal wrote: This patch adds following: 1. option to configure the mac address during create 2. inform usespace, if mac address is being changed in linux Signed-off-by: Hemant Agrawal --- .../linuxapp/eal/include/exec-env

Re: [dpdk-dev] [RFC PATCH 1/5] kni: change and configure mac address

2017-05-05 Thread Ferruh Yigit
On 5/3/2017 12:21 PM, Hemant Agrawal wrote: > This patch adds following: > 1. option to configure the mac address during create > 2. inform usespace, if mac address is being changed in linux > > Signed-off-by: Hemant Agrawal > --- > .../linuxapp/eal/include/exec-env/rte_kni_common.h| 3

[dpdk-dev] [RFC PATCH 1/5] kni: change and configure mac address

2017-05-03 Thread Hemant Agrawal
This patch adds following: 1. option to configure the mac address during create 2. inform usespace, if mac address is being changed in linux Signed-off-by: Hemant Agrawal --- .../linuxapp/eal/include/exec-env/rte_kni_common.h| 3 +++ lib/librte_eal/linuxapp/kni/kni_misc.c