From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 7803329CF for ; Mon, 11 Dec 2017 19:12:50 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2017 10:12:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,392,1508828400"; d="scan'208";a="10986145" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.161]) ([10.241.225.161]) by FMSMGA003.fm.intel.com with ESMTP; 11 Dec 2017 10:12:49 -0800 To: Prashant Bhole , Pablo de Lara Cc: dev@dpdk.org References: <20171211073129.4176-1-bhole_prashant_q7@lab.ntt.co.jp> From: Ferruh Yigit Message-ID: <8ac37bf5-0fa7-ebb9-6b56-1247ed972e0b@intel.com> Date: Mon, 11 Dec 2017 10:12:49 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171211073129.4176-1-bhole_prashant_q7@lab.ntt.co.jp> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH] examples: remove unnecessary function calls 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: Mon, 11 Dec 2017 18:12:51 -0000 On 12/10/2017 11:31 PM, Prashant Bhole wrote: > Removed rte_eth_dev_info_get() calls and declaration of struct rte_eth_dev_info > where info is not used anymore > > Signed-off-by: Prashant Bhole Reviewed-by: Ferruh Yigit At any point in the history were they used? If so, can you please add the commit making them unnecessary with "Fixes" tag?