Re: [dpdk-dev] [PATCH] kni: remove PCI related information

2019-06-18 Thread Stephen Hemminger
On Thu, 6 Jun 2019 16:26:26 +0300 Igor Ryzhov wrote: > As there is no ethtool support in KNI anymore, > PCI related information is no longer needed. > > Signed-off-by: Igor Ryzhov See http://patchwork.dpdk.org/patch/54627/

Re: [dpdk-dev] [PATCH] kni: remove PCI related information

2019-06-18 Thread Stephen Hemminger
On Thu, 6 Jun 2019 16:26:26 +0300 Igor Ryzhov wrote: > As there is no ethtool support in KNI anymore, > PCI related information is no longer needed. > > Signed-off-by: Igor Ryzhov Several other fields are unused, and are removed by a patch I sent a week ago.

Re: [dpdk-dev] [PATCH] kni: remove PCI related information

2019-06-17 Thread Thomas Monjalon
06/06/2019 17:16, Ferruh Yigit: > On 6/6/2019 2:26 PM, Igor Ryzhov wrote: > > As there is no ethtool support in KNI anymore, > > PCI related information is no longer needed. > > > > Signed-off-by: Igor Ryzhov > > Fixes: ea6b39b5b847 ("kni: remove ethtool support") > > Acked-by: Ferruh Yigit A

Re: [dpdk-dev] [PATCH] kni: remove PCI related information

2019-06-06 Thread Ferruh Yigit
On 6/6/2019 2:26 PM, Igor Ryzhov wrote: > As there is no ethtool support in KNI anymore, > PCI related information is no longer needed. > > Signed-off-by: Igor Ryzhov Fixes: ea6b39b5b847 ("kni: remove ethtool support") Acked-by: Ferruh Yigit

[dpdk-dev] [PATCH] kni: remove PCI related information

2019-06-06 Thread Igor Ryzhov
As there is no ethtool support in KNI anymore, PCI related information is no longer needed. Signed-off-by: Igor Ryzhov --- kernel/linux/kni/kni_dev.h| 3 --- kernel/linux/kni/kni_misc.c | 6 -- lib/librte_eal/linux/eal/include/rte_kni_common.h |