From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 0/3] librte_cmdline: fix parsing initialisation Date: Fri, 21 Jul 2017 01:08:34 +0300 Message-ID: <16490592.YukZAso0BJ@xps> References: <327b5be12221f51fbf3a6d8e9d155de786992388.1497521374.git.adrien.mazarguil@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Olivier Matz To: Adrien Mazarguil Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id A581B29C8 for ; Fri, 21 Jul 2017 00:08:36 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 10/07/2017 15:09, Adrien Mazarguil: > Adding a cover letter to keep the same title for that thread, since I took > over the original patch from Bernard, modified it somewhat and made a couple > of additional fixes on top of it. > > Olivier's comment [1] and Bernard's feedback about dynamic tokens made me > realize how the interface itself was not only difficult to use but also > broken. > > This series starts by fixing the root cause of the original issue reported > by Bernard, then simplifies the interface itself and its only user (testpmd) > and finally fixes an unrelated issue found in testpmd. These fixes target > all stable releases since 17.02. > > [1] http://dpdk.org/ml/archives/dev/2017-June/068605.html > > Adrien Mazarguil (3): > cmdline: fix dynamic tokens initialization > cmdline: fix dynamic tokens interface > app/testpmd: fix token matching in flow command Applied, thanks