From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 3E47E1B204 for ; Thu, 28 Mar 2019 16:34:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2019 08:34:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,280,1549958400"; d="scan'208";a="331557052" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 28 Mar 2019 08:34:22 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 28 Mar 2019 08:34:22 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.142]) by FMSMSX110.amr.corp.intel.com ([169.254.14.3]) with mapi id 14.03.0415.000; Thu, 28 Mar 2019 08:34:21 -0700 From: "Wiles, Keith" To: "Varghese, Vipin" CC: dpdk-dev , "Kovacevic, Marko" , "Pattan, Reshma" , "Mcnamara, John" , "Byrne, Stephen1" , "Tamboli, Amit S" , "Padubidri, Sanjay A" , "Patel, Amol" Thread-Topic: [PATCH v3] app/pdump: enhance to support multi-core capture Thread-Index: AQHU5Xd8hktd602vpUOiommeVLqzPKYhodYA Date: Thu, 28 Mar 2019 15:34:20 +0000 Message-ID: References: <20190328145746.11786-1-vipin.varghese@intel.com> <20190328150406.12051-1-vipin.varghese@intel.com> In-Reply-To: <20190328150406.12051-1-vipin.varghese@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.22.73] Content-Type: text/plain; charset="us-ascii" Content-ID: <9B1127E4E1860A4C87043268374CAA1A@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] app/pdump: enhance to support multi-core capture 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, 28 Mar 2019 15:34:23 -0000 > On Mar 28, 2019, at 10:04 AM, Varghese, Vipin = wrote: >=20 > Enhance pdump application, to allow user to run on multiple cores. >=20 > Signed-off-by: Vipin Varghese > --- >=20 > Change Log: >=20 > V3: > - correct the parse_usage - Vipin Varghese > - add change log - Vipin Varghese >=20 > V2: > - Replace option '-c' to '-l' - Keith Wiles > --- > app/pdump/main.c | 75 ++++++++++++++++++++++++++++++++------ > doc/guides/tools/pdump.rst | 5 +++ > 2 files changed, 69 insertions(+), 11 deletions(-) >=20 Reviewed-by: Keith Wiles Regards, Keith From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 16039A0679 for ; Thu, 28 Mar 2019 16:34:26 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 369D61B2B0; Thu, 28 Mar 2019 16:34:25 +0100 (CET) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 3E47E1B204 for ; Thu, 28 Mar 2019 16:34:23 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Mar 2019 08:34:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,280,1549958400"; d="scan'208";a="331557052" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 28 Mar 2019 08:34:22 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Thu, 28 Mar 2019 08:34:22 -0700 Received: from fmsmsx117.amr.corp.intel.com ([169.254.3.142]) by FMSMSX110.amr.corp.intel.com ([169.254.14.3]) with mapi id 14.03.0415.000; Thu, 28 Mar 2019 08:34:21 -0700 From: "Wiles, Keith" To: "Varghese, Vipin" CC: dpdk-dev , "Kovacevic, Marko" , "Pattan, Reshma" , "Mcnamara, John" , "Byrne, Stephen1" , "Tamboli, Amit S" , "Padubidri, Sanjay A" , "Patel, Amol" Thread-Topic: [PATCH v3] app/pdump: enhance to support multi-core capture Thread-Index: AQHU5Xd8hktd602vpUOiommeVLqzPKYhodYA Date: Thu, 28 Mar 2019 15:34:20 +0000 Message-ID: References: <20190328145746.11786-1-vipin.varghese@intel.com> <20190328150406.12051-1-vipin.varghese@intel.com> In-Reply-To: <20190328150406.12051-1-vipin.varghese@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.254.22.73] Content-Type: text/plain; charset="UTF-8" Content-ID: <9B1127E4E1860A4C87043268374CAA1A@intel.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] app/pdump: enhance to support multi-core capture 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190328153420.flvAVQA7Im2llQKr1hbqZRFI3smmNYAjhKr-Id6-nCI@z> > On Mar 28, 2019, at 10:04 AM, Varghese, Vipin = wrote: >=20 > Enhance pdump application, to allow user to run on multiple cores. >=20 > Signed-off-by: Vipin Varghese > --- >=20 > Change Log: >=20 > V3: > - correct the parse_usage - Vipin Varghese > - add change log - Vipin Varghese >=20 > V2: > - Replace option '-c' to '-l' - Keith Wiles > --- > app/pdump/main.c | 75 ++++++++++++++++++++++++++++++++------ > doc/guides/tools/pdump.rst | 5 +++ > 2 files changed, 69 insertions(+), 11 deletions(-) >=20 Reviewed-by: Keith Wiles Regards, Keith