From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 663BE1041 for ; Mon, 15 Jan 2018 12:12:15 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BA0D720B71; Mon, 15 Jan 2018 06:12:14 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Mon, 15 Jan 2018 06:12:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=nrI3QMCYX8kqHf3TBULTuFfxdx VvexJ/VU029NYCDUY=; b=NKeK7eo/yp+GvovVFxLkgOSGaskLrNLMiS+J7a05N5 8zni1sCVoX8z0ZZNHhCQcbVHemkbBiR0WXhLaMWCRuBsaKiDJPoOxgpc7I9U4ndR 1+xzzIpjf8/y/5NN2L2EcGyJoVBMTVq3L0GyycvheibGHac40r6qARDT1g3REOtL w= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=nrI3QM CYX8kqHf3TBULTuFfxdxVvexJ/VU029NYCDUY=; b=MJenSO9pgcPveJ4XrMMWTx 76xfhqUt9Fz0AGu2BaUTzmpW4uBrkK/H2fSEL0anGf2surqCx3rSJtUN0lsl2W8v P3xQhEXhyoS/9vXthUK6lpf8umGM57mMbzVItEj5HzvRwU0t9tw4pfi5t4uWgVWg NdhpCFBA0ZyW5g1rMtOCbhH+0BDcnU4fcBfS7/Uxi4amtH9EWnCHRrSR65KQTCYR XiTby9qMOLhv+i/SiBaVWSEqDZaL39MNO+XYvQjzUDHFftlBltU3PteK2rf243eJ Sg1FMj9CqXcDNwO93wZIkFJo7QZkEHDBbwO6NlRWZbMGoV0H6xGGB20f3otx7cTg == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6031D24235; Mon, 15 Jan 2018 06:12:14 -0500 (EST) From: Thomas Monjalon To: Prashant Bhole Cc: dev@dpdk.org, 'Ferruh Yigit' , 'Pablo de Lara' Date: Mon, 15 Jan 2018 12:11:43 +0100 Message-ID: <7157985.Xa4WbqdXfG@xps> In-Reply-To: <005201d372e4$a74cbb10$f5e63130$@lab.ntt.co.jp> References: <005201d372e4$a74cbb10$f5e63130$@lab.ntt.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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, 15 Jan 2018 11:12:15 -0000 12/12/2017 02:00, Prashant Bhole: > > > -----Original Message----- > > From: Ferruh Yigit [mailto:ferruh.yigit@intel.com] > > > > 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? > > Ferruh, > Thanks for reviewing. Adding tag in reply. Let me know if v2 needed with the tag. > > Fixes: 81f7ecd934372fc9f592d1322f8eff86350fa4f5 Prashant, this is not the commit making them unnecessary.