From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 577C34CC7 for ; Wed, 13 Mar 2019 11:33:04 +0100 (CET) X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Mar 2019 03:33:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,474,1544515200"; d="scan'208";a="133932998" Received: from bricha3-mobl.ger.corp.intel.com ([10.237.221.36]) by fmsmga007.fm.intel.com with SMTP; 13 Mar 2019 03:33:01 -0700 Received: by (sSMTP sendmail emulation); Wed, 13 Mar 2019 10:32:56 +0000 Date: Wed, 13 Mar 2019 10:32:55 +0000 From: Bruce Richardson To: Thomas Monjalon Cc: dev@dpdk.org Message-ID: <20190313103255.GA1118972@bricha3-MOBL.ger.corp.intel.com> References: <20190313100910.31260-1-thomas@monjalon.net> <20190313100910.31260-2-thomas@monjalon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190313100910.31260-2-thomas@monjalon.net> User-Agent: Mutt/1.11.2 (2019-01-07) Subject: Re: [dpdk-dev] [PATCH 1/2] examples/ethtool: remove query of default config 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: , X-List-Received-Date: Wed, 13 Mar 2019 10:33:04 -0000 On Wed, Mar 13, 2019 at 11:09:09AM +0100, Thomas Monjalon wrote: > The default config is used if the setup parameter is NULL. > No need to query the default config with rte_eth_dev_info_get(). > The function call will be removed with another useless info. > > Signed-off-by: Thomas Monjalon Acked-by: Bruce Richardson