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
