From cfb0e7ad0274564e60c26c1394a7d90b93c2706b Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 5 Apr 2024 13:51:46 +0200 Subject: [PATCH] how to set the Ethernet ring buffer size --- admin-guide/configuration/networking.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin-guide/configuration/networking.md b/admin-guide/configuration/networking.md index 46acf256..2900b6f1 100644 --- a/admin-guide/configuration/networking.md +++ b/admin-guide/configuration/networking.md @@ -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.