From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 8BB581B1BF for ; Mon, 9 Oct 2017 15:49:20 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Oct 2017 06:49:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,500,1500966000"; d="scan'208";a="1203844494" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by fmsmga001.fm.intel.com with ESMTP; 09 Oct 2017 06:49:17 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by irsmsx110.ger.corp.intel.com ([163.33.3.25]) with mapi id 14.03.0319.002; Mon, 9 Oct 2017 14:49:16 +0100 From: "Ananyev, Konstantin" To: Akhil Goyal , "dev@dpdk.org" CC: "Doherty, Declan" , "De Lara Guarch, Pablo" , "hemant.agrawal@nxp.com" , "Nicolau, Radu" , "borisp@mellanox.com" , "aviadye@mellanox.com" , "thomas@monjalon.net" , "sandeep.malik@nxp.com" , "jerin.jacob@caviumnetworks.com" , "Mcnamara, John" , "shahafs@mellanox.com" , "olivier.matz@6wind.com" Thread-Topic: [PATCH v3 00/12] introduce security offload library Thread-Index: AQHTPs8AveBRXhj8nkygv4hdAfEoDaLbjMYg Date: Mon, 9 Oct 2017 13:49:15 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772585FAA653D@IRSMSX103.ger.corp.intel.com> References: <20171003131413.23846-1-akhil.goyal@nxp.com> <20171006181151.4758-1-akhil.goyal@nxp.com> In-Reply-To: <20171006181151.4758-1-akhil.goyal@nxp.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjg4NzU2NzUtNGUxZC00NGZmLWI0MDEtYjZjZDUxNTU4ZTFhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkFUZWk1eUNQVzVmbCs4b2tCczE4SGRNV05cL3IrMmhtMnp2UGlTQ1ZLV0ZBPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 00/12] introduce security offload library 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: , X-List-Received-Date: Mon, 09 Oct 2017 13:49:21 -0000 > -----Original Message----- > From: Akhil Goyal [mailto:akhil.goyal@nxp.com] > Sent: Friday, October 6, 2017 7:12 PM > To: dev@dpdk.org > Cc: Doherty, Declan ; De Lara Guarch, Pablo ; hemant.agrawal@nxp.com; > Nicolau, Radu ; borisp@mellanox.com; aviadye@mell= anox.com; thomas@monjalon.net; > sandeep.malik@nxp.com; jerin.jacob@caviumnetworks.com; Mcnamara, John ; Ananyev, Konstantin > ; shahafs@mellanox.com; olivier.matz@6wind.= com > Subject: [PATCH v3 00/12] introduce security offload library >=20 > This patchset introduce the rte_security library in DPDK. > This also includes the sample implementation of drivers and > changes in ipsec gateway application to demonstrate its usage. >=20 >=20 > rte_security library is implemented on the idea proposed earlier [1],[2],= [3] > to support IPsec Inline and look aside crypto offload. Though > the current focus is only on IPsec protocol, but the library is > not limited to IPsec, it can be extended to other security > protocols e.g. MACSEC, PDCP or DTLS. >=20 > In this library, crypto/ethernet devices can register itself to > the security library to support security offload. >=20 > The library support 3 modes of operation > 1. full protocol offload using crypto devices. > (RTE_SECURITY_ACTION_TYPE_LOOKASIDE_PROTOCOL) > 2. inline ipsec using ethernet devices to perform crypto operations > (RTE_SECURITY_ACTION_TYPE_INLINE_CRYPTO) > 3. full protocol offload using ethernet devices. > (RTE_SECURITY_ACTION_TYPE_INLINE_PROTOCOL) >=20 > The details for each mode is documented in the patchset in > doc/guides/prog_guide/rte_security.rst >=20 > The modification in the application ipsec-secgw is also doocumented in > doc/guides/sample_app_ug/ipsec_secgw.rst >=20 > This patchset is also available at: > git://dpdk.org/draft/dpdk-draft-ipsec > branch: integration >=20 > changes in v3: > 1. fixed compilation for FreeBSD > 2. Incorporated comments from Pablo, John, Shahaf, Ananyev As I can see, you didn't address any of my comments in v3. So please don't include my name here. Konstantin