On Thu, Feb 12, 2015 at 05:47:55PM +0100, Thomas Monjalon wrote:
> This is a small reorganization of options.
> The main goal is to provide a nice --help option.
>
> changes in v3:
> - reword arguments in usage
> changes in v2:
> - sort also the options enum
>
> Thomas Monjalon (2):
> eal: sort and align options lists
> eal: add help option
>
> lib/librte_eal/bsdapp/eal/eal.c | 7 +-
> lib/librte_eal/common/eal_common_options.c | 115
> +++++++++++++++--------------
> lib/librte_eal/common/eal_options.h | 64 ++++++++--------
> lib/librte_eal/linuxapp/eal/eal.c | 27 ++++---
> 4 files changed, 113 insertions(+), 100 deletions(-)
>
> --
> 2.2.2
>
>
Acked-by: Neil Horman <nhorman at tuxdriver.com>