I found this document but I think it can get improved:
In my case Im at 1.4 rolling so perhaps thats why some commands differs?
- Network card and driver optimization:
It mentions using ethtool to set the ring-buffers but today one can do this through configuration:
set interfaces ethernet eth0 ring-buffer rx 4096
set interfaces ethernet eth0 ring-buffer tx 4096
- SMP Affinity.
The commands mentioned here for example:
set interfaces ethernet eth0 smp_affinity 1
set interfaces ethernet eth1 smp_affinity 2
doesnt exist at all in version VyOS 1.4-rolling-202307060317 or am I missing something here?
Followup to above is that perhaps various interface offload settings should be mentioned?
Such as:
set interfaces ethernet eth0 offload gro
set interfaces ethernet eth0 offload gso
set interfaces ethernet eth0 offload lro
set interfaces ethernet eth0 offload rfs
set interfaces ethernet eth0 offload rps
set interfaces ethernet eth0 offload sg
set interfaces ethernet eth0 offload tso
And the system option performance
:
set system option performance throughput
or:
set system option performance latency
as described in:
https://docs.vyos.io/en/equuleus/configuration/system/option.html#performance
Other than that whats your experience of needed optimizations (compare to default) to make VyOS work better/faster?