From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by dpdk.org (Postfix) with ESMTP id 45B8B1150; Thu, 17 Jan 2019 21:28:23 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 2EEC31329; Thu, 17 Jan 2019 15:28:22 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 17 Jan 2019 15:28:22 -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=9DCTkebGTwyCnEKHhkb1TRCUbF5B1vAZ3fdEvNl11uA=; b=iB5Zy86gXnC4 JAAM6o2LigxeD1X2A1ev/fhBnIHOV120uoiWURVWB93uIxd+LMLTy6PMwZuhj7O6 H0alI1roRFBp4NHqZa5Bjcq+owCmiLEOl1PycI9boF2IbMY4bSaPkitBqlE9Y2lM HivnvIhxkqye/WcaPV/nCnXD81+jdVE= 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=fm1; bh=9DCTkebGTwyCnEKHhkb1TRCUbF5B1vAZ3fdEvNl11 uA=; b=PxAF/n/rM6cRns0HYEGfQGPqYay380X8ddQGYH7rOWtbtBDDfWx0UKt8A fGg2mnU9uO43t6EyBnTP+cq5tL214miipeQcAzJYhxtW5au4bEWUlYwQW7yZFu4t 3a9R/REa1+gbgsZ73TfGn5UhCE+j8k2h6MdkJ3y6yzFPL/IlvnLuWRIOJQUMwqI5 Ani7EDPnZi9c11XBG7qy0/ay1mWnIwpjPGy/8e7EAN4ynSvd9GX12FUoHf0JrIwU uXVQM651Q3aC5Y2wmdBxzWCI6jTtb+ZSobiP1qWetd+qU7Il6NP6Rvvp7kokgh2Y M3enBA0T5a3yXBmFKnMfxb9rkeeRw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedtledrgeekgddufedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfquhhtnecuuegrihhlohhuthemucef tddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenucfjughrpefhvffufffkjg hfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcu oehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkphepjeejrddufeegrddvtd efrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghl ohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 8B7DA100BA; Thu, 17 Jan 2019 15:28:20 -0500 (EST) From: Thomas Monjalon To: Reshma Pattan Cc: dev@dpdk.org, Ferruh Yigit , stable@dpdk.org Date: Thu, 17 Jan 2019 21:28:18 +0100 Message-ID: <11143725.ExX28DMxIL@xps> In-Reply-To: <20031d5d-91bf-fae5-f245-a189f49c728b@intel.com> References: <20190111175134.40273-1-reshma.pattan@intel.com> <20190115134504.4019-1-reshma.pattan@intel.com> <20031d5d-91bf-fae5-f245-a189f49c728b@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4] pdump: fix vdev cleanup 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: Thu, 17 Jan 2019 20:28:23 -0000 15/01/2019 15:57, Ferruh Yigit: > On 1/15/2019 1:45 PM, Reshma Pattan wrote: > > Virtual devices added in pdump application > > using rte_eal_hotplug_add should be removed explicitly > > while exiting the pdump application, otherwise the > > subsequent run of the pdump application will fail with the reason > > that virtual devices with the same name already exists in primary. > > > > Fixes: 6362f362a2 ("app/pdump: use EAL hotplug instead of ethdev attach") > > CC: stable@dpdk.org > > CC: ferruh.yigit@intel.com > > > > Signed-off-by: Reshma Pattan > > Tested-by: Ferruh Yigit Applied, thanks