From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 8A8D85965 for ; Fri, 26 Jul 2013 17:10:56 +0200 (CEST) Received: by mail-wg0-f42.google.com with SMTP id j13so893230wgh.5 for ; Fri, 26 Jul 2013 08:11:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=ZnKjSy9V0pafhKR4/kRzis7WT/TE1nNUgtSLcu32x9k=; b=m1RRPf5MfzLq7CUdjbPsTlPpSsFgo4KdDgR9xmtZdaZLhnQi4Y0RsDKFOkqtRNfkGi PrSHlH40geWh7NB9Mru89nqEfdpTo2zUhwu3YJKEu+FaOE5DRzrwUkLpy2ohALsbaEuD MqBO7y9WXbInlE9t2wlfNKjLjb5AZ+7urpcMil8K2wtV79O1I+vn72QURxbykBH9wci/ HUk/Kqgk13emaDO+S5qRPasVTWV1xFVyBz38RHUH9lHQ2eoS4LUfTipBG8HuLbbhCnpq FK95JO6ARvYNN6Go9uqtLsNI2UCKnbtYeQF5Jq1+Po17QvdxbpMNI8n08kyKRm4czEp2 xRTA== X-Received: by 10.194.178.138 with SMTP id cy10mr34926956wjc.61.1374851479270; Fri, 26 Jul 2013 08:11:19 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id i1sm5409351wiz.6.2013.07.26.08.11.17 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 08:11:18 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Fri, 26 Jul 2013 17:11:17 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <1374850599-9790-1-git-send-email-thomas.monjalon@6wind.com> <51F28E3F.8080204@6wind.com> In-Reply-To: <51F28E3F.8080204@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201307261711.17071.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQn6vPyqIZXDlZ1nJs4EL3Hn6aIAEaOa6ZDa7TpBTyqxuqra7A5F9eG48a9nGpn3yHs4TjOc Subject: Re: [dpdk-dev] [PATCH] mem: fix log for --no-huge 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: Fri, 26 Jul 2013 15:10:56 -0000 26/07/2013 16:57, Damien Millescamps : > On 07/26/2013 04:56 PM, Thomas Monjalon wrote: > > In some cases, it is possible to not use hugepages. > > So a simple malloc is used to initialize DPDK memory. > > > > Signed-off-by: Thomas Monjalon > > --- > > > > lib/librte_eal/linuxapp/eal/eal_memory.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > ack pushed -- Thomas