[dpdk-dev] [PATCH v2 1/1] cmdline: add any multi string mode to token string

2016-04-29 Thread Azarewicz, PiotrX T
> But I agree that a comment could be added above the definition of > TOKEN_STRING_MULTI that would explain what is the behavior in that case. > > Piotr, do you think this is something you can do? Okay, I will. Regards, Piotr

[dpdk-dev] [PATCH v2 1/1] cmdline: add any multi string mode to token string

2016-04-28 Thread Olivier MATZ
Hi Keith, On 04/15/2016 04:41 PM, Wiles, Keith wrote: >> While parsing token string there may be several modes: >> - fixed single string >> - multi-choice single string >> - any single string >> >> This patch add one more mode - any multi string. >> >> Signed-off-by: Piotr Azarewicz > > Does

[dpdk-dev] [PATCH v2 1/1] cmdline: add any multi string mode to token string

2016-04-15 Thread Wiles, Keith
>While parsing token string there may be several modes: >- fixed single string >- multi-choice single string >- any single string > >This patch add one more mode - any multi string. > >Signed-off-by: Piotr Azarewicz Does this patch also require updates to the documentation? > Regards, Keith

[dpdk-dev] [PATCH v2 1/1] cmdline: add any multi string mode to token string

2016-04-05 Thread Thomas Monjalon
2016-04-05 13:21, Olivier Matz: > > On 04/05/2016 10:47 AM, Piotr Azarewicz wrote: > > While parsing token string there may be several modes: > > - fixed single string > > - multi-choice single string > > - any single string > > > > This patch add one more mode - any multi string. > > > >

[dpdk-dev] [PATCH v2 1/1] cmdline: add any multi string mode to token string

2016-04-05 Thread Olivier Matz
On 04/05/2016 10:47 AM, Piotr Azarewicz wrote: > While parsing token string there may be several modes: > - fixed single string > - multi-choice single string > - any single string > > This patch add one more mode - any multi string. > > Signed-off-by: Piotr Azarewicz Acked-by: Olivier Matz

[dpdk-dev] [PATCH v2 1/1] cmdline: add any multi string mode to token string

2016-04-05 Thread Piotr Azarewicz
While parsing token string there may be several modes: - fixed single string - multi-choice single string - any single string This patch add one more mode - any multi string. Signed-off-by: Piotr Azarewicz --- v2 changes: - add cmdline_multi_string_t type for the new mode