[dpdk-dev] [PATCH] eal: add missing long-options for short option arguments

2016-03-18 Thread David Marchand
On Thu, Mar 3, 2016 at 4:02 PM, Wiles, Keith wrote: >>On Thu, Feb 25, 2016 at 11:12 PM, Wiles, Keith >>wrote: On Thu, Feb 25, 2016 at 01:09:16PM -0600, Keith Wiles wrote: > A number of short options for EAL are missing long options > and this patch adds those missing options. >

[dpdk-dev] [PATCH] eal: add missing long-options for short option arguments

2016-03-03 Thread Wiles, Keith
>On Thu, Feb 25, 2016 at 11:12 PM, Wiles, Keith >wrote: >>>On Thu, Feb 25, 2016 at 01:09:16PM -0600, Keith Wiles wrote: A number of short options for EAL are missing long options and this patch adds those missing options. The missing long options are for: -c add

[dpdk-dev] [PATCH] eal: add missing long-options for short option arguments

2016-03-03 Thread Wiles, Keith
>>On Thu, Feb 25, 2016 at 01:09:16PM -0600, Keith Wiles wrote: >>> A number of short options for EAL are missing long options >>> and this patch adds those missing options. >>> >>> The missing long options are for: >>> -c add --coremask >>> -d add --driver >>> -l add --corelist >>> -m add

[dpdk-dev] [PATCH] eal: add missing long-options for short option arguments

2016-02-25 Thread Wiles, Keith
>On Thu, Feb 25, 2016 at 01:09:16PM -0600, Keith Wiles wrote: >> A number of short options for EAL are missing long options >> and this patch adds those missing options. >> >> The missing long options are for: >> -c add --coremask >> -d add --driver >> -l add --corelist >> -m add --memsize >> -n

[dpdk-dev] [PATCH] eal: add missing long-options for short option arguments

2016-02-25 Thread Bruce Richardson
On Thu, Feb 25, 2016 at 01:09:16PM -0600, Keith Wiles wrote: > A number of short options for EAL are missing long options > and this patch adds those missing options. > > The missing long options are for: > -c add --coremask > -d add --driver > -l add --corelist > -m add --memsize > -n add

[dpdk-dev] [PATCH] eal: add missing long-options for short option arguments

2016-02-25 Thread Keith Wiles
A number of short options for EAL are missing long options and this patch adds those missing options. The missing long options are for: -c add --coremask -d add --driver -l add --corelist -m add --memsize -n add --mem-channels -r add --mem-ranks -v add --version Add an alias for --lcores using