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 DD06FA0527; Mon, 9 Nov 2020 20:21:30 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 74AB8697C; Mon, 9 Nov 2020 20:21:28 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 814C8697B for ; Mon, 9 Nov 2020 20:21:26 +0100 (CET) IronPort-SDR: PSspuffykN1+WbECSQ3ooPml4MCr0vo5mUGKBrGixEfuaBhn4bniVur4iduBLciSUM4cwcIt3h VzEX5+JJ3MaA== X-IronPort-AV: E=McAfee;i="6000,8403,9800"; a="167270868" X-IronPort-AV: E=Sophos;i="5.77,464,1596524400"; d="scan'208";a="167270868" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 11:21:24 -0800 IronPort-SDR: PMhUHzJQI8xh53lvokP/oXxg4SLoFIP0dwopSp8hdWC8N1bSTgpiRQkm4WfR8yFbZo+dgv0UcO QeOsoSHkOgDg== X-IronPort-AV: E=Sophos;i="5.77,464,1596524400"; d="scan'208";a="530880306" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.193.177]) ([10.213.193.177]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Nov 2020 11:21:23 -0800 To: Jiawen Wu , dev@dpdk.org References: <20201103100818.311881-1-jiawenwu@trustnetic.com> From: Ferruh Yigit Message-ID: <133b4f60-fbf1-bb5d-e8f4-cb93fa005e2d@intel.com> Date: Mon, 9 Nov 2020 19:21:21 +0000 MIME-Version: 1.0 In-Reply-To: <20201103100818.311881-1-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH 00/37] net: add txgbe PMD part 2 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 11/3/2020 10:07 AM, Jiawen Wu wrote: > Add the remaining part of txgbe PMD. > Support include flow API, traffic manager, macsec and ipsec. > > Jiawen Wu (37): > net/txgbe: add ntuple filter init and uninit > net/txgbe: support ntuple filter add and delete > net/txgbe: add ntuple parse rule > net/txgbe: support ntuple filter remove operaion > net/txgbe: support ethertype filter add and delete > net/txgbe: add ethertype parse rule > net/txgbe: support syn filter add and delete > net/txgbe: add syn filter parse rule > net/txgbe: add L2 tunnel filter init and uninit > net/txgbe: config L2 tunnel filter with e-tag > net/txgbe: support L2 tunnel filter add and delete > net/txgbe: add L2 tunnel filter parse rule > net/txgbe: add FDIR filter init and uninit. > net/txgbe: configure FDIR filter > net/txgbe: support FDIR add and delete operations > net/txgbe: add FDIR parse normal rule > net/txgbe: add FDIR parse tunnel rule > net/txgbe: add FDIR restore operation > net/txgbe: add RSS filter parse rule > net/txgbe: add RSS filter restore operation > net/txgbe: add filter list init and uninit > net/txgbe: add flow API > net/txgbe: add flow API create function > net/txgbe: add flow API destroy function > net/txgbe: add flow API flush function > net/txgbe: support UDP tunnel port add and delete > net/txgbe: add TM configuration init and uninit > net/txgbe: add TM capabilities get operation > net/txgbe: support TM shaper profile add and delete > net/txgbe: support TM node add and delete > net/txgbe: add TM hierarchy commit > net/txgbe: add macsec setting > net/txgbe: add IPsec context creation > net/txgbe: add security session create operation > net/txgbe: support security session destroy > net/txgbe: add security offload in Rx and Tx process > net/txgbe: add security type in flow action > Hi Jiawen, Since fixes applied on top of the first set, we can proceed for this one. As a first thing, this set doesn't apply cleanly, can you please rebase on top of latest next-net and send a new version?