DPDK usage discussions
 help / color / mirror / Atom feed
* Re: [dpdk-users] [dpdk-dev] Problem with MBUF pool allocation
       [not found] <1497276908.3084.37.camel@suse.com>
@ 2017-06-12 14:25 ` Bruce Richardson
  0 siblings, 0 replies; only message in thread
From: Bruce Richardson @ 2017-06-12 14:25 UTC (permalink / raw)
  To: Marco Varlese; +Cc: users, dev

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-12 14:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1497276908.3084.37.camel@suse.com>
2017-06-12 14:25 ` [dpdk-users] [dpdk-dev] Problem with MBUF pool allocation Bruce Richardson

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).