Re: [dpdk-dev] [PATCH v6 2/2] app/pdump: enhance to support multi-core capture

2019-04-09 Thread Pattan, Reshma
> -Original Message- > From: Varghese, Vipin > Sent: Thursday, April 4, 2019 9:55 AM > To: dev@dpdk.org; Kovacevic, Marko ; Pattan, > Reshma ; david.march...@redhat.com > Cc: Wiles, Keith ; Mcnamara, John > ; Byrne, Stephen1 ; > Tamboli, Amit S ; Padubidri, Sanjay A > ; Patel, Amol ; Var

Re: [dpdk-dev] [PATCH v6 2/2] app/pdump: enhance to support multi-core capture

2019-04-07 Thread Varghese, Vipin
Hi Reshma, snipped > Nit picks: > > > > > +The ``--multi`` command line option is optional argument. If passed, > > +capture will be running on unique cores for all ``--pdump`` options. > > +If ignored, capture will be running on single core for all ``--pdump`` > > options. > > + > > Instead of

Re: [dpdk-dev] [PATCH v6 2/2] app/pdump: enhance to support multi-core capture

2019-04-05 Thread Pattan, Reshma
> -Original Message- > From: Varghese, Vipin > Nit picks: > > +The ``--multi`` command line option is optional argument. If passed, > +capture will be running on unique cores for all ``--pdump`` options. If > +ignored, capture will be running on single core for all ``--pdump`` optio

[dpdk-dev] [PATCH v6 2/2] app/pdump: enhance to support multi-core capture

2019-04-04 Thread Vipin Varghese
Add option --multi, to enhance pdump application to allow capture on unique cores for each --pdump option. If option --multi is ignored the default capture occurs on single core for all --pdump options. Signed-off-by: Vipin Varghese --- app/pdump/main.c | 99 +++