DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] rte_mempool_create (No such file or directory)
@ 2019-03-28  4:58 Jared White
  2019-03-29  2:36 ` Willed Cool
  0 siblings, 1 reply; 2+ messages in thread
From: Jared White @ 2019-03-28  4:58 UTC (permalink / raw)
  To: users

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-users] rte_mempool_create (No such file or directory)
  2019-03-28  4:58 [dpdk-users] rte_mempool_create (No such file or directory) Jared White
@ 2019-03-29  2:36 ` Willed Cool
  0 siblings, 0 replies; 2+ messages in thread
From: Willed Cool @ 2019-03-29  2:36 UTC (permalink / raw)
  To: Jared White, users

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-29  2:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-28  4:58 [dpdk-users] rte_mempool_create (No such file or directory) Jared White
2019-03-29  2:36 ` Willed Cool

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