From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=UTRC75yJ8yDwhJUVG7sFKonigeG7rvYOB0MjwF2kia4=; b=vfc65bIXKTWhgX2TRmRV9fldQCUorYB+tNmcPxe0TcdoGXIrq7dNSD2NKlnfrhQUyu FUlSrHHmGAok6FkWIJ1vtJJwwa9+F9uZsm6PhRYMzANDMgT010JH8HxLQTmMFQCeuCBx pocDO/m8917eYxyCIKS3MkJ00Ie6O6by4RqH4dJdXA6qG2t88FNmP//21K9BZux4yVgp p9yG19Z3uYqIrN+ZpI2qJNULPulgvQnnZGSj9WO7FZJ2Ia92ST/q/C5OLVvVRFY2Vt+9 U+2Zj/nQiRlvY/SG1fS/4OmYQhI/cwn2eFu6dTBI2EE7FfG6XwoARlJXtgl8+La0szz1 LUKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding; bh=UTRC75yJ8yDwhJUVG7sFKonigeG7rvYOB0MjwF2kia4=; b=LtY1hNRD57FNYVM0Nm9ePnf5gZOl1fayzueFCxroxIMgqQ5LC1uM8NkI92ocbbwsOW LQU3gG1oRRcenaMwFTHEQLLXG1y1erkvr21LQ4hof/jI1C0V7xR6bdxC1gnqZ197FtnW puNvCEIsHoHjxz0aUVUdl+z17hiGb7O4docs0E0JNpAudjnjziZO+Of2lRJENqJpCtWb uLlCfPX+Fea4JsXKc2NsliLkFqy4yYtKYUhI9+DqY/Cwlr9zsjgvhgEF9wA5KBOoUhW+ UCwIuX0WTg5GHak+qmeTv344nzQZSn+aRqM9ladXJ2DuaLTvSwUxSI+jXDnF205i7FUc WgBA== X-Gm-Message-State: AD7BkJKXDXCUFGxeSrrgZSHuSjtXcfuowAjWNq3vgNNKQnzR442/AQqImpOht+eph6u15rg9 X-Received: by 10.194.84.66 with SMTP id w2mr25312242wjy.6.1459870896614; Tue, 05 Apr 2016 08:41:36 -0700 (PDT) Received: from xps13.localnet (91.111.75.86.rev.sfr.net. [86.75.111.91]) by smtp.gmail.com with ESMTPSA id ll9sm35362827wjc.29.2016.04.05.08.41.35 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 05 Apr 2016 08:41:36 -0700 (PDT) From: Thomas Monjalon To: Piotr Azarewicz Cc: dev@dpdk.org, Olivier Matz Date: Tue, 05 Apr 2016 17:39:58 +0200 Message-ID: <2166915.Tj6zpAPsbS@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <57039FB0.4050404@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> <57039FB0.4050404@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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 15:41:36 -0000 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