Skip to content

Commit 8c60619

Browse files
committed
DPDK - Set mempool size to RX queue size * 2
1 parent 70e7cc2 commit 8c60619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

input/dpdk/dpdkDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DpdkDevice::DpdkDevice(
5353
validatePort();
5454
recognizeDriver();
5555
configurePort();
56-
initMemPools(memPoolSize);
56+
initMemPools(2 * memPoolSize);
5757
setupRxQueues(memPoolSize);
5858
configureRSS();
5959
enablePort();

0 commit comments

Comments
 (0)