From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 0/3] app/testpmd: add l3 encap/decap cmd Date: Fri, 5 Oct 2018 14:35:12 +0100 Message-ID: <64e05e52-b1d0-1d23-fde8-1c4d726b8d1f@intel.com> References: <1538251641-91511-1-git-send-email-orika@mellanox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, dekelp@mellanox.com, thomas@monjalon.net, nelio.laranjeiro@6wind.com, yskoh@mellanox.com, shahafs@mellanox.com To: Ori Kam , wenzhuo.lu@intel.com, jingjing.wu@intel.com, bernard.iremonger@intel.com, arybchenko@solarflare.com, stephen@networkplumber.org, adrien.mazarguil@6wind.com Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id DB87D1B155 for ; Fri, 5 Oct 2018 15:35:32 +0200 (CEST) In-Reply-To: <1538251641-91511-1-git-send-email-orika@mellanox.com> 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 9/29/2018 9:07 PM, Ori Kam wrote: > Currently testpmd have support only for encapsulation and decapsulation > for L2 tunnels. > > This series adds commands for L3 tunnels types, L3 tunnel is a tunnel > that the inner packet is missing the L2 part. The encapsulation uses > the encap_l3 command in-order to remove the inner l2. > For decapsulation since the inner packet is missing the L2 there is > a need to supply it to the NIC using the decap_l3. > > The tunnels are are implemented are: MPLSoGRE and MPLSoUDP > while the decap can be used for all L3 tunnels. > > This series is based on add generic L2/L3 tunnel encapsulation actions [1] > > [1] https://mails.dpdk.org/archives/dev/2018-September/111781.html > > > Ori Kam (3): > app/testpmd: add MPLSoUDP encapsulation > app/testpmd: add MPLSoGRE encapsulation > app/testpmd: add decap l3 command Same here, can you please rebase on latest next-net. Getting a few old rte_flow related patch caused conflict with almost all outstanding rte_flow patches...