From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by dpdk.org (Postfix) with ESMTP id 139089432 for ; Wed, 21 Oct 2015 16:42:39 +0200 (CEST) Received: by wikq8 with SMTP id q8so97078772wik.1 for ; Wed, 21 Oct 2015 07:42:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=DqMsek2BQdFQfRvPLl694ageFnAu53nbtUd+q5m+PL4=; b=IC0+k0rCGKt3WU6np51mkyNNwkiLZGdv0AGWOEN/gVBb87BI6xZCGQ7AJC1hruRtCf kkfWHIYMVerypEqSYbc40vcioguOAzd5hVmc9mBaWuzua4kc9iLtPVcYKlNG4Zi8fGpo t2PLMPlezMIh7RX/ZbHShTKJEZAr4Wv8b/ccKjAF4YH1zal23gdMv/gMmunJFL9RCfQu YBZ3Q/OI0h7rswmjtsoyZpNcH359ruwXt2u9xwN9MeZO9CPbpl0D6ZKinyG0Y5ZFkU6a JCP2UEXARoHfLTlK24/4jVjA58Iwj7O5LfiX02e7axnrwzbEKarav2mLszGIV0s/nSVe koOQ== X-Gm-Message-State: ALoCoQlKxoQVKhHeNkb/rG1yEvenXkjYWk3MTdl9zOhXC7kJtBwSKVnMlBJp8/G0RmtfEnEOxRq/ X-Received: by 10.180.35.163 with SMTP id i3mr10819082wij.80.1445438558865; Wed, 21 Oct 2015 07:42:38 -0700 (PDT) Received: from xps13.localnet (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id pi5sm18069801wic.3.2015.10.21.07.42.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Oct 2015 07:42:38 -0700 (PDT) From: Thomas Monjalon To: sergio.gonzalez.monroy@intel.com, olivier.matz@6wind.com Date: Wed, 21 Oct 2015 16:41:33 +0200 Message-ID: <1848282.Wb8OJn8bAr@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1443487487-31915-2-git-send-email-stephen@networkplumber.org> References: <1443487487-31915-1-git-send-email-stephen@networkplumber.org> <1443487487-31915-2-git-send-email-stephen@networkplumber.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 1/6] xen: allow determining DOM0 at runtime 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: Wed, 21 Oct 2015 14:42:39 -0000 2015-09-28 17:44, Stephen Hemminger: > Add memory infrastructure for runtime Xen DOM0 support. > > Signed-off-by: Stephen Hemminger > --- > lib/librte_eal/common/include/rte_memory.h | 30 ++++++++++++++++- > lib/librte_eal/linuxapp/eal/eal_memory.c | 7 ++++ > lib/librte_eal/linuxapp/eal/eal_xen_memory.c | 2 +- > lib/librte_mempool/rte_mempool.c | 48 ++++++++++++++++++++-------- > lib/librte_mempool/rte_mempool.h | 3 +- > 5 files changed, 72 insertions(+), 18 deletions(-) Sergio, Olivier, any comment?