2017-02-28 17:14, Mcnamara, John:
quoted
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 the future. The -c
option should be kept to maintain backward compatibility.
Signed-off-by: Keith Wiles <redacted>
Thomas, since this patch affects a lot of the documentation it would be
good to merge it as early as possible in the release cycle.
Acked-by: John McNamara <redacted>
Applied, thanks