Re: [dpdk-dev] [PATCH v3] pdump: fix vdev cleanup

2019-01-17 Thread Thomas Monjalon
15/01/2019 11:25, Pattan, Reshma: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 15/01/2019 11:09, Pattan, Reshma: > > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > > 11/01/2019 18:51, Reshma Pattan: > > > > > Virtual devices added in pdump application using > > > > > rte_eal

Re: [dpdk-dev] [PATCH v3] pdump: fix vdev cleanup

2019-01-15 Thread Pattan, Reshma
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, January 15, 2019 10:11 AM > To: Pattan, Reshma > Cc: dev@dpdk.org; sta...@dpdk.org; Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH v3] pdump: fix vdev cleanup > >

Re: [dpdk-dev] [PATCH v3] pdump: fix vdev cleanup

2019-01-15 Thread Thomas Monjalon
15/01/2019 11:09, Pattan, Reshma: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 11/01/2019 18:51, Reshma Pattan: > > > Virtual devices added in pdump application using rte_eal_hotplug_add > > > should be removed explicitly while existing the pdump application, > > > otherwise the > > >

Re: [dpdk-dev] [PATCH v3] pdump: fix vdev cleanup

2019-01-15 Thread Pattan, Reshma
> -Original Message- > From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Tuesday, January 15, 2019 12:59 AM > To: Pattan, Reshma > Cc: dev@dpdk.org; sta...@dpdk.org; Yigit, Ferruh > Subject: Re: [dpdk-dev] [PATCH v3] pdump: fix vdev cleanup > >

Re: [dpdk-dev] [PATCH v3] pdump: fix vdev cleanup

2019-01-14 Thread Thomas Monjalon
11/01/2019 18:51, Reshma Pattan: > Virtual devices added in pdump application > using rte_eal_hotplug_add should be removed explicitly > while existing the pdump application, otherwise the existing -> exiting ? > subsequent run of the pdump application will fail with the reason > that virtual dev

[dpdk-dev] [PATCH v3] pdump: fix vdev cleanup

2019-01-11 Thread Reshma Pattan
Virtual devices added in pdump application using rte_eal_hotplug_add should be removed explicitly while existing 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: 6362f362