From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=OpUnF7VFw4C2nghP4cob9RiiahUJwUMlMNTmV0iicGs=; b=Mcjpwe85qCDCv6jtVzl2kDEgdpAOEqyJQLy8q8FtmAJJVGyrVYZYrIZCB+JKTZfV5N UfTBJSJ7ClqNFftti9D026Jo3kB0YkyPoM9kHP9mUETQsPSp0/2vVGtvOwatev6gXmbr 8M6SNi62wXvG3mu1e/tJTzZCYXZ+OhdJsrRh+LXgszsIBDvNyrsno88J9alhuJnQHSoe /3uiRfOZogfPdG24rAMAbAF+W87LRvxkFRSsRj+2GmgQacYZPzzxZ3SYlRJtWknuT6pI +Kr3jIX3/yQk3gY6axiXja6jknjx/8ns+I9/gFMOeLGi95F/wEX0/S3vjZ/aJi+qlMls 7Tvw== 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=OpUnF7VFw4C2nghP4cob9RiiahUJwUMlMNTmV0iicGs=; b=kY4wvPyY1Nu8DTwNd4y7icu8IF7qXaBcnhQ3I9rBT5y9uu4bjXVF+JRfDynnuIub2S lt31NhiCALcEch7N6FWm8YGmT3ktls9NtELl1OFwdXkA3ogr3muwGkpb0KoCbxYj5c1R 6fSk4AEBw4EZpvUZRI/L9zcsNXeQVetDAiCL7sm29/7uzaPWH1OV9IM9yIQ4KNafPGKw fvUoGE/3GvJs9YHKkFOshs2gTr+rxVMgCrakd34AuJzBDR5KZjvO5atzOFAW/FZqED5M WtMuAWsy1lWiLKcAI3w5iSs0XSrIP9v0Eu0nhZHyivBhFLZ0uLRB9k895CnD8/03tt9R knUw== X-Gm-Message-State: AOPr4FWtLBGy/EwmlmtIi/ShDiFOEAcBy5Pf4HTe16mwSE3GuBZ5XVGu04tkHP2tE0rK1OLa X-Received: by 10.194.203.138 with SMTP id kq10mr10890240wjc.155.1462195934369; Mon, 02 May 2016 06:32:14 -0700 (PDT) Received: from xps13.localnet (207.111.75.86.rev.sfr.net. [86.75.111.207]) by smtp.gmail.com with ESMTPSA id ip10sm30494784wjb.33.2016.05.02.06.32.12 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 02 May 2016 06:32:13 -0700 (PDT) From: Thomas Monjalon To: Piotr Azarewicz Cc: dev@dpdk.org, olivier.matz@6wind.com, keith.wiles@intel.com Date: Mon, 02 May 2016 15:32:11 +0200 Message-ID: <1835077.HYQV8m2rqV@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1461940174-6870-1-git-send-email-piotrx.t.azarewicz@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v3 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: Mon, 02 May 2016 13:32:15 -0000 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