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

2018-10-22 Thread Thomas Monjalon
22/10/2018 15:14, Ferruh Yigit: > On 10/22/2018 2:08 PM, Thomas Monjalon wrote: > > 22/10/2018 15:03, Ferruh Yigit: > >> On 10/19/2018 1:23 AM, Dan Gora wrote: > >>> Hi All, > >>> > >>> Attached is version 5 of a patchset to add a new API function to > >>> set the link status on kernel interfaces c

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

2018-10-22 Thread Ferruh Yigit
On 10/22/2018 2:08 PM, Thomas Monjalon wrote: > 22/10/2018 15:03, Ferruh Yigit: >> On 10/19/2018 1:23 AM, Dan Gora wrote: >>> Hi All, >>> >>> Attached is version 5 of a patchset to add a new API function to >>> set the link status on kernel interfaces created with the KNI kernel >>> module. >>> >>>

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

2018-10-22 Thread Thomas Monjalon
22/10/2018 15:03, Ferruh Yigit: > On 10/19/2018 1:23 AM, Dan Gora wrote: > > Hi All, > > > > Attached is version 5 of a patchset to add a new API function to > > set the link status on kernel interfaces created with the KNI kernel > > module. > > > > v5 > > > > * Update Kernel NIC Interface

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

2018-10-22 Thread Ferruh Yigit
On 10/19/2018 1:23 AM, Dan Gora wrote: > Hi All, > > Attached is version 5 of a patchset to add a new API function to > set the link status on kernel interfaces created with the KNI kernel > module. > > v5 > > * Update Kernel NIC Interface document with new rte_kni option, move > kernel mo

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

2018-10-18 Thread Dan Gora
Hi All, Attached is version 5 of a patchset to add a new API function to set the link status on kernel interfaces created with the KNI kernel module. v5 * Update Kernel NIC Interface document with new rte_kni option, move kernel module parameter description here from KNI sample app docum