From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/5] Introducing Wirless Base Band Device (bbdev) abstraction library Date: Wed, 31 Jan 2018 21:41:25 +0100 Message-ID: <10330486.sAcIo0Kpun@xps> References: <1515698603-20416-1-git-send-email-amr.mokhtar@intel.com> <1596883.yZ5vjCyqb0@xps> <3D3765A8CDB52A4C8B410430AA19CB236EC82832@IRSMSX104.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "dev@dpdk.org" , "Yigit, Ferruh" , "Burakov, Anatoly" , "De Lara Guarch, Pablo" , "Power, Niall" , "Macnamara, Chris" To: "Mokhtar, Amr" Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 58AC81B845 for ; Wed, 31 Jan 2018 21:42:12 +0100 (CET) In-Reply-To: <3D3765A8CDB52A4C8B410430AA19CB236EC82832@IRSMSX104.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/01/2018 21:29, Mokhtar, Amr: > From: Thomas Monjalon > > 11/01/2018 20:23, Amr Mokhtar: > > > Hello, > > > Latest update for Wireless Device abstraction library. > > > > Applied with few changes: > > - fixed title formats > > - moved bbdev between ethdev and cryptodev in lists > > - added in test-build.sh > > - fixed compilation as shared library (must be better fixed in RC2) > > undefined reference to `bbdev_logtype', added to .map > > Can you explain more what shared library compilation problem > were experienced? Is it the missing 'bbdev_logtype' ? Yes Please avoid exporting this variable.