From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id DF553DE0 for ; Tue, 5 Apr 2016 13:21:29 +0200 (CEST) Received: from was59-1-82-226-113-214.fbx.proxad.net ([82.226.113.214] helo=[192.168.0.10]) by mail.droids-corp.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1anP4h-0006aw-ML; Tue, 05 Apr 2016 13:23:13 +0200 To: Piotr Azarewicz References: <1459510581-31392-1-git-send-email-piotrx.t.azarewicz@intel.com> <1459846078-2369-1-git-send-email-piotrx.t.azarewicz@intel.com> Cc: dev@dpdk.org From: Olivier Matz X-Enigmail-Draft-Status: N1110 Message-ID: <57039FB0.4050404@6wind.com> Date: Tue, 5 Apr 2016 13:21:20 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 MIME-Version: 1.0 In-Reply-To: <1459846078-2369-1-git-send-email-piotrx.t.azarewicz@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 1/1] cmdline: add any multi string mode to token string X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Apr 2016 11:21:30 -0000 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