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 411A4A2EDB for ; Mon, 30 Sep 2019 11:13:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3838C2BF1; Mon, 30 Sep 2019 11:13:54 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 888DE2A6C for ; Mon, 30 Sep 2019 11:13:52 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Sep 2019 02:13:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,565,1559545200"; d="scan'208";a="220589000" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga002.fm.intel.com with ESMTP; 30 Sep 2019 02:13:51 -0700 Received: from fmsmsx111.amr.corp.intel.com (10.18.116.5) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 30 Sep 2019 02:13:41 -0700 Received: from lcsmsx153.ger.corp.intel.com (10.186.165.228) by fmsmsx111.amr.corp.intel.com (10.18.116.5) with Microsoft SMTP Server (TLS) id 14.3.439.0; Mon, 30 Sep 2019 02:13:41 -0700 Received: from hasmsx107.ger.corp.intel.com ([169.254.2.239]) by LCSMSX153.ger.corp.intel.com ([169.254.8.223]) with mapi id 14.03.0439.000; Mon, 30 Sep 2019 12:13:38 +0300 From: "Smoczynski, MarcinX" To: "Ananyev, Konstantin" , "anoobj@marvell.com" , "akhil.goyal@nxp.com" CC: "dev@dpdk.org" Thread-Topic: [PATCH v5 2/4] examples/ipsec-secgw: add fallback session feature Thread-Index: AQHVdUvu+loPk9pDF0iQeLU+zyWev6dCsskAgAFA+BA= Date: Mon, 30 Sep 2019 09:13:38 +0000 Message-ID: <2F25558C1648FA498380EAC12A861262172E563A@hasmsx107.ger.corp.intel.com> References: <20190927091028.19316-1-marcinx.smoczynski@intel.com> <20190927155446.19136-1-marcinx.smoczynski@intel.com> <20190927155446.19136-3-marcinx.smoczynski@intel.com> <2601191342CEEE43887BDE71AB977258019196CD8E@irsmsx105.ger.corp.intel.com> In-Reply-To: <2601191342CEEE43887BDE71AB977258019196CD8E@irsmsx105.ger.corp.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGI5NjM2NjgtNzlhMC00ZjNhLTgzMGUtYTMwYmRlZTNiOTUxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWGEyS2RJdFdPQmhubzlsQTNjXC96dHc4Q0VPU0FDZHBRcUJEUHlvRVk4UDNhV2ZoUERDblF4V0k4MmYyREVRTkMifQ== 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 v5 2/4] examples/ipsec-secgw: add fallback session feature 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: Ananyev, Konstantin > Sent: Sunday, September 29, 2019 7:04 PM > To: Smoczynski, MarcinX ; > anoobj@marvell.com; akhil.goyal@nxp.com > Cc: dev@dpdk.org > Subject: RE: [PATCH v5 2/4] examples/ipsec-secgw: add fallback session > feature >=20 > Hi Marcin, >=20 > > > > diff --git a/doc/guides/sample_app_ug/ipsec_secgw.rst > b/doc/guides/sample_app_ug/ipsec_secgw.rst > > index ad2d79e75..21b4b4418 100644 > > --- a/doc/guides/sample_app_ug/ipsec_secgw.rst > > +++ b/doc/guides/sample_app_ug/ipsec_secgw.rst > > @@ -401,7 +401,7 @@ The SA rule syntax is shown as follows: > > .. code-block:: console > > > > sa > > - > > + > > > > where each options means: > > > > @@ -573,6 +573,28 @@ where each options means: > > > > * *port_id X* X is a valid device number in decimal > > > > + ```` > > + > > + * Action type for ingress IPsec packets that inline processor failed = to > > + process. IPsec anti-replay window and ESN is supported with fallbac= k > > + processing session only when primary session is *lookaside-crypto- > offload* >=20 > You probably meant here 'inline-crypto-offload'? >=20 > > + and fallback session is *lookaside-none*. Yes, thanks. Marcin.