> -----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`` options. > + Instead of just saying on single cores or on unique cores, worth mentioning uses the 1st core of eal coremask/corelist for single case. For multi case uses the cores except the 1st in one in coremask? > The ``--pdump`` command line option is mandatory and it takes various sub > arguments which are described in below section. > + $ sudo ./build/app/dpdk-pdump -l 3,4,5 -- --multi --pdump > 'port=0,queue=*,rx-dev=/tmp/rx-1.pcap' --pdump 'port=1,queue=*,rx- > dev=/tmp/rx-2.pcap' > -- > 2.17.1 In the command if you pass anything --m/--mul/--mult/multi the command still succeeds.. Did you check the reason for that? Thanks, Reshma
- Re: [dpdk-dev] [PATCH v5 2/2] app/pdump: enha... Varghese, Vipin
- Re: [dpdk-dev] [PATCH v5 2/2] app/pdump: enha... David Marchand
- Re: [dpdk-dev] [PATCH v5 2/2] app/pdump: enha... Pattan, Reshma
- Re: [dpdk-dev] [PATCH v5 2/2] app/pdump: enha... Varghese, Vipin
- Re: [dpdk-dev] [PATCH v5 2/2] app/pdump: enha... Pattan, Reshma
- Re: [dpdk-dev] [PATCH v5 2/2] app/pdump: enha... Varghese, Vipin
- [dpdk-dev] [PATCH v6 0/2] app/pdump: enhance ... Vipin Varghese
- [dpdk-dev] [PATCH v6 1/2] app/pdump: remove c... Vipin Varghese
- Re: [dpdk-dev] [PATCH v6 1/2] app/pdump: remo... Pattan, Reshma
- [dpdk-dev] [PATCH v6 2/2] app/pdump: enhance ... Vipin Varghese
- Re: [dpdk-dev] [PATCH v6 2/2] app/pdump: enha... Pattan, Reshma
- Re: [dpdk-dev] [PATCH v6 2/2] app/pdump: enha... Varghese, Vipin
- Re: [dpdk-dev] [PATCH v6 2/2] app/pdump: enha... Pattan, Reshma
- Re: [dpdk-dev] [PATCH v6 0/2] app/pdump: enha... Thomas Monjalon
- [dpdk-dev] [PATCH v4 1/2] app/pdump: remove core restricti... Vipin Varghese