Updated configuration files

- Added `cc` for the choice of congestion control algorithms
 - Updated `stat_print` to use multiple ports in a line
master
EunYoung Jeong 2019-05-30 19:21:53 +09:00
parent c4408fc210
commit 242ae4530b
6 changed files with 27 additions and 9 deletions

3
.gitignore vendored
View File

@ -10,6 +10,9 @@ mtcp/src/Makefile
util/Makefile
stamp-h1
# editors' temporary files
.vscode/
# Prerequisites
*.d

View File

@ -52,6 +52,11 @@ port = dpdk0
#port = dpdk1
#port = dpdk0 dpdk1
# Congestion control algorithm
# (only available when configured with --enable-ccp)
# cc = reno
# cc = cubic
# Maximum concurrency per core (default = 10000)
#max_concurrency = 10000
@ -75,12 +80,12 @@ tcp_timeout = 30
tcp_timewait = 0
# Interface to print stats (please adjust accordingly)
# You can enable multiple ports in separate lines
# You can enable multiple ports in a line
#------ PSIO ports -------#
#stat_print = xge0
#stat_print = xge1
#------ DPDK ports -------#
stat_print = dpdk0
#stat_print = dpdk1
#stat_print = dpdk0 dpdk1
#######################################################

View File

@ -46,6 +46,11 @@ port = dpdk0
# Enable multi-process support
#multiprocess = 1
# Congestion control algorithm
# (only available when configured with --enable-ccp)
# cc = reno
# cc = cubic
# Receive buffer size of sockets; if not set: rcvbuf = sndbuf
rcvbuf = 8192
@ -69,12 +74,12 @@ tcp_timeout = 30
tcp_timewait = 0
# Interface to print stats (please adjust accordingly)
# You can enable multiple ports in separate lines
# You can enable multiple ports in a line
#------ PSIO ports -------#
#stat_print = xge0
#stat_print = xge1
#------ DPDK ports -------#
stat_print = dpdk0
#stat_print = dpdk1
#stat_print = dpdk0 dpdk1
#######################################################

View File

@ -75,12 +75,12 @@ tcp_timeout = 30
tcp_timewait = 0
# Interface to print stats (please adjust accordingly)
# You can enable multiple ports in separate lines
# You can enable multiple ports in a line
#------ PSIO ports -------#
#stat_print = xge0
#stat_print = xge1
#------ DPDK ports -------#
stat_print = dpdk0
#stat_print = dpdk1
#stat_print = dpdk0 dpdk1
#######################################################

View File

@ -60,7 +60,7 @@ tcp_timeout = 30
tcp_timewait = 0
# Interface to print stats (please adjust accordingly)
# You can enable multiple ports in separate lines
# You can enable multiple ports in a line
#------ PSIO ports -------#
#stat_print = xge0
#stat_print = xge1

View File

@ -41,6 +41,11 @@ port = dpdk0
#port = dpdk1
#port = dpdk0 dpdk1
# Congestion control algorithm
# (only available when configured with --enable-ccp)
# cc = reno
# cc = cubic
# Maximum concurrency per core (default = 10000)
#max_concurrency = 10000
@ -66,12 +71,12 @@ tcp_timeout = 30
tcp_timewait = 0
# Interface to print stats (please adjust accordingly)
# You can enable multiple ports in separate lines
# You can enable multiple ports in a line
#------ PSIO ports -------#
#stat_print = xge0
#stat_print = xge1
#------ DPDK ports -------#
stat_print = dpdk0
stat_print = dpdk1
#stat_print = dpdk0 dpdk1
#######################################################