From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] eal: fix build with Xen dom0 enabled Date: Sun, 06 Dec 2015 00:59:57 +0100 Message-ID: <2014998.ClfLy0TFNQ@xps13> References: <1449116714-17711-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) by dpdk.org (Postfix) with ESMTP id 627C79221 for ; Sun, 6 Dec 2015 01:01:26 +0100 (CET) Received: by wmww144 with SMTP id w144so101599349wmw.1 for ; Sat, 05 Dec 2015 16:01:26 -0800 (PST) In-Reply-To: <1449116714-17711-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-12-03 05:25, Thomas Monjalon: > There is a new function in the EAL API for internal use. > It has neither a proper prefix nor a .map export: > libethdev.so: undefined reference to `is_xen_dom0_supported' > > Fixes: 719dbebceb81 ("xen: allow determining DOM0 at runtime") > > Signed-off-by: Thomas Monjalon Applied