Skip to content
Snippets Groups Projects
Commit d7052748 authored by Peter Cai's avatar Peter Cai
Browse files

set rx ring size to 8192 for polling

parent 5879bb74
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,7 @@ if [ ! "$(uname -r)" == "5.15.79-peter" ]; then
fi
sysctl net.core.busy_poll=16384
# Set rx ring size to maximum
ethtool -G $NET_IF rx 8192
# NAPI locality is needed for multi-threaded experiments
NAPI_LOCALITY=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment