diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-11-21 00:32:21 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-11-21 00:35:55 +0100 |
commit | 5f5b2808c0a647cd20fb4c94bdb3dc36d634e3f2 (patch) | |
tree | e4241d32cf8f5ca00cf730b53343183b56c3d486 /interface-definitions | |
parent | 8bc6775a692e07b085a1a8e51edbf25f0c1f735c (diff) | |
download | vyos-1x-5f5b2808c0a647cd20fb4c94bdb3dc36d634e3f2.tar.gz vyos-1x-5f5b2808c0a647cd20fb4c94bdb3dc36d634e3f2.zip |
ethernet: T3048: drop static smp-affinity for dynamic performance tuning
After migrating the ethernet interfaces from the good old Perl days the
smp-affinity node yet has no effect anymore as the code is still missing (my
bad, sorry).
Drop the smp-affinity node and rather use tuned instead with the
network-throughput or network-latency profile.
- network-throughput: Profile for throughput network tuning. It is based on the
throughput-performance profile. It additionaly increases kernel network buffers.
- network-latency: Profile for low latency network tuning. It is based on the
latency-performance profile. It additionaly disables transparent hugepages,
NUMA balancing and tunes several other network related sysctl parameters.
I'd set network-throughput as the default on a new set system option performance
<throughput | latency> CLI node which is present in the default configuration.
https://access.redhat.com/sites/default/files/attachments/201501-perf-brief-low-latency-tuning-rhel7-v2.1.pdf
Diffstat (limited to 'interface-definitions')
0 files changed, 0 insertions, 0 deletions