From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 0494020CE1; Wed, 31 Jan 2018 15:42:12 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 31 Jan 2018 15:42:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=if3a/M3cSeMqY8rxGi8uh737V+ ampa/yDTejxctV+Zs=; b=Gt/aoD2Jg9WF+0HIJ4RATCkvLkI0ngMqhskCYrDl7X Fh5KYvli+Tg2NA6mYWUxsBLyhyLTB08NO79HZxt0bdRpZe/EePYZ739k+0i8Mqo0 llt+1cJX3NwlC5Ee1ZIVJu9SNUawdH+lAmOjCOJc4b5blY6Mw/yKRZHpMx6Causs k= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=if3a/M 3cSeMqY8rxGi8uh737V+ampa/yDTejxctV+Zs=; b=Ac5QJFJrBcrVhhen768gRi cad5fSn8MHFkzXBSA9gaqzLnQ2CxMh2aTvNVzTgEyIXHP03biIkKMQR5XSh3Prst Bh0UR5Z1LJD7y2TgE66Tmu3YsE/CrWGJtods5s5qNpZO0SlIgixejK+8f/8ADeMA KGs1omGYJFls1m0nVOMX/ShAlct5JoF8o2ChZ7C6jXwVzwgLBsAjY9QKXZ0uU339 ucC+eqjG72q1b+QMATtIgb3g6KN20fRiGtpnyQjLob6tVhgzH9qzQww5RkW2zkRQ U+890EpG2hl/Fiyzy2j8Apne3mF6ezWQTYpBxxm5i73u0WLIjefbnoJQYlYHzltw == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9065F2480C; Wed, 31 Jan 2018 15:42:11 -0500 (EST) From: Thomas Monjalon To: "Mokhtar, Amr" Cc: "dev@dpdk.org" , "Yigit, Ferruh" , "Burakov, Anatoly" , "De Lara Guarch, Pablo" , "Power, Niall" , "Macnamara, Chris" Date: Wed, 31 Jan 2018 21:41:25 +0100 Message-ID: <10330486.sAcIo0Kpun@xps> In-Reply-To: <3D3765A8CDB52A4C8B410430AA19CB236EC82832@IRSMSX104.ger.corp.intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v5 0/5] Introducing Wirless Base Band Device (bbdev) abstraction 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, 31 Jan 2018 20:42:12 -0000 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.