From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v10 13/20] unci: add ethtool support Date: Wed, 5 Jul 2017 12:08:38 -0700 Message-ID: <20170705120838.1863bbf3@xeon-e3> References: <20170630165140.59594-1-ferruh.yigit@intel.com> <20170704161337.45926-1-ferruh.yigit@intel.com> <20170704161337.45926-14-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Bruce Richardson , Anatoly Burakov To: Ferruh Yigit Return-path: Received: from mail-pg0-f50.google.com (mail-pg0-f50.google.com [74.125.83.50]) by dpdk.org (Postfix) with ESMTP id 147052A58 for ; Wed, 5 Jul 2017 21:08:41 +0200 (CEST) Received: by mail-pg0-f50.google.com with SMTP id u62so128637829pgb.3 for ; Wed, 05 Jul 2017 12:08:41 -0700 (PDT) In-Reply-To: <20170704161337.45926-14-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" On Tue, 4 Jul 2017 17:13:30 +0100 Ferruh Yigit wrote: > +static int unci_check_if_running(struct net_device *dev) > +{ > + return 0; > +} Don't define stub for this. If you leave ethtool_get_link as NULL it will do the right thing.