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 46A23A04FD; Wed, 15 Jan 2020 02:47:39 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 499C51C116; Wed, 15 Jan 2020 02:47:38 +0100 (CET) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 4DC261BFC7 for ; Wed, 15 Jan 2020 02:47:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jan 2020 17:47:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,320,1574150400"; d="scan'208";a="372770172" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 14 Jan 2020 17:47:34 -0800 Received: from fmsmsx123.amr.corp.intel.com (10.18.125.38) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 14 Jan 2020 17:47:34 -0800 Received: from shsmsx154.ccr.corp.intel.com (10.239.6.54) by fmsmsx123.amr.corp.intel.com (10.18.125.38) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 14 Jan 2020 17:47:34 -0800 Received: from shsmsx105.ccr.corp.intel.com ([169.254.11.28]) by SHSMSX154.ccr.corp.intel.com ([169.254.7.132]) with mapi id 14.03.0439.000; Wed, 15 Jan 2020 09:47:32 +0800 From: "Zhang, Qi Z" To: "Iremonger, Bernard" , "dev@dpdk.org" , "Xing, Beilei" , "Doherty, Declan" CC: "Ananyev, Konstantin" , "Byrne, Stephen1" , "Zhang, Helin" Thread-Topic: [PATCH v5 00/14] net/i40e: ESP support Thread-Index: AQHVyuJaDFnG1ruwKkKPp/5Ssl/esKfq9RYQ Date: Wed, 15 Jan 2020 01:47:31 +0000 Message-ID: <039ED4275CED7440929022BC67E7061153E05107@SHSMSX105.ccr.corp.intel.com> References: <1578669630-23866-1-git-send-email-bernard.iremonger@intel.com> <1579010128-15794-1-git-send-email-bernard.iremonger@intel.com> In-Reply-To: <1579010128-15794-1-git-send-email-bernard.iremonger@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 00/14] net/i40e: ESP support 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" > -----Original Message----- > From: Iremonger, Bernard > Sent: Tuesday, January 14, 2020 9:55 PM > To: dev@dpdk.org; Xing, Beilei ; Zhang, Qi Z > ; Doherty, Declan > Cc: Ananyev, Konstantin ; Byrne, Stephen1 > ; Zhang, Helin ; > Iremonger, Bernard > Subject: [PATCH v5 00/14] net/i40e: ESP support >=20 > Add support for ESP flows to testpmd. > Improve debug information in testpmd and the i40e PMD. > Process ESP flows on the i40e Flow Director and RSS. >=20 > Changes in V5: > ------------- > Rebase to latest master branch > Update 0012-librte_ethdev-add-ESP-and-AH-flow-types-to-RSS.patch >=20 > Changes in V4: > ------------- > Add extra patch for testpmd > Add extra patch for config > Split v3 patch "net/i40e: process ESP flows" into 4 patches >=20 > Changes in V3: > ------------- > Added i40e_flow_set_filter_spi() function in i40e_flow.c Set UDP destinat= ion > port to 4500 for ESP in i40e_ethdev.h Split flow structures into 4 inste= ad of 2 > in i40e_ethdev.h Dropped extra printf from commandline_flow.c >=20 > Changes in V2: > -------------- > Moved change in app/test-pmd/config.c to a seperate patch. > Added extra parameter to fill_ip6_head() in i40e_fdir.c set is_udp to fal= se in > i40e_flow_fdir_get_pctype_value() in i40e_flow.c >=20 >=20 > Bernard Iremonger (14): > app/testpmd: parse flow command line for ESP > app/testpmd: improve debug > app/testpmd: dump Rx and Tx mbuf > net/i40e: improve RSS debug > net/i40e: handle ESP tunnel > net/i40e: support ipsec-ah profile > net/i40e: support ESP in customised code > net/i40e: support ESP flows > net/i40e: support ESP in Flow Director > config: add debug to I40E Flow Director > net/i40e: display Flow Director packet > librte_ethdev: add ESP and AH flow types to RSS > doc: release note for ESP > doc: update i40e user guide >=20 > app/test-pmd/cmdline_flow.c | 4 +- > app/test-pmd/util.c | 1 + > config/common_base | 1 + > doc/guides/nics/i40e.rst | 4 +- > doc/guides/rel_notes/release_20_02.rst | 9 +++ > drivers/net/i40e/i40e_ethdev.c | 52 ++++++++++++- > drivers/net/i40e/i40e_ethdev.h | 38 +++++++++ > drivers/net/i40e/i40e_fdir.c | 138 > ++++++++++++++++++++++++++++++--- > drivers/net/i40e/i40e_flow.c | 135 > +++++++++++++++++++++++++++++++- > drivers/net/i40e/rte_pmd_i40e.c | 3 +- > lib/librte_ethdev/rte_ethdev.h | 14 +++- > 11 files changed, 377 insertions(+), 22 deletions(-) >=20 > -- > 2.7.4 For patch 4/14 - patch 14/14 Except minor capture on patch 7/14 and patch 12/14 Acked-by: Qi Zhang