From be1188f6df8417c74b703aeff50dd729eb657fcd Mon Sep 17 00:00:00 2001 From: Peter Cai <peter.cai@uwaterloo.ca> Date: Wed, 15 Feb 2023 14:57:28 -0500 Subject: [PATCH] Apply rx / tx queues normalization again after setting manual polling params ethtools may mess up IRQ affinity --- tunings/manual_polling.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tunings/manual_polling.sh b/tunings/manual_polling.sh index b09c60d..59f74fd 100644 --- a/tunings/manual_polling.sh +++ b/tunings/manual_polling.sh @@ -12,4 +12,6 @@ sysctl net.core.dev_weight=1024 sysctl net.core.netdev_budget=1024 sysctl net.core.netdev_budget_usecs=65535 +source $EXP_ROOT/tunings/normalize_queues.sh + NAPI_LOCALITY=true -- GitLab