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 4a1daae commit 7ba3db1Copy full SHA for 7ba3db1
voipmonitor.cpp
@@ -1079,7 +1079,7 @@ bool opt_dpdk_nb_rxq_rss = true;
1079
int opt_dpdk_nb_tx = 1024;
1080
int opt_dpdk_nb_mbufs = 1024;
1081
bool opt_dpdk_nb_mbufs_strictly = false;
1082
-int opt_dpdk_pkt_burst = 32;
+int opt_dpdk_pkt_burst = 128;
1083
int opt_dpdk_ring_size = 0;
1084
int opt_dpdk_mempool_cache_size = 512;
1085
int opt_dpdk_zc = 0;
0 commit comments