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 6D17FA320B for ; Mon, 21 Oct 2019 14:29:56 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D70B1BEFB; Mon, 21 Oct 2019 14:29:55 +0200 (CEST) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id DA0F61BECC for ; Mon, 21 Oct 2019 14:29:52 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Oct 2019 05:29:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,323,1566889200"; d="scan'208";a="222445242" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga004.fm.intel.com with ESMTP; 21 Oct 2019 05:29:51 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.139]) by irsmsx105.ger.corp.intel.com ([169.254.7.210]) with mapi id 14.03.0439.000; Mon, 21 Oct 2019 13:29:50 +0100 From: "Mcnamara, John" To: "Smoczynski, MarcinX" , "anoobj@marvell.com" , "akhil.goyal@nxp.com" , "Ananyev, Konstantin" CC: "dev@dpdk.org" , "Smoczynski, MarcinX" Thread-Topic: [dpdk-dev] [PATCH v7 0/4] add fallback session Thread-Index: AQHVgpYsJnpNg3v/ykmSVX4e5lTOuqdlEO/A Date: Mon, 21 Oct 2019 12:29:49 +0000 Message-ID: References: <20191007130254.3064-1-marcinx.smoczynski@intel.com> <20191014134842.3084-1-marcinx.smoczynski@intel.com> In-Reply-To: <20191014134842.3084-1-marcinx.smoczynski@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzBkNmFiYTAtYTZjNS00OTdmLWE1NDYtNjk0OTVjOTA0ZWFlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSkJTT0RIUTdqank3WUV4aGZ0bnRpd1E5eG5ONnhiN204RzNZdENwalpKMWcwT2FsMHBha1hTXC9wTCtLdWZTZVYifQ== dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v7 0/4] 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" > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Marcin Smoczynski > Sent: Monday, October 14, 2019 2:49 PM > To: anoobj@marvell.com; akhil.goyal@nxp.com; Ananyev, Konstantin > > Cc: dev@dpdk.org; Smoczynski, MarcinX > Subject: [dpdk-dev] [PATCH v7 0/4] add fallback session >=20 > Add fallback session feature allowing to process packets that inline > processor 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'. > Due to different processing times of inline and lookaside modes, > fallback session introduces some packet reordering, therefore when > using with IPsec window, its value should be increased. >=20 > v6 to v7 changes: > - remove partial support for "*-protocol" fall-back session types > - rebase on master (31b798a) Hi Akhil, What is the current status of this patchset. Will it be merged for RC1? John