From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3977DA04DB; Fri, 16 Oct 2020 14:10:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 26CCF1ED7E; Fri, 16 Oct 2020 14:10:12 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id B91841C22A for ; Fri, 16 Oct 2020 14:10:09 +0200 (CEST) IronPort-SDR: JsC0+t0CspGt0DsE32qGdTP9mJJ2YZnsSOG/eEkLjKGc5w3YustJPyPtEfI3PvE1LMCNiIljuZ Op3FfsJq6xEw== X-IronPort-AV: E=McAfee;i="6000,8403,9775"; a="145902129" X-IronPort-AV: E=Sophos;i="5.77,382,1596524400"; d="scan'208";a="145902129" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2020 05:10:08 -0700 IronPort-SDR: 4ZOuGNqjrnfPAzggTdYgWUiiwOLQy6vcNUCBeKuD74p7DqekimeVMIzuo2ZbaWPIl7in+zdmNV 8d6WTe31vvNg== X-IronPort-AV: E=Sophos;i="5.77,382,1596524400"; d="scan'208";a="531693169" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.19.66]) ([10.252.19.66]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Oct 2020 05:10:06 -0700 To: Gregory Etelson , dev@dpdk.org Cc: matan@nvidia.com, rasland@nvidia.com, elibr@nvidia.com, ozsh@nvidia.com, ajit.khaparde@broadcom.com, asafp@nvidia.com References: <20200625160348.26220-1-getelson@mellanox.com> <20201016103400.21311-1-getelson@nvidia.com> From: Ferruh Yigit Message-ID: <4ceb8d51-1194-fee1-707c-b8b2aa5891a3@intel.com> Date: Fri, 16 Oct 2020 13:10:03 +0100 MIME-Version: 1.0 In-Reply-To: <20201016103400.21311-1-getelson@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 0/3] Tunnel Offload API 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/16/2020 11:33 AM, Gregory Etelson wrote: > Tunnel Offload API provides hardware independent, unified model > to offload tunneled traffic. Key model elements are: > - apply matches to both outer and inner packet headers > during entire offload procedure; > - restore outer header of partially offloaded packet; > - model is implemented as a set of helper functions. > > v2: > * documentation updates > * MLX5 PMD implementation for tunnel offload > * testpmd updates for tunnel offload > > v3: > * documentation updates > * MLX5 PMD updates > * testpmd updates > > v4: > * updated patch: allow negative values in flow rule types > > v5: > * rebase to next-net > > v6: > * update tunnel offload API documentation > > v7: > * testpmd: resolve "%lu" differences in ubuntu 32 & 64 > > Eli Britstein (1): > ethdev: tunnel offload model > > Gregory Etelson (2): > ethdev: allow negative values in flow rule types > app/testpmd: add commands for tunnel offload API Series applied to dpdk-next-net/main, thanks.