From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 1/1] cmdline: add any multi string mode to token string Date: Mon, 02 May 2016 15:32:11 +0200 Message-ID: <1835077.HYQV8m2rqV@xps13> References: <1459846078-2369-1-git-send-email-piotrx.t.azarewicz@intel.com> <1461940174-6870-1-git-send-email-piotrx.t.azarewicz@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, keith.wiles@intel.com To: Piotr Azarewicz Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id EA6D25902 for ; Mon, 2 May 2016 15:32:14 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id e201so107186707wme.0 for ; Mon, 02 May 2016 06:32:14 -0700 (PDT) In-Reply-To: <1461940174-6870-1-git-send-email-piotrx.t.azarewicz@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" 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, thanks