From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id BDDE32E8A for ; Wed, 5 Apr 2017 11:46:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491385609; x=1522921609; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=ucAPZbsOuchKpnYYA1TVkCd8WeNCDxV4ujDAAcODbqc=; b=vGlaa7Z43u+eiTutUoJ9fYv3Yzg0/wUArrnOZPe/rqOp1Hj4xKolnEki Fx/TzdN+s8G3ez0qtWnST/dmNigW6w==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 02:46:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,278,1486454400"; d="scan'208";a="84651551" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga005.fm.intel.com with ESMTP; 05 Apr 2017 02:46:47 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Apr 2017 10:46:46 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.239]) by irsmsx111.ger.corp.intel.com ([169.254.2.58]) with mapi id 14.03.0319.002; Wed, 5 Apr 2017 10:46:46 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon , "dev@dpdk.org" Thread-Topic: ZUC PMD as shared library Thread-Index: AQHSrT00CUIuELAFT06Sjobv/ZLNX6G2h11w Date: Wed, 5 Apr 2017 09:46:45 +0000 Message-ID: References: <7600449.g6INzhSzlI@xps13> In-Reply-To: <7600449.g6INzhSzlI@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOGU0ZjEwYTEtY2I5NC00NjdiLTkxZDEtZjAwNjM5MjI5ODlmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ijh5blwvY0d5a3RBVUZCWWt3RnlxNGQ0b1VUa3YzXC9NdVRBSldhQ285b21uOD0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] ZUC PMD as shared 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: Wed, 05 Apr 2017 09:46:50 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, April 04, 2017 1:16 PM > To: De Lara Guarch, Pablo; dev@dpdk.org > Subject: ZUC PMD as shared library >=20 > Hi, >=20 > Is it possible to build ZUC PMD as a shared library? It is not currently, and this limitation was added in the PMD documentation= . This limitation will be fixed in the next release of the underlying library= , which should be released this month. Thanks, Pablo >=20 > There is this error when compiling: > libsso_zuc.a(sso_zuc_yasm.o): > relocation R_X86_64_32 against symbol `EK_d' can not be used > when making a shared object; recompile with -fPIC