DPDK usage discussions
 help / color / mirror / Atom feed
From: Matt Laswell <laswell@infinite.io>
To: Krish <attkillrocks@gmail.com>
Cc: users <users@dpdk.org>
Subject: Re: [dpdk-users] Cannot Create mbuf pool
Date: Fri, 4 May 2018 07:42:38 -0500	[thread overview]
Message-ID: <CA+GnqAp42YB2Qmq88D+EwJd3ritZ0qaUsNpVNJZX+hEwq29oeQ@mail.gmail.com> (raw)
In-Reply-To: <CANwj=RGSMS7qHjREDFmk54kid_BjTh338Uk=A_UNYagBPEAYfQ@mail.gmail.com>

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@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
>

  reply	other threads:[~2018-05-04 12:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-04  3:23 Krish
2018-05-04 12:42 ` Matt Laswell [this message]
2018-05-07  2:21   ` Krish

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=CA+GnqAp42YB2Qmq88D+EwJd3ritZ0qaUsNpVNJZX+hEwq29oeQ@mail.gmail.com \
    --to=laswell@infinite.io \
    --cc=attkillrocks@gmail.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).