From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/1] cmdline: add any multi string mode to token string Date: Tue, 05 Apr 2016 17:39:58 +0200 Message-ID: <2166915.Tj6zpAPsbS@xps13> References: <1459510581-31392-1-git-send-email-piotrx.t.azarewicz@intel.com> <1459846078-2369-1-git-send-email-piotrx.t.azarewicz@intel.com> <57039FB0.4050404@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz To: Piotr Azarewicz Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id BB2292C10 for ; Tue, 5 Apr 2016 17:41:36 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id u206so9789422wme.1 for ; Tue, 05 Apr 2016 08:41:36 -0700 (PDT) In-Reply-To: <57039FB0.4050404@6wind.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" 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. > > > > Signed-off-by: Piotr Azarewicz > > Acked-by: Olivier Matz This patch does not fix anything working currently. As the release is closing in few days, it will be integrated in 16.07. Thanks