We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f53841 commit 85e78b4Copy full SHA for 85e78b4
input/dpdk/dpdkDevice.cpp
@@ -173,7 +173,7 @@ void DpdkDevice::initMemPools(uint16_t memPoolSize)
173
MEMPOOL_CACHE_SIZE,
174
0,
175
RTE_MBUF_DEFAULT_BUF_SIZE,
176
- rte_lcore_to_socket_id(rxQueueID));
+ rte_eth_dev_socket_id(m_portID));
177
if (!memPool) {
178
throw PluginError(
179
"DpdkDevice::initMemPool() has failed. Failed to create packets memory pool for "
0 commit comments