From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id EFBFFA05D3 for ; Fri, 24 May 2019 21:28:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 778BC14EC; Fri, 24 May 2019 21:28:28 +0200 (CEST) Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id DF67E1D7 for ; Fri, 24 May 2019 21:28:26 +0200 (CEST) Received: from cpe-2606-a000-111b-405a-0-0-0-162e.dyn6.twc.com ([2606:a000:111b:405a::162e] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1hUFrT-0005ka-U3; Fri, 24 May 2019 15:28:21 -0400 Date: Fri, 24 May 2019 15:27:48 -0400 From: Neil Horman To: Ferruh Yigit Cc: dev@dpdk.org, Thomas Monjalon , John McNamara , Marko Kovacevic , Stephen Hemminger , Igor Ryzhov Message-ID: <20190524192748.GA16369@hmswarspite.think-freely.org> References: <20190524162923.6318-1-ferruh.yigit@intel.com> <20190524165521.9726-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190524165521.9726-1-ferruh.yigit@intel.com> User-Agent: Mutt/1.11.3 (2019-02-01) X-Spam-Score: -2.9 (--) X-Spam-Status: No Subject: Re: [dpdk-dev] [PATCH v2] kni: remove ethtool support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Fri, May 24, 2019 at 05:55:20PM +0100, Ferruh Yigit wrote: > 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. > > Also ethtool support is limited and hard, if not impossible, to expand > to other PMDs. > > Since KNI ethtool support is not used commonly, if not used at all, > removing the support for the sake of simplicity and maintenance. > > Signed-off-by: Ferruh Yigit > Acked-by: Stephen Hemminger Acked-by: Neil Horman