how to set the Ethernet ring buffer size

This commit is contained in:
2024-04-05 13:51:46 +02:00
parent 059193f0d7
commit cfb0e7ad02
+3 -3
View File
@@ -94,9 +94,9 @@ You may also add additional configuration like size of the ring buffer:
networking::connection::psi_network:
...
additional_config:
ethtool:
ring-rx: 8192
ring-tx: 8192
ethtool:
ring-rx: 8192
ring-tx: 8192
```
The first key level is the section in the NetworkManager configuration file (on the command line usually the first part before the dot), the second key level is the name of the value to be set.