From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] eal/vfio: export all VFIO functions when not compiling VFIO Date: Mon, 16 Apr 2018 19:27:58 +0200 Message-ID: <2367051.akkeTpsXNp@xps> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , shahafs@mellanox.com, hemant.agrawal@nxp.com, gaetan.rivet@6wind.com To: Anatoly Burakov Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 8EE98CFBA for ; Mon, 16 Apr 2018 19:28:01 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/04/2018 14:13, Anatoly Burakov: > Previously, VFIO functions were not compiled in and exported if > VFIO compilation was disabled. Fix this by actually compiling > all of the functions unconditionally, , and provide missing > prototypes on Linux. > > Fixes: 279b581c897d ("vfio: expose functions") > Fixes: 73a639085938 ("vfio: allow to map other memory regions") > Fixes: 964b2f3bfb07 ("vfio: export some internal functions") > Cc: hemant.agrawal@nxp.com > Cc: gaetan.rivet@6wind.com > Cc: anatoly.burakov@intel.com > > Signed-off-by: Anatoly Burakov Applied, thanks