From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] pdump: fix vdev cleanup Date: Thu, 17 Jan 2019 21:28:18 +0100 Message-ID: <11143725.ExX28DMxIL@xps> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit , stable@dpdk.org To: Reshma Pattan Return-path: In-Reply-To: <20031d5d-91bf-fae5-f245-a189f49c728b@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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