From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keren Hochman Subject: Re: disable hugepages Date: Wed, 9 Nov 2016 16:40:52 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: dev To: Christian Ehrhardt Return-path: Received: from mail-it0-f47.google.com (mail-it0-f47.google.com [209.85.214.47]) by dpdk.org (Postfix) with ESMTP id 70AF89E7 for ; Wed, 9 Nov 2016 15:40:56 +0100 (CET) Received: by mail-it0-f47.google.com with SMTP id e187so208025394itc.0 for ; Wed, 09 Nov 2016 06:40:56 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" I need this option only for testing. How can I use rte_mempool_create if I use --no-huge? Thank you, Keren On Wed, Nov 9, 2016 at 3:40 PM, Christian Ehrhardt < christian.ehrhardt@canonical.com> wrote: > > On Wed, Nov 9, 2016 at 1:55 PM, Keren Hochman < > keren.hochman@lightcyber.com> wrote: > >> how can I create mempool without hugepages?My application is running on a >> pcap file so no huge pages is needed ? >> > > Not sure if that is what you really want (Debug use only), but in general > no-huge is available as EAL arg > > From http://pktgen.readthedocs.io/en/latest/usage_eal.html : > > EAL options for DEBUG use only: > --no-huge : Use malloc instead of hugetlbfs > > > >