From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix print unused parameter name Date: Mon, 14 May 2018 12:51:19 +0200 Message-ID: <16071614.gU1QWOxn58@xps> References: <20180514032048.34896-1-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Matan Azrad , "ferruh.yigit@intel.com" , "stable@dpdk.org" To: "zhiyong.yang@intel.com" Return-path: In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 14/05/2018 12:38, Matan Azrad: > > Hi > > From: zhiyong.yang@intel.com > > The second parameter "name" in the function rte_eth_dev_detach has been > > already redefined as "char *name __rte_unused", "port_id" is printed instead > > of "name" in testpmd. > > > > Fixes: b65ecf199324 ("devargs: rename legacy API") > > Cc: stable@dpdk.org > > Really minor : Missing empty line here. > > > Signed-off-by: Zhiyong Yang > Acked-by: Matan Azrad Title: app/testpmd: fix log after detach Applied, thanks