From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: deprecate KNI ethtool support Date: Wed, 27 Mar 2019 14:37:43 +0100 Message-ID: <3642574.kCKcibyRqI@xps> References: <20190218123002.26908-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Neil Horman , John McNamara , Marko Kovacevic To: Ferruh Yigit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 914504CA6 for ; Wed, 27 Mar 2019 14:37:47 +0100 (CET) In-Reply-To: <20190218123002.26908-1-ferruh.yigit@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 18/02/2019 13:30, Ferruh Yigit: > +* kni: remove KNI ethtool support. To clarify, this is not to remove the KNI, > + but only to remove ethtool support of it that is disabled by default and > + can be enabled via ``CONFIG_RTE_KNI_KMOD_ETHTOOL`` config option. > + Existing KNI ethtool implementation is only supported by ``igb`` & ``ixgbe`` > + drivers, by using a copy of kernel drivers in DPDK. This model can't be extend s/extend/extended/ > + to all drivers in DPDK and it is too much effort to maintain kernel modules in DPDK. > + As a result users won't be able to use ``ethtool`` via ``igb`` & ``ixgbe`` anymore. Acked-by: Thomas Monjalon Applied, thanks