From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Prashant Bhole" Subject: Re: [PATCH] examples: remove unnecessary function calls Date: Tue, 12 Dec 2017 10:00:50 +0900 Message-ID: <005201d372e4$a74cbb10$f5e63130$@lab.ntt.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: , "'Pablo de Lara'" To: "'Ferruh Yigit'" Return-path: Received: from tama500.ecl.ntt.co.jp (tama500.ecl.ntt.co.jp [129.60.39.148]) by dpdk.org (Postfix) with ESMTP id 918361D8E for ; Tue, 12 Dec 2017 02:01:44 +0100 (CET) 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" > -----Original Message----- > From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] >=20 > 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 >=20 > Reviewed-by: Ferruh Yigit >=20 >=20 > At any point in the history were they used? If so, can you please add = the commit > making them unnecessary with "Fixes" tag? Ferruh, Thanks for reviewing. Adding tag in reply. Let me know if v2 needed with = the tag. Fixes: 81f7ecd934372fc9f592d1322f8eff86350fa4f5 -Prashant