From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 07B147D73 for ; Thu, 27 Jul 2017 09:32:32 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga105.jf.intel.com with ESMTP; 27 Jul 2017 00:32:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,419,1496127600"; d="scan'208";a="112494033" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by orsmga004.jf.intel.com with ESMTP; 27 Jul 2017 00:32:31 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX106.ger.corp.intel.com (163.33.3.31) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 27 Jul 2017 08:30:59 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by irsmsx112.ger.corp.intel.com ([169.254.1.42]) with mapi id 14.03.0319.002; Thu, 27 Jul 2017 08:30:59 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" Thread-Topic: [PATCH] doc: support new ZUC library version Thread-Index: AQHTBVj9pgBmag1pWEe9u9WFtPDS4qJnScLg Date: Thu, 27 Jul 2017 07:30:59 +0000 Message-ID: References: <20170725071645.46301-1-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170725071645.46301-1-pablo.de.lara.guarch@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 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] doc: support new ZUC library version 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: Thu, 27 Jul 2017 07:32:33 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 25, 2017 8:17 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] doc: support new ZUC library version >=20 > A new version of the LibSSO ZUC library has been released. > This version includes shared library support and bug fixes. >=20 > This commit extends the instructions to install and initialize the PMD wi= th > the new library, enabling also the PMD to be compiled as a shared library= . >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo