From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f176.google.com (mail-ie0-f176.google.com [209.85.223.176]) by dpdk.org (Postfix) with ESMTP id 4DA4A5697 for ; Thu, 26 Feb 2015 08:05:43 +0100 (CET) Received: by iecar1 with SMTP id ar1so11642549iec.11 for ; Wed, 25 Feb 2015 23:05:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=NtWB5RhJEDon44ckXO8gKDocc5WarZgVCIpduw49tYs=; b=QKXE/I2sHtKDDQKteSfIbpVFU2SQR3ADuVFzHGvRQ0WuuNUh47dXUeNbC3oZBnipDx vZDS1TDC1jwZJeS2y+PWMHht1Ko1WpMAbMnvyaXHbTMlC5m2hN0f9Go8yrqcXRZqmNgh 4ZNEr5nKNJVkKpj8wucWwEjQ1ULIetKWkaYa6EDb1VI3Tl0AbfMw4IhzrQncSoHtyU9l 29Zy/KSCp3BYP5WLzzIRFHuNSdS11BCNSacggct0sjdSoEkC1xTrW26PBZ/4SDqQ0e9i NBuxnsGGQb7BkXsfZl4cgAPCa9Nuov8VwOdO9+Ddu22fihI914LP9+IbWyJxseky7H05 glgQ== X-Gm-Message-State: ALoCoQk6cRg+4IRsqO1dPy5R9mBnxEjSLsXkCnOanpdbmDZL5B8Jn6vBbSXIb/DaTEgKqM6/78P/ X-Received: by 10.42.224.9 with SMTP id im9mr8060996icb.2.1424934342691; Wed, 25 Feb 2015 23:05:42 -0800 (PST) Received: from urahara (static-50-53-82-155.bvtn.or.frontiernet.net. [50.53.82.155]) by mx.google.com with ESMTPSA id qd2sm11131949igc.22.2015.02.25.23.05.42 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Feb 2015 23:05:42 -0800 (PST) Date: Wed, 25 Feb 2015 23:05:45 -0800 From: Stephen Hemminger To: "Liu, Jijiang" Message-ID: <20150225230545.2159dcdf@urahara> In-Reply-To: <1ED644BD7E0A5F4091CF203DAFB8E4CC01DDF030@SHSMSX101.ccr.corp.intel.com> References: <1ED644BD7E0A5F4091CF203DAFB8E4CC01DDC7CB@SHSMSX101.ccr.corp.intel.com> <20150215092747.2f6a4822@uryu.home.lan> <1ED644BD7E0A5F4091CF203DAFB8E4CC01DDF030@SHSMSX101.ccr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Stephen Hemminger Subject: Re: [dpdk-dev] [PATCH 1/4] xen: allow choosing dom0 support 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: Thu, 26 Feb 2015 07:05:43 -0000 On Thu, 26 Feb 2015 06:53:24 +0000 "Liu, Jijiang" wrote: > Ok, thanks for the explanation. > > Could you replace 'internal_config.xen_dom0_support' with 'is_xen_dom0_supported()' in the function rte_eal_hugepage_init()? Ok, but then as a function it would have to be exported as shared library map and becomoe part of API.