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 2B969A04BA; Thu, 1 Oct 2020 18:26:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 07FEC1D449; Thu, 1 Oct 2020 18:26:11 +0200 (CEST) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 62BDB1BA7F for ; Thu, 1 Oct 2020 18:26:10 +0200 (CEST) IronPort-SDR: Z2k6zW2BIqcKeIpeh2Hl2Fxfpxl9lApgQvK1/WENwgsp0shptBa/QP0K7tkc90eUekMwR1Sp5H hYhnPLIi7Asw== X-IronPort-AV: E=McAfee;i="6000,8403,9761"; a="160182617" X-IronPort-AV: E=Sophos;i="5.77,323,1596524400"; d="scan'208";a="160182617" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2020 09:26:01 -0700 IronPort-SDR: 3L/FHS25un6m/2dgrWAo/PLya38AW8fX6/VegT+GmUU1j/t0RV3GEjKJs4BEnvOjwnsA55v+S9 1LndvGn4mJCQ== X-IronPort-AV: E=Sophos;i="5.77,323,1596524400"; d="scan'208";a="504362569" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.253.63]) ([10.213.253.63]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2020 09:25:59 -0700 To: Shiri Kuzin , dev@dpdk.org Cc: viacheslavo@nvidia.com, adrien.mazarguil@6wind.com, rasland@nvidia.com References: <1599118768-13265-1-git-send-email-shirik@nvidia.com> From: Ferruh Yigit Message-ID: Date: Thu, 1 Oct 2020 17:25:55 +0100 MIME-Version: 1.0 In-Reply-To: <1599118768-13265-1-git-send-email-shirik@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [RFC v2] ethdev: introduce GENEVE header extension item 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 9/3/2020 8:39 AM, Shiri Kuzin wrote: > The Geneve tunneling protocol is designed to allow > the user to specify some data context on the packet. > The header extension options is the mean intended > to present the user data. These ones are implemented > in TLV (Type-Length-Value) fashion, in order to > support these Geneve protocol feature we will > introduce the new item “rte_flow_item_geneve_option” > > The support for new item will be added to testpmd > and include values and masks for the fields: > - class > - type > - data length > - data itself > > The usage example: > > "flow create 0 ingress pattern ipv4 / udp / > geneve / geneve_opt class is 102 type is 80 > type mask ff data is 10002 data mask is > 7fffffff / end actions drop / end " > > New item will be added to testpmd to support > raw encap/decap action. > > Signed-off-by: Shiri Kuzin Hi Shiri, Will there be a new version of the patch addressing the comments to previous version: http://inbox.dpdk.org/dev/MN2PR12MB42860D5ECF69BD6C78CECBF6D6200@MN2PR12MB4286.namprd12.prod.outlook.com/