From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 9378D27D; Tue, 26 Feb 2019 16:12:33 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Feb 2019 07:12:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.58,416,1544515200"; d="scan'208";a="119226679" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga006.jf.intel.com with ESMTP; 26 Feb 2019 07:12:32 -0800 Received: from fmsmsx162.amr.corp.intel.com (10.18.125.71) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 26 Feb 2019 07:12:31 -0800 Received: from fmsmsx108.amr.corp.intel.com ([169.254.9.86]) by fmsmsx162.amr.corp.intel.com ([169.254.5.71]) with mapi id 14.03.0415.000; Tue, 26 Feb 2019 07:12:31 -0800 From: "Eads, Gage" To: "Pattan, Reshma" , "dev@dpdk.org" CC: "Yigit, Ferruh" , "stable@dpdk.org" Thread-Topic: [PATCH] pdump: only remove created vdevs Thread-Index: AQHUzS2ff6+xg6Nzg0GC/Sf0TID5HqXyIHfQgAAP5QA= Date: Tue, 26 Feb 2019 15:12:31 +0000 Message-ID: <9184057F7FC11744A2107296B6B8EB1E541EB0C5@FMSMSX108.amr.corp.intel.com> References: <20190225171418.10306-1-gage.eads@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A419DD1@irsmsx110.ger.corp.intel.com> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A419DD1@irsmsx110.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNWIwOGM3NTUtMGY0My00Nzc4LWJjNDItZGY0Y2IxMDY5Yjk3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOVAzNDJIbDloanBGN2hXbm1qd2lPUG5TYThkV2crZ3UrQlozRm5MMjkyc3Y2WnV4UG51RVNXRGZOY3NORW10RSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.1.200.108] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] pdump: only remove created vdevs 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: Tue, 26 Feb 2019 15:12:34 -0000 > -----Original Message----- > From: Pattan, Reshma > Sent: Tuesday, February 26, 2019 8:15 AM > To: Eads, Gage ; dev@dpdk.org > Cc: Yigit, Ferruh ; stable@dpdk.org > Subject: RE: [PATCH] pdump: only remove created vdevs >=20 >=20 >=20 > > -----Original Message----- > > From: Eads, Gage > > Sent: Monday, February 25, 2019 5:14 PM > > To: dev@dpdk.org > > Cc: Yigit, Ferruh ; Pattan, Reshma > > ; stable@dpdk.org > > Subject: [PATCH] pdump: only remove created vdevs > > > > This commit fixes a bug in which pdump -- particularly when used in a > > unidirectional manner -- could attempt to remove devices it didn't crea= te. > > >=20 > Small nit, You can remove "--" in commit message . Other than that >=20 > Acked-by: Reshma Pattan >=20 Sure thing. I'll fix the title and the Fixes commit name as well (both shou= ld be "app/pdump", not "pdump"). Thanks, Gage