[dpdk-users] Cannot Create mbuf pool

Krish attkillrocks at gmail.com
Mon May 7 04:21:18 CEST 2018


Hi Matt

Thanks for your help.

There are free hugepages and running it as root but still I am facing the
problem.
Hugepages:
HugePages_Total:    1536
HugePages_Free:      512
HugePages_Rsvd:        0
HugePages_Surp:      824
Hugepagesize:       2048 kB

Any suggestions please ...

Thanks


On Fri, May 4, 2018 at 8:42 PM, Matt Laswell <laswell at infinite.io> wrote:

> That message means that you're not able to allocate memory for your mbuf
> pool.  Usually, it means that either:
>
>     1. You haven't allocated enough huge page memory to hold all of the
> things you've allocated (check the size of your hugepage memory and the
> pools you're allocating)
>     2. You don't have permission to get at the huge page memory (run as
> root).
>
> Hope this helps.
>
> On Thu, May 3, 2018 at 10:23 PM, Krish <attkillrocks at gmail.com> wrote:
>
>> Hi
>>
>> I am facing the following issue while trying to run VMDQ_DCB app.
>>
>> "Cause: Cannot create mbuf pool"
>>
>>
>> Any help is appreciated.
>>
>> Thanks
>>
>
>


More information about the users mailing list