From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] bb/null: fix exported dynamic log type Date: Tue, 06 Feb 2018 01:41:28 +0100 Message-ID: <1832769.nzpftQVA6k@xps> References: <1517869651-145451-1-git-send-email-amr.mokhtar@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, ferruh.yigit@intel.com To: Amr Mokhtar Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 8B2EF1B420 for ; Tue, 6 Feb 2018 01:41:32 +0100 (CET) In-Reply-To: <1517869651-145451-1-git-send-email-amr.mokhtar@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" 05/02/2018 23:27, Amr Mokhtar: > This patch fixes shared library compilation due to undefined > reference to an exported variable 'bbdev_logtype'. > In this fix, the logtype is converted to static in the bbdev lib > and in the bbdev null pmd. > > Fixes: 7dc2b1589440 ("bb/null: add null base band device driver") > Cc: thomas@monjalon.net > > Signed-off-by: Amr Mokhtar It probably requires a rebase because it does not apply cleanly on the master branch.