From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from vc2.ecl.ntt.co.jp (vc2.ecl.ntt.co.jp [129.60.86.154]) by tama500.ecl.ntt.co.jp (8.13.8/8.13.8) with ESMTP id vBC11hjR004119; Tue, 12 Dec 2017 10:01:43 +0900 Received: from vc2.ecl.ntt.co.jp (localhost [127.0.0.1]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 37E3F60283; Tue, 12 Dec 2017 10:01:43 +0900 (JST) Received: from jcms-pop21.ecl.ntt.co.jp (jcms-pop21.ecl.ntt.co.jp [129.60.87.134]) by vc2.ecl.ntt.co.jp (Postfix) with ESMTP id 25BD45F69F; Tue, 12 Dec 2017 10:01:43 +0900 (JST) Received: from PrashantPC (unknown [129.60.241.220]) by jcms-pop21.ecl.ntt.co.jp (Postfix) with ESMTPSA id 0CA00400B77; Tue, 12 Dec 2017 10:01:43 +0900 (JST) From: "Prashant Bhole" 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 X-Mailer: Microsoft Outlook 15.0 Content-Language: en-us Thread-Index: AdNy4tQJTUCX3zCKQYalLBlHmptWaQ== To: "'Ferruh Yigit'" Cc: , "'Pablo de Lara'" X-TM-AS-MML: disable 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: Tue, 12 Dec 2017 01:01:45 -0000 > -----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