DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: Marco Varlese <marco.varlese@suse.com>
Cc: "users@dpdk.org" <users@dpdk.org>, dev@dpdk.org
Subject: Re: [dpdk-dev] Problem with MBUF pool allocation
Date: Mon, 12 Jun 2017 15:25:19 +0100	[thread overview]
Message-ID: <20170612142519.GC67396@bricha3-MOBL3.ger.corp.intel.com> (raw)
In-Reply-To: <1497276908.3084.37.camel@suse.com>

On Mon, Jun 12, 2017 at 04:15:08PM +0200, Marco Varlese wrote:
> Hi,
> I'm seeing an error reported by the DPDK EAL when allocating the MBUF pools.
> 
> The error is:
> "MBUF: error setting mempool handler"
> 
> I have a multi-node NUMA system and I get the exact same error when trying to
> allocate the memory from the different nodes. 
> 
> The bootstrap parameters I use to reserve huge-pages are:
> "default_hugepagesz=1G hugepagesz=1G hugepages=32"
> 
> If I check the available huge-pages in my systems they look Ok (see below).
> fromm:~/:[130]# cat /proc/meminfo 
<snip>
> 
> Any idea / help would be much appreciated.
> 
> 
> Thanks,
> Marco
> 
Hi Marco,

in recent releases the mempools are now based on different mempool
drivers, rather than just being a single mempool library. So if this is
a shared library build, you may need to pass in "-d /path/to/driver"
parameter to make sure the default mempool driver is picked up by the
EAL.

Regards,
/Bruce

      reply	other threads:[~2017-06-12 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-12 14:15 Marco Varlese
2017-06-12 14:25 ` Bruce Richardson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170612142519.GC67396@bricha3-MOBL3.ger.corp.intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=marco.varlese@suse.com \
    --cc=users@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).