From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 345637F6D for ; Thu, 13 Oct 2016 21:45:18 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 13 Oct 2016 12:45:17 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,489,1473145200"; d="scan'208";a="19408987" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga005.jf.intel.com with ESMTP; 13 Oct 2016 12:45:16 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX107.ger.corp.intel.com ([169.254.10.95]) with mapi id 14.03.0248.002; Thu, 13 Oct 2016 20:45:16 +0100 From: "De Lara Guarch, Pablo" To: "dev@dpdk.org" Thread-Topic: [PATCH] doc: ZUC PMD cannot be built as a shared library Thread-Index: AQHSJYi9PICOf+AJcUikFGgiLVSjZKCmyX7A Date: Thu, 13 Oct 2016 19:45:15 +0000 Message-ID: References: <1476387303-238224-1-git-send-email-pablo.de.lara.guarch@intel.com> In-Reply-To: <1476387303-238224-1-git-send-email-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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTUzYzllMzgtOTkwYy00ZTMxLThlZjItNTVjYjBmYjA4OGEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InZxWE1ZUEVzZjd4U2tPdk5SZGw3UndCQitxMEhyNUZcL3lpRjZIXC82V2xmND0ifQ== x-ctpclassification: CTP_IC 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] doc: ZUC PMD cannot be built as a shared library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2016 19:45:18 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, October 13, 2016 12:35 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo > Subject: [PATCH] doc: ZUC PMD cannot be built as a shared library >=20 > ZUC PMD cannot be built as a shared library, due to > the fact that some assembly code in the underlying libsso > library is not relocatable. > This will be fixed in the future, but for the moment, > it is added as a limitation of the PMD. >=20 > Signed-off-by: Pablo de Lara Applied to dpdk-next-crypto. Pablo