From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: Re: [PATCH 1/2] examples/ethtool: remove query of default config Date: Wed, 13 Mar 2019 19:41:27 +0200 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" Cc: Thomas Monjalon , dev@dpdk.org To: Bruce Richardson Return-path: Received: from mail-ed1-f65.google.com (mail-ed1-f65.google.com [209.85.208.65]) by dpdk.org (Postfix) with ESMTP id 0B2F33572 for ; Wed, 13 Mar 2019 18:41:40 +0100 (CET) Received: by mail-ed1-f65.google.com with SMTP id d12so2308942edp.0 for ; Wed, 13 Mar 2019 10:41:40 -0700 (PDT) In-Reply-To: <20190313103255.GA1118972@bricha3-MOBL.ger.corp.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 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