From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 2108F20AC5; Mon, 5 Feb 2018 19:41:32 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Mon, 05 Feb 2018 19:41:32 -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=+rr/SbJGUM5Lcjf3Svq3E+R0Jh P58DkVz2b++IQefhM=; b=VTz4O8NvC/+BRGaU2Ld7SZXRgHBfGFpWHCQg8YADpN C+wnNhB0qX85eEYgOfJYNOqcCs+1k6eyu5n06kkEPUvkQZX2R+3DYMigd4eDhKFq grFnwEa006FCRvhwPmFZCckXGDVC3SAueEYeMuK0PQ7LcmEnhnTKlbLyIaflAg+g Q= 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=+rr/Sb JGUM5Lcjf3Svq3E+R0JhP58DkVz2b++IQefhM=; b=P2ZYmkd+nd7hvIhi0epMK+ ns8VkZ2pz1jjCHD/ggrJUywgSdKidqHvSUXfL8LLXuEWfj+hS2pt41B7X7ZisyLV 7SW/B8V6sIL2fxyedqRyN7dBXCd9219ShhgdW8ewd+bznZCz2hqkK9jVf2QeB7OX WmIqZ3zafJJWdfjGeOMJrgnN5hxDRHOCyhHBS/iZZDK9VbJCeJ05tnXNogBw27rA r/ZUqXTIyALD9mJdXKM5K2RZ2PLPwzGxIooJI+JuqSt4w0d8N6r15S6m/DzByTgX KELcRu4l6m3tkNzz+jbz0LDOg8kPv5C4h6/zyj6I6Anqs8UQhN2Xp+ZzwcRYen4A == 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 976FE7E0FD; Mon, 5 Feb 2018 19:41:31 -0500 (EST) From: Thomas Monjalon To: Amr Mokhtar Cc: dev@dpdk.org, ferruh.yigit@intel.com Date: Tue, 06 Feb 2018 01:41:28 +0100 Message-ID: <1832769.nzpftQVA6k@xps> In-Reply-To: <1517869651-145451-1-git-send-email-amr.mokhtar@intel.com> References: <1517869651-145451-1-git-send-email-amr.mokhtar@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] bb/null: fix exported dynamic log type 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: Tue, 06 Feb 2018 00:41:32 -0000 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.