From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [RFC] kni: remove ethtool support Date: Tue, 18 Dec 2018 09:20:59 +0000 Message-ID: References: <20181218012539.52921-1-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Thomas Monjalon , John McNamara , Marko Kovacevic To: Igor Ryzhov Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 00FC71B60B for ; Tue, 18 Dec 2018 10:21:01 +0100 (CET) In-Reply-To: Content-Language: en-US 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 12/18/2018 8:20 AM, Igor Ryzhov wrote: > Hi Ferruh, > > Please, look at my patch http://patches.dpdk.org/patch/48454/ and consider > rebasing your patch over mine. Sorry about that, yes I will check it today. > > As we discussed with Stephen, KNI needs to supply ethtool_ops with > .get_link function, to properly support link status. > So we should save ethtool_ops and implement .get_link using standard > ethtool_op_get_link. > > Best regards, > Igor