From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Oct 2018 06:35:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,344,1534834800"; d="scan'208";a="78742074" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.49]) ([10.237.221.49]) by orsmga007.jf.intel.com with ESMTP; 05 Oct 2018 06:35:12 -0700 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 Cc: dev@dpdk.org, dekelp@mellanox.com, thomas@monjalon.net, nelio.laranjeiro@6wind.com, yskoh@mellanox.com, shahafs@mellanox.com References: <1538251641-91511-1-git-send-email-orika@mellanox.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: <64e05e52-b1d0-1d23-fde8-1c4d726b8d1f@intel.com> Date: Fri, 5 Oct 2018 14:35:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1538251641-91511-1-git-send-email-orika@mellanox.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 0/3] app/testpmd: add l3 encap/decap cmd 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: Fri, 05 Oct 2018 13:35:33 -0000 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...