From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 0/2] Fix Xen compilation for 32 bits Date: Sun, 10 Apr 2016 21:37:24 +0200 Message-ID: <4373141.QQ9O6nsPI8@xps13> References: <1460316352-16209-1-git-send-email-pablo.de.lara.guarch@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Pablo de Lara Return-path: Received: from mail-wm0-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 2B10C2956 for ; Sun, 10 Apr 2016 21:37:27 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id 191so64144332wmq.0 for ; Sun, 10 Apr 2016 12:37:27 -0700 (PDT) In-Reply-To: <1460316352-16209-1-git-send-email-pablo.de.lara.guarch@intel.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" 2016-04-10 20:25, Pablo de Lara: > Xen library and vhost_xen app cannot build on 32 bits, > so this patchset fixes both. > > Pablo de Lara (2): > xen: fix compilation on 32 bits > vhost_xen: fix compilation on 32 bits Applied, thanks