Re: [dpdk-dev] [PATCH v4 0/6] kni: add API to set link status on kernel interface

2018-10-17 Thread Ferruh Yigit
On 10/17/2018 2:04 AM, Dan Gora wrote: > Hi All, > > Attached is version 4 of a patchset to add a new API function to > set the link status on kernel interfaces created with the KNI kernel > module. > > v4 > > * Rework rte_kni_update_link to only take linkup/linkdown as parameter, > return

[dpdk-dev] [PATCH v4 0/6] kni: add API to set link status on kernel interface

2018-10-16 Thread Dan Gora
Hi All, Attached is version 4 of a patchset to add a new API function to set the link status on kernel interfaces created with the KNI kernel module. v4 * Rework rte_kni_update_link to only take linkup/linkdown as parameter, return previous link state, and remove log messages. * Update pa