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

2016-05-02 Thread Thomas Monjalon
2016-04-29 16:29, 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 > Acked-by: Olivier Matz Applied, tha

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

2016-04-29 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 Acked-by: Olivier Matz --- v3 changes: - add a comment above the definiton of TOKEN_STRI