Re: [dpdk-dev] [PATCH 1/2] kni: add API to set link status on kernel interface

2018-09-18 Thread Dan Gora
On Tue, Sep 18, 2018 at 1:54 PM, Ferruh Yigit wrote: > On 9/12/2018 12:29 AM, Dan Gora wrote: >> Add a new API function to KNI, rte_kni_update_link() to allow DPDK >> applications to update the link status for KNI network interfaces in >> the linux kernel. >> >> Signed-off-by: Dan Gora > > +1 to

Re: [dpdk-dev] [PATCH 1/2] kni: add API to set link status on kernel interface

2018-09-18 Thread Ferruh Yigit
On 9/12/2018 12:29 AM, Dan Gora wrote: > Add a new API function to KNI, rte_kni_update_link() to allow DPDK > applications to update the link status for KNI network interfaces in > the linux kernel. > > Signed-off-by: Dan Gora +1 to sysfs implementation. But right now this API is not used at al

[dpdk-dev] [PATCH 1/2] kni: add API to set link status on kernel interface

2018-09-11 Thread Dan Gora
Add a new API function to KNI, rte_kni_update_link() to allow DPDK applications to update the link status for KNI network interfaces in the linux kernel. Signed-off-by: Dan Gora --- lib/librte_kni/rte_kni.c | 57 lib/librte_kni/rte_kni.h | 18

Re: [dpdk-dev] [PATCH 1/2] kni: add API to set link status on kernel interface

2018-09-11 Thread Dan Gora
Sorry all.. I totally goofed up with git-send-email.. Please ignore this message. On Tue, Sep 11, 2018 at 8:14 PM, Dan Gora wrote: > Add a new API function to KNI, rte_kni_update_link() to allow DPDK > applications to update the link status for KNI network interfaces in > the linux kernel. >

[dpdk-dev] [PATCH 1/2] kni: add API to set link status on kernel interface

2018-09-11 Thread Dan Gora
Add a new API function to KNI, rte_kni_update_link() to allow DPDK applications to update the link status for KNI network interfaces in the linux kernel. Signed-off-by: Dan Gora --- lib/librte_kni/rte_kni.c | 57 lib/librte_kni/rte_kni.h | 18