DPDK usage discussions
 help / color / mirror / Atom feed
From: Willed Cool <coolwilled@hotmail.com>
To: Jared White <jaredkeithwhite@gmail.com>, users <users@dpdk.org>
Subject: Re: [dpdk-users] rte_mempool_create (No such file or directory)
Date: Fri, 29 Mar 2019 02:36:31 +0000	[thread overview]
Message-ID: <TY2PR04MB3808E61787F80106DF8153F8DF5A0@TY2PR04MB3808.apcprd04.prod.outlook.com> (raw)
In-Reply-To: <CAGENKLyYnP5Orhxn0+cAAH9=5sCh9htzuDVxdf-g+7j=860xYw@mail.gmail.com>

You had better tell us the version of used DPDK .
You also can build DPDK library with debug info by adding EXTRA_CFLAGS='-O0 -g' and debug it by yourself first.

Good Luck to You.

________________________________
coolwilled@hotmail.com

From: Jared White<mailto:jaredkeithwhite@gmail.com>
Date: 2019-03-28 12:58
To: users<mailto:users@dpdk.org>
Subject: [dpdk-users] rte_mempool_create (No such file or directory)
Hi there,

I am writing an application using DPDK and I have already successfully
integrated such modules like the ring buffers, etc.  However, I am having
trouble allocating a new mempool.  Following the examples, my code would be
something like:

  - rte_eal_init( ... )
  - rte_mempool_create ( ... )

However, I'm receiving an error indicating "No such file or directory",
with errno 2, indicating that it cannot locate my rte_config.  Other
functions are able to access this object.

Does anyone have thoughts as to why this is happening?

Best Regards,
-Jared

      reply	other threads:[~2019-03-29  2:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-28  4:58 Jared White
2019-03-29  2:36 ` Willed Cool [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=TY2PR04MB3808E61787F80106DF8153F8DF5A0@TY2PR04MB3808.apcprd04.prod.outlook.com \
    --to=coolwilled@hotmail.com \
    --cc=jaredkeithwhite@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).