Re: [dpdk-dev] [PATCH 00/10] kni: Interface detach and link status fixes.

2018-07-20 Thread Ferruh Yigit
On 6/29/2018 2:54 AM, Dan Gora wrote: > Hi All, > > The following patches are to fix a problem with detaching a KNI > interface using rte_kni_release and to add a new API function > to allow users to change the link status (up/down, speed, etc) > of the interface in the linux kernel. In previous

[dpdk-dev] [PATCH 00/10] kni: Interface detach and link status fixes.

2018-06-28 Thread Dan Gora
Hi All, The following patches are to fix a problem with detaching a KNI interface using rte_kni_release and to add a new API function to allow users to change the link status (up/down, speed, etc) of the interface in the linux kernel. In previous versions, it was impossible to release a KNI inter

[dpdk-dev] [PATCH 00/10] kni: Interface detach and link status fixes.

2018-06-28 Thread Dan Gora
Hi All, The following patches are to fix a problem with detaching a KNI interface using rte_kni_release and to add a new API function to allow users to change the link status (up/down, speed, etc) of the interface in the linux kernel. In previous versions, it was impossible to release a KNI inter