[dpdk-users] Cannot Create mbuf pool

Matt Laswell laswell at infinite.io
Fri May 4 14:42:38 CEST 2018


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