From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] app/testpmd: fix MPLSoGRE encapsulation Date: Tue, 11 Dec 2018 17:29:41 +0000 Message-ID: <33f7622c-2064-f9ab-d0d3-50dc73b6aeb6@intel.com> References: <1543931522-58709-1-git-send-email-dekelp@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Shahaf Shuler To: Ori Kam , Dekel Peled , "wenzhuo.lu@intel.com" , "jingjing.wu@intel.com" , "bernard.iremonger@intel.com" Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2A5E65F22 for ; Tue, 11 Dec 2018 18:29:44 +0100 (CET) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/6/2018 9:38 AM, Ori Kam wrote: <...> >>>> Subject: [dpdk-dev] [PATCH] app/testpmd: fix MPLSoGRE encapsulation >>>> >>>> In function cmd_set_mplsogre_encap_parsed(), MPLS label value was set >>>> in mplsogre_encap_conf struct without the required offset. >>>> As a result the value was copied incorrectly into rte_flow_item_mpls >>>> struct. >>>> >>>> This patch sets MPLS label value in appropriate location at >>>> mplsogre_encap_conf struct, so it is correctly copied to >>>> rte_flow_item_mpls struct. >>>> >>>> Fixes: 3e77031be855 ("app/testpmd: add MPLSoGRE encapsulation") >>>> Cc: orika@mellanox.com >>>> >>>> Signed-off-by: Dekel Peled > > Acked-by: Ori Kam Applied to dpdk-next-net/master, thanks.