From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from proxy.6wind.com (host.76.145.23.62.rev.coltfrance.com [62.23.145.76]) by dpdk.org (Postfix) with ESMTP id 3664C2BA1 for ; Mon, 11 Jul 2016 12:20:38 +0200 (CEST) Received: from glumotte.dev.6wind.com (unknown [10.16.0.195]) by proxy.6wind.com (Postfix) with ESMTP id E0C1F27499; Mon, 11 Jul 2016 12:20:37 +0200 (CEST) From: Olivier Matz To: dev@dpdk.org, huilongx.xu@intel.com, waterman.cao@intel.com, yuanhan.liu@intel.com, weichunx.chen@intel.com, yu.y.liu@intel.com Cc: thomas.monjalon@6wind.com Date: Mon, 11 Jul 2016 12:20:24 +0200 Message-Id: <1468232428-24088-1-git-send-email-olivier.matz@6wind.com> X-Mailer: git-send-email 2.8.1 Subject: [dpdk-dev] [PATCH 0/4] fix mempool creation with Xen Dom0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2016 10:20:38 -0000 Since the recent mempool rework [1], Xen Dom0 is broken. This series aims at fixing it. I think it should be integrated in 16.07. As I don't have a full testing platform, any help in validating this patchset would be appreciated. [1] http://www.dpdk.org/ml/archives/dev/2016-May/039229.html Olivier Matz (4): eal: fix typo in Xen Dom0 specific code mbuf: set errno on pool creation error eal: fix retrieval of phys address with Xen Dom0 mempool: fix creation with Xen Dom0 lib/librte_eal/linuxapp/eal/eal_memory.c | 23 +++++++++++++++++++++++ lib/librte_eal/linuxapp/eal/eal_xen_memory.c | 4 ++-- lib/librte_mbuf/rte_mbuf.c | 5 ++++- lib/librte_mempool/rte_mempool.c | 6 +++++- 4 files changed, 34 insertions(+), 4 deletions(-) -- 2.8.1