From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 1/2] examples/ethtool: remove query of default config Date: Wed, 20 Mar 2019 13:46:02 +0000 Message-ID: References: <20190313100910.31260-1-thomas@monjalon.net> <20190313100910.31260-2-thomas@monjalon.net> <20190313103255.GA1118972@bricha3-MOBL.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Thomas Monjalon , dev@dpdk.org To: Rami Rosen , Bruce Richardson Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id CE4675F24 for ; Wed, 20 Mar 2019 14:46:07 +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 3/13/2019 5:41 PM, Rami Rosen wrote: > 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 >> > > Reviewed-by: Rami Rosen > Applied to dpdk-next-net/master, thanks. (only this patch merged, not series. Other patch seems waiting for comment.)