From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH v2 1/1] cmdline: add any multi string mode to token string Date: Thu, 28 Apr 2016 16:52:48 +0200 Message-ID: <572223C0.5030104@6wind.com> References: <1459510581-31392-1-git-send-email-piotrx.t.azarewicz@intel.com> <1459846078-2369-1-git-send-email-piotrx.t.azarewicz@intel.com> <30864A3D-C66D-41AB-A02D-32D0BF9BE95E@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" To: "Wiles, Keith" , "Azarewicz, PiotrX T" Return-path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 8995D5585 for ; Thu, 28 Apr 2016 16:52:59 +0200 (CEST) In-Reply-To: <30864A3D-C66D-41AB-A02D-32D0BF9BE95E@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 this patch also require updates to the documentation? I did a quick check and it seems we do not dive as far in the command line documentation (guides/sample_app_ug/cmd_line.rst). 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? Thanks, Olivier