From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id BB93A20BD for ; Mon, 23 Jul 2018 10:05:32 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Jul 2018 01:05:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,392,1526367600"; d="scan'208";a="59874203" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga006.jf.intel.com with ESMTP; 23 Jul 2018 01:03:42 -0700 Received: from irsmsx107.ger.corp.intel.com ([169.254.10.193]) by IRSMSX108.ger.corp.intel.com ([169.254.11.169]) with mapi id 14.03.0319.002; Mon, 23 Jul 2018 09:03:41 +0100 From: "De Lara Guarch, Pablo" To: "Doherty, Declan" CC: "dev@dpdk.org" Thread-Topic: [PATCH] crypto/aesni_mb: support IPsec Multi-buffer lib v0.50 Thread-Index: AQHUEurgHO4PKFN0+kuvVQw99TRdFqSckXcQ Date: Mon, 23 Jul 2018 08:03:41 +0000 Message-ID: References: <20180703082234.24698-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20180703082234.24698-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDU3MWRmY2MtMzNlNS00ODBjLWE2MTEtZmQ2ZTViZDYwZWMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiYk53RkJiUE1LQWtEXC9tS3h6TVhBQ3NlalBHT0hodmxUZ1Q1RkE0dUw4UWpObk9NTXZ3bmRicUVISU9aNXJTV0wifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.200.100 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] crypto/aesni_mb: support IPsec Multi-buffer lib v0.50 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, 23 Jul 2018 08:05:33 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 3, 2018 9:23 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] crypto/aesni_mb: support IPsec Multi-buffer lib v0.50 >=20 > Adds support for the v0.50 of the IPsec Multi-buffer lib. > The library now exposes its version, with the idea of maintaining backwar= ds > compatibility in the future, avoiding breaking the compilation of the PMD= every > time there is a new version available. >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo