Re: [dpdk-dev] [PATCH v5] doc: use corelist instead of coremask

2017-03-01 Thread Wiles, Keith
> On Mar 1, 2017, at 1:40 PM, Thomas Monjalon wrote: > > 2017-02-28 17:14, Mcnamara, John: >> >>> The coremask option in DPDK is difficult to use and we should be >>> promoting the use of the corelist (-l) option. The patch >>> adjusts the docs to use -l EAL option instead of the -c option. >>>

Re: [dpdk-dev] [PATCH v5] doc: use corelist instead of coremask

2017-03-01 Thread Thomas Monjalon
2017-02-28 17:14, Mcnamara, John: > > > The coremask option in DPDK is difficult to use and we should be > > promoting the use of the corelist (-l) option. The patch > > adjusts the docs to use -l EAL option instead of the -c option. > > > > The patch only changes the docs and not the code as the

Re: [dpdk-dev] [PATCH v5] doc: use corelist instead of coremask

2017-02-28 Thread Mcnamara, John
> -Original Message- > From: Wiles, Keith > Sent: Monday, February 27, 2017 7:14 PM > To: dev@dpdk.org > Cc: iryz...@nfware.com; thomas.monja...@6wind.com; Mcnamara, John > > Subject: [PATCH v5] doc: use corelist instead of coremask > > The coremask option in DPDK is difficult to use an

[dpdk-dev] [PATCH v5] doc: use corelist instead of coremask

2017-02-27 Thread Keith Wiles
The coremask option in DPDK is difficult to use and we should be promoting the use of the corelist (-l) option. The patch adjusts the docs to use -l EAL option instead of the -c option. The patch only changes the docs and not the code as the -c option will continue to exist unless it is removed in