From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wiles, Keith" Subject: Re: [PATCH v3] app/pdump: enhance to support multi-core capture 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: dpdk-dev , "Kovacevic, Marko" , "Pattan, Reshma" , "Mcnamara, John" , "Byrne, Stephen1" , "Tamboli, Amit S" , "Padubidri, Sanjay A" , "Patel, Amol" To: "Varghese, Vipin" 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) In-Reply-To: <20190328150406.12051-1-vipin.varghese@intel.com> Content-Language: en-US Content-ID: <9B1127E4E1860A4C87043268374CAA1A@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" > 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