From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f169.google.com (mail-we0-f169.google.com [74.125.82.169]) by dpdk.org (Postfix) with ESMTP id A31225953 for ; Fri, 26 Jul 2013 16:57:38 +0200 (CEST) Received: by mail-we0-f169.google.com with SMTP id n5so1236698wev.14 for ; Fri, 26 Jul 2013 07:58:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=Lyt90Y334OIWjp6IE/TG4qCAHwiF69EfqvxHgYboTkc=; b=poFzKaNOaKTMapwQzxHybMTJkcxocDIoVlS8yrPEZppgpQSTlpKQp7TaggiIdHtAeK UL4bKBh2wmwKca6GdcqvNNTX00DjyDJm6p7rBOSFD5y22jl4m4TwKrKGPRdj797rAQFE BcDbeWOfgYrangVz75TzFTUfhgu+zu/hRjCc0+bJWXGsPtbX56emYF1Xbfe1KuvMPq43 byyZc6Dpx9Fhx3wGIu7BLA10A7vNxnzoLUAm/1DhLG4+k0gthGN5Vg4q0APCwTO1KA2j AVVBqlBmf2yazZd7yZ4edkf8nBCT4HB4umL5+XUEAp1IHqP2TA586W0opCQIkvCMdHvA S8mg== X-Received: by 10.180.160.134 with SMTP id xk6mr5957669wib.40.1374850681566; Fri, 26 Jul 2013 07:58:01 -0700 (PDT) Received: from [10.16.0.97] (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id w4sm5260029wia.9.2013.07.26.07.57.59 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Jul 2013 07:58:00 -0700 (PDT) Message-ID: <51F28E3F.8080204@6wind.com> Date: Fri, 26 Jul 2013 16:57:03 +0200 From: Damien Millescamps User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: dev@dpdk.org References: <1374850599-9790-1-git-send-email-thomas.monjalon@6wind.com> In-Reply-To: <1374850599-9790-1-git-send-email-thomas.monjalon@6wind.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQn9CvNV/psfOQQA13pPWzRtJAs7spQgrFMcKZedbo+K7YBoHEvDybyBnfNDL9BbX3pXpdEr 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 14:57:38 -0000 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