From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id EEFB5A0A02; Fri, 15 Jan 2021 02:16:20 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D7DA3140E80; Fri, 15 Jan 2021 02:16:20 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id D2F81140E46 for ; Fri, 15 Jan 2021 02:16:19 +0100 (CET) IronPort-SDR: Kn4SRn+JpibCvJZXfY3JNkVJRMpRUlraHDfvJ6QUFX9u7KYYXWO0pOnVcKtS57hTHiBx2RiYxF 7UdWM93zc6LQ== X-IronPort-AV: E=McAfee;i="6000,8403,9864"; a="165561123" X-IronPort-AV: E=Sophos;i="5.79,347,1602572400"; d="scan'208";a="165561123" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 17:16:15 -0800 IronPort-SDR: HIwUud7AEARCFOk4ehkmDMuBblZXeVdUcZgnyIA4Jg8QD1EaqQ6K9hq85fZJBsaVA5N54JcXFi tWCF7/IgzqUw== X-IronPort-AV: E=Sophos;i="5.79,347,1602572400"; d="scan'208";a="349343317" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.31.191]) ([10.252.31.191]) by orsmga003-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jan 2021 17:16:13 -0800 To: Shiri Kuzin , dev@dpdk.org Cc: viacheslavo@nvidia.com, andrew.rybchenko@oktetlabs.ru, olivier.matz@6wind.com, orika@nvidia.com, thomas@monjalon.net, rasland@nvidia.com References: <20201228194432.30512-1-shirik@nvidia.com> <20210111182153.9972-1-shirik@nvidia.com> From: Ferruh Yigit Message-ID: Date: Fri, 15 Jan 2021 01:16:11 +0000 MIME-Version: 1.0 In-Reply-To: <20210111182153.9972-1-shirik@nvidia.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2 0/6] add GTP PSC extension header support X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 1/11/2021 6:21 PM, Shiri Kuzin wrote: > In this patch we add the support for GTP PSC in net/mlx5. > This will enable matching on "rte_flow_item_gtp_psc" item. > > The support in testpmd is extended to support raw > encap\decap of GTP PSC. > > v2: > - update documentation. > - fix PDU type shift. > > Shiri Kuzin (4): > common/mlx5: add matcher fields for GTP extensions > net/mlx5: add GTP PSC flow validation > net/mlx5: add GTP PSC item translation > doc: update GTP extension header support > > Viacheslav Ovsiienko (2): > ethdev: update GTP headers > app/testpmd: add GTP PSC option support in raw sets > Series applied to dpdk-next-net/main, thanks.