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

2017-02-22 Thread Mcnamara, John
> -Original Message- > From: Wiles, Keith > Sent: Tuesday, February 21, 2017 5:39 PM > To: dpdk.org; dev@dpdk.org > Cc: iryz...@nfware.com; thomas.monja...@6wind.com; Mcnamara, John > > Subject: [PATCH v4] doc: use corelist instead of coremask > > The coremask option in DPDK is difficult

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

2017-02-21 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