Re: [dpdk-dev] [PATCH] kni: remove ethtool support

2019-05-24 Thread Ferruh Yigit
On 5/24/2019 5:29 PM, Ferruh Yigit wrote: > From: Thomas Monjalon I don't know what I did wrong to manage this, I am sending a new version. > > Current design requires kernel drivers and they need to be probed by > Linux up to some level so that they can be usable by DPDK for ethtool > support,

Re: [dpdk-dev] [PATCH] kni: remove ethtool support

2019-05-24 Thread Stephen Hemminger
On Fri, 24 May 2019 17:29:22 +0100 Ferruh Yigit wrote: > From: Thomas Monjalon > > Current design requires kernel drivers and they need to be probed by > Linux up to some level so that they can be usable by DPDK for ethtool > support, this requires maintaining the Linux drivers in DPDK. > > Al