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

2018-10-26 Thread Thomas Monjalon
25/10/2018 14:30, Ferruh Yigit: > On 10/24/2018 11:26 PM, Dan Gora wrote: > >> Note that checkpatches.sh compains about patch 1/5, but this appears > >> to be a bug with check-symbol-change or something. If I move the > >> fragment of the patch modifying rte_kni_version.map to the bottom of > >> t

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

2018-10-25 Thread Ferruh Yigit
On 10/24/2018 11:26 PM, Dan Gora wrote: > Hi All, > > Attached is version 7 of a patchset to add a new API function to > set the link status on kernel interfaces created with the KNI kernel > module. > > v7 > > * Add commands to check/clear statistics in kni sample app in KNI sample > app

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

2018-10-24 Thread Dan Gora
Hi All, Attached is version 7 of a patchset to add a new API function to set the link status on kernel interfaces created with the KNI kernel module. v7 * Add commands to check/clear statistics in kni sample app in KNI sample app documentation. > v6 > > * Update info about callback f