Re: [dpdk-dev] [PATCH] pdump: only remove created vdevs

2019-02-26 Thread Eads, Gage
> -Original Message- > From: Pattan, Reshma > Sent: Tuesday, February 26, 2019 8:15 AM > To: Eads, Gage ; dev@dpdk.org > Cc: Yigit, Ferruh ; sta...@dpdk.org > Subject: RE: [PATCH] pdump: only remove created vdevs > > > > > -Original Message- > > From: Eads, Gage > > Sent: Mond

Re: [dpdk-dev] [PATCH] pdump: only remove created vdevs

2019-02-26 Thread Pattan, Reshma
> -Original Message- > From: Eads, Gage > Sent: Monday, February 25, 2019 5:14 PM > To: dev@dpdk.org > Cc: Yigit, Ferruh ; Pattan, Reshma > ; sta...@dpdk.org > Subject: [PATCH] pdump: only remove created vdevs > > This commit fixes a bug in which pdump -- particularly when used in a > u

[dpdk-dev] [PATCH] pdump: only remove created vdevs

2019-02-25 Thread Gage Eads
This commit fixes a bug in which pdump -- particularly when used in a unidirectional manner -- could attempt to remove devices it didn't create. Fixes: 35cb223ab7be ("pdump: fix vdev cleanup") Cc: sta...@dpdk.org Signed-off-by: Gage Eads --- app/pdump/main.c | 17 - 1 file chang