I am trying to migrate my code from dpdk version 17.11 to dpdk 19.11. I am seeing this error when i try to create a mbuf pool.
The error returned is Invalid argument. What am i missing here ?
Code Snippet:
struct rte_mempool *pktmbuf_pool = rte_pktmbuf_pool_create("mbuf_pool", NB_MBUF, MEMPOOL_CACHE_SZ, 0, MBUF_DATA_SZ, rte_socket_id());
[Logs]
- Platform - x86_64
- Library Mode - shared
- error reason - EINVAL