From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f178.google.com (mail-wr0-f178.google.com [209.85.128.178]) by dpdk.org (Postfix) with ESMTP id C0A61CFA4 for ; Tue, 28 Mar 2017 14:29:57 +0200 (CEST) Received: by mail-wr0-f178.google.com with SMTP id u1so102860268wra.2 for ; Tue, 28 Mar 2017 05:29:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=8S9lmGQxVHHSkzSCMWWqNH8rDAX2vIlEnIaoQWRg3II=; b=sAfEQG5vHhOgdErzB76cB6JZSRyfrNhfqlYBshVc5+KWzjarwUj01n+HYL7qKo/WeU m7I4eEfnBWZx3ABDpRlffV1cAms0/WjdBuaDYpFqnEjwZIaE6szBCcK3c8CYUTcer3tp U3uQ5+5pE2xZ0ceuPLBGsfViNdZ/igvQ68+0Tmm422WYSEptRWDlbqRkJvTLH+8YVKeN 5kBckk2Z8MTrz0eugzDd5vIHfT3tFlCNtUKCAEINeysOzlHN54sdMIlfI4VgVAdBYIWv gDIdvvtyBEMJc7PH4wk2m79PAqFl+AUYAG2dhWcHIYFE+vPNjZ7TA302u615+59QHipG Zbgw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=8S9lmGQxVHHSkzSCMWWqNH8rDAX2vIlEnIaoQWRg3II=; b=hFJliNP8XLcOpACIYp/J3rakmmvCRUC8wFAr/TCO6T4hkvKgJJB/yHUTCo3q8iO/np 3PiPCaoVrJvOJG9JqPSeEkGHJcNklEDI2t9I1vMTJ0wsVsgsW5wamIy08o3Vo/8iphWr kPaX2swL9IkDtdQ3PRni31HJiPwdqDM1dS0lOYxZThYqsMfRYmph/f0ac62nOZ8uy3aS nXoOOC6mVNxEGnVXLXCb78ikomd3x7GHbyDz++seWkOpLf800Y7BmY59FC6n6dKmud6P 7m6NLmZP1XNxMU4dP4/tbmjmtWFtll1seauZedz1PbMeOZ3kNHPYDpzH1PrFI/7nt3dL zZGw== X-Gm-Message-State: AFeK/H3u6ga6iFvBzq278fAZ86RF5vWN5E9zv+Qd6CGr2iwRsDKHDgqMdqZ2B3VeU71hVDK1 X-Received: by 10.223.165.17 with SMTP id i17mr26582190wrb.70.1490704197608; Tue, 28 Mar 2017 05:29:57 -0700 (PDT) Received: from 6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id t30sm4683724wra.55.2017.03.28.05.29.56 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 28 Mar 2017 05:29:56 -0700 (PDT) Date: Tue, 28 Mar 2017 14:29:49 +0200 From: Adrien Mazarguil To: Beilei Xing Cc: jingjing.wu@intel.com, helin.zhang@intel.com, bernard.iremonger@intel.com, dev@dpdk.org Message-ID: <20170328122948.GF3790@6wind.com> References: <1490266669-122137-1-git-send-email-beilei.xing@intel.com> <1490683208-38096-1-git-send-email-beilei.xing@intel.com> <1490683208-38096-3-git-send-email-beilei.xing@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1490683208-38096-3-git-send-email-beilei.xing@intel.com> Subject: Re: [dpdk-dev] [PATCH v3 2/4] app/testpmd: add MPLS and GRE fields to flow command X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 12:29:57 -0000 On Tue, Mar 28, 2017 at 02:40:06PM +0800, Beilei Xing wrote: > This patch exposes the following item fields through the flow command: > > - MPLS label > - GRE protocol > > Signed-off-by: Beilei Xing > --- > app/test-pmd/cmdline_flow.c | 47 +++++++++++++++++++++++++++++ > app/test-pmd/config.c | 2 ++ > doc/guides/testpmd_app_ug/testpmd_funcs.rst | 8 +++++ > 3 files changed, 57 insertions(+) Besides the strange indentation of the commit log, Acked-by: Adrien Mazarguil -- Adrien Mazarguil 6WIND