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 40EA7A2EDB for ; Sun, 29 Sep 2019 19:03:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 2398C2B88; Sun, 29 Sep 2019 19:03:44 +0200 (CEST) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 58FC71F28 for ; Sun, 29 Sep 2019 19:03:42 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2019 10:03:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,563,1559545200"; d="scan'208";a="193940203" Received: from irsmsx102.ger.corp.intel.com ([163.33.3.155]) by orsmga003.jf.intel.com with ESMTP; 29 Sep 2019 10:03:40 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.164]) by IRSMSX102.ger.corp.intel.com ([169.254.2.160]) with mapi id 14.03.0439.000; Sun, 29 Sep 2019 18:03:39 +0100 From: "Ananyev, Konstantin" To: "Smoczynski, MarcinX" , "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: AQHVdUvuLtP9itIITU6aqBfPPRrAP6dC5J3Q Date: Sun, 29 Sep 2019 17:03:38 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258019196CD8E@irsmsx105.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> In-Reply-To: <20190927155446.19136-3-marcinx.smoczynski@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGI5NjM2NjgtNzlhMC00ZjNhLTgzMGUtYTMwYmRlZTNiOTUxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiWGEyS2RJdFdPQmhubzlsQTNjXC96dHc4Q0VPU0FDZHBRcUJEUHlvRVk4UDNhV2ZoUERDblF4V0k4MmYyREVRTkMifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.181] 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" 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 >=20 > sa > - > + >=20 > where each options means: >=20 > @@ -573,6 +573,28 @@ where each options means: >=20 > * *port_id X* X is a valid device number in decimal >=20 > + ```` > + > + * Action type for ingress IPsec packets that inline processor failed to > + process. IPsec anti-replay window and ESN is supported with fallback > + processing session only when primary session is *lookaside-crypto-off= load* You probably meant here 'inline-crypto-offload'? > + and fallback session is *lookaside-none*.