eal: sort and align options lists
authorThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 29 Jan 2015 16:42:31 +0000 (17:42 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 Feb 2015 10:57:33 +0000 (11:57 +0100)
commit97bf974ca2ba4bdefdb723dae66f53340bbc5c90
tree585004cc2f6ed058eb34b7fa239b77881ba20e64
parente14b969aee29006a8a3371b64ca043a013063d07
eal: sort and align options lists

Options listing in usage help was a mess.
The main usage line is fixed and shorter.
The options in usage output are logically sorted (cpu/mem/dev/proc),
aligned and lightly reworded.
The options in declarations are alphabetically sorted.
Code in swith statement is not moved.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: David Marchand <david.marchand@6wind.com>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
lib/librte_eal/common/eal_common_options.c
lib/librte_eal/common/eal_options.h
lib/librte_eal/linuxapp/eal/eal.c