Hi folks, Is there a way in DPDK to create a POSIX thread in the driver/app and hook it up to an existing mempool by creating a mempool cache on the fly for this thread?
The regular RTE lcores and service cores seem to be the only threads that have access to mempools, is my observation correct? This would prevent (on purpose?) the drivers/apps to create threads that can be directly involved in processing packets. Thanks, Cristian