From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 58104A0544; Thu, 13 Feb 2020 21:05:54 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07B321BFE6; Thu, 13 Feb 2020 21:05:54 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 3B98A1BFE5 for ; Thu, 13 Feb 2020 21:05:52 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 91521220E2; Thu, 13 Feb 2020 15:05:51 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Thu, 13 Feb 2020 15:05:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=HN2pamRkchXEKq0QtdFCVHRr70YYUHmFR1SZC0XQTZE=; b=LYHvC/xp54NW vDmBuTatxqoq06uic3v4qAWZI3qG530G5zT3Oo5jJuH8xf47h4a42gz1IRuTYNuS 2JVg3EoAK8NPqTsC0ylKg4rP7j97FKaXnfBauUqwcUCPXJU8z6gNs9CWAJqGvPV1 X/IrqUZbpivey+9nqUFOfMFGUxDtNNU= 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-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=HN2pamRkchXEKq0QtdFCVHRr70YYUHmFR1SZC0XQT ZE=; b=ACYb3Q8NAdu6ZoMw9OrtnmPWCpvPLJkdFt2JErcoCACVGcDid3fx19dXX 7uuqPY7rZ5Otc66Inq9PqiTmVEgmYxpm+lm1htEzQ66R7YChSJvZDMQo0pSciKCo YhE4o1G96aZYX6jC/tI8e8muLK/QUlvjVgQhWnlTXK6uKuWnJjFkq0spdELAmmi5 FwEJuuJSi+44lN3pgQp/sgCTOL7d6c5hfQPzugUnTy16rFy3+mDwxWQqMxpwkkfl dOkYlZ4S9vBfp6JgJYnu4rga7aYhgSiMjIXQDfrcKa2oqWNrlPEtV6yhqRIuwWoj ltrirm+ZdvUeIshNt+Gofj/no+NIQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrieekgddufeegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecuff homhgrihhnpeguphgukhdrohhrghenucfkphepjeejrddufeegrddvtdefrddukeegnecu vehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepthhhohhmrg hssehmohhnjhgrlhhonhdrnhgvth X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 61D26328005E; Thu, 13 Feb 2020 15:05:50 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, matan@mellanox.com Date: Thu, 13 Feb 2020 21:05:48 +0100 Message-ID: <3896586.8vf5iQgoFF@xps> In-Reply-To: <24abed0c-654f-311b-758c-cc16cea879ce@intel.com> References: <20200213155226.1024939-1-thomas@monjalon.net> <24abed0c-654f-311b-758c-cc16cea879ce@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/2] app/testpmd: fix detach 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 13/02/2020 19:27, Ferruh Yigit: > On 2/13/2020 3:52 PM, Thomas Monjalon wrote: > > This fix is proposed as an alternative to > > https://patches.dpdk.org/patch/65088/ > > The benefit is to fix a race condition in addition. > > > > Thomas Monjalon (2): > > app/testpmd: rename function for detaching by devargs > > app/testpmd: fix hot-unplug detaching > > > > For series, > Reviewed-by: Ferruh Yigit > > Series applied to dpdk-next-net/master, thanks. > > (Patch splitting fixed on 'detach_devargs()' return type) Good catch, thank you. It seems you are well testing compilation after each patch :-)