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 CDD07A0613 for ; Mon, 23 Sep 2019 14:52:02 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 746191BEE2; Mon, 23 Sep 2019 14:52:01 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 1CA131BE8E for ; Mon, 23 Sep 2019 14:51:59 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Sep 2019 05:51:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,539,1559545200"; d="scan'208";a="189048910" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga007.fm.intel.com with ESMTP; 23 Sep 2019 05:51:58 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 05:51:58 -0700 Received: from hasmsx105.ger.corp.intel.com (10.184.198.19) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 23 Sep 2019 05:51:57 -0700 Received: from hasmsx107.ger.corp.intel.com ([169.254.2.239]) by HASMSX105.ger.corp.intel.com ([169.254.1.106]) with mapi id 14.03.0439.000; Mon, 23 Sep 2019 15:51:55 +0300 From: "Smoczynski, MarcinX" To: "anoobj@marvell.com" , "akhil.goyal@nxp.com" , "Ananyev, Konstantin" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3 0/3] add fallback session Thread-Index: AQHVcgRpyyUsMBmZi0ib02WDHaCtmac5NN2Q Date: Mon, 23 Sep 2019 12:51:54 +0000 Message-ID: <2F25558C1648FA498380EAC12A861262172E3CA8@hasmsx107.ger.corp.intel.com> References: <20190904141642.14820-1-marcinx.smoczynski@intel.com> <20190923114415.17932-1-marcinx.smoczynski@intel.com> In-Reply-To: <20190923114415.17932-1-marcinx.smoczynski@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-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNjA3OTI5MTctN2RlOS00M2ViLWExODMtZjdjYTFiZmFkMTYwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiOHJHTEVcL01aTGx3RmREbGVEamc0UGRNeVR6T1ZXaUtQYk8xa21jcFNvTXpHdTAzQWxIN3BSbXVlM3U0MlFQZmYifQ== x-originating-ip: [10.184.70.11] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 0/3] add fallback session 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" Joseph, is this patchset ok with you after changes? I've changed second patch description and sample application documentation regarding this feature. > -----Original Message----- > From: Smoczynski, MarcinX > Sent: Monday, September 23, 2019 1:44 PM > To: anoobj@marvell.com; akhil.goyal@nxp.com; Ananyev, Konstantin > > Cc: dev@dpdk.org; Smoczynski, MarcinX > Subject: [PATCH v3 0/3] add fallback session >=20 > Add fallback session feature allowing to process packets that inline proc= essor > is unable to handle (e.g. fragmented traffic). Processing takes place in = a > secondary session defined for SA in a configuration file. >=20 > This feature is limited to ingress IPsec traffic only. IPsec anti-replay = window > and ESN are supported in conjunction with fallback session when following > conditions are met: > * primary session is 'inline-crypto-offload, > * fallback sessions is 'lookaside-none'. >=20 > v2 to v3 changes: > - doc and commit log update - explicitly state feature limitations >=20 > v1 to v2 changes: > - disable fallback offload for outbound SAs > - add test scripts >=20 > Marcin Smoczynski (3): > examples/ipsec-secgw: ipsec_sa structure cleanup > examples/ipsec-secgw: add fallback session feature > examples/ipsec-secgw: add offload fallback tests >=20 > doc/guides/sample_app_ug/ipsec_secgw.rst | 20 ++- > examples/ipsec-secgw/esp.c | 35 ++-- > examples/ipsec-secgw/ipsec-secgw.c | 16 +- > examples/ipsec-secgw/ipsec.c | 99 ++++++----- > examples/ipsec-secgw/ipsec.h | 61 +++++-- > examples/ipsec-secgw/ipsec_process.c | 113 +++++++----- > examples/ipsec-secgw/sa.c | 164 +++++++++++++----- > .../test/trs_aesgcm_common_defs.sh | 4 +- > .../trs_aesgcm_inline_crypto_fallback_defs.sh | 5 + > .../test/tun_aesgcm_common_defs.sh | 6 +- > .../tun_aesgcm_inline_crypto_fallback_defs.sh | 5 + > 11 files changed, 361 insertions(+), 167 deletions(-) create mode 10064= 4 > examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh > create mode 100644 examples/ipsec- > secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh >=20 > -- > 2.17.1