Skip to content

Commit 7ba3db1

Browse files
committed
change opt_dpdk_pkt_burst from 32 to 128
1 parent 4a1daae commit 7ba3db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voipmonitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ bool opt_dpdk_nb_rxq_rss = true;
10791079
int opt_dpdk_nb_tx = 1024;
10801080
int opt_dpdk_nb_mbufs = 1024;
10811081
bool opt_dpdk_nb_mbufs_strictly = false;
1082-
int opt_dpdk_pkt_burst = 32;
1082+
int opt_dpdk_pkt_burst = 128;
10831083
int opt_dpdk_ring_size = 0;
10841084
int opt_dpdk_mempool_cache_size = 512;
10851085
int opt_dpdk_zc = 0;

0 commit comments

Comments
 (0)