DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] 'MBUF: error setting mempool handler'
@ 2020-06-04 16:50 David Aldrich
  2020-06-04 17:23 ` Stephen Hemminger
  0 siblings, 1 reply; 5+ messages in thread
From: David Aldrich @ 2020-06-04 16:50 UTC (permalink / raw)
  To: users

I am using some DPDK application code that worked with DPDK 2.2.0.  I am
trying to port it to DPDK 18.08.  The code gives error:

MBUF: error setting mempool handler


I guess the app code that causes this is:

ptRxQueInfo->pool = rte_mempool_create(buf,
>                                nb_mbuf/2,
>                                MBUF_SIZE,
>                                0,
>                                sizeof(struct rte_pktmbuf_pool_private),
>
>                                rte_pktmbuf_pool_init,
>                                NULL,
>                                rte_pktmbuf_init,
>                                NULL,
>                                iCpuSocket,
>                                0)


I really don't know how to fix this. Any suggestions please?

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

end of thread, other threads:[~2020-06-18 10:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-04 16:50 [dpdk-users] 'MBUF: error setting mempool handler' David Aldrich
2020-06-04 17:23 ` Stephen Hemminger
2020-06-05  9:43   ` David Aldrich
2020-06-05 16:20     ` David Aldrich
2020-06-18 10:18       ` Kevin Traynor

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