diff options
author | Nicolas Vollmar <nvo@scaling.ch> | 2024-06-26 10:50:50 +0200 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-06-26 19:56:13 +0000 |
commit | 50c1c1bfed2b3ff539e5f2d96e156dba2e2ef024 (patch) | |
tree | 96bfd15592f69bca5154bd3561f898d41eeaac3e /docs/configuration/interfaces/ethernet.rst | |
parent | 5a776538a48b48e396ce2810f35c5738687376a9 (diff) | |
download | vyos-documentation-50c1c1bfed2b3ff539e5f2d96e156dba2e2ef024.tar.gz vyos-documentation-50c1c1bfed2b3ff539e5f2d96e156dba2e2ef024.zip |
T2891: add documentation for ring-buffer option
(cherry picked from commit d160ef08f6f2952a93bfb058f86d193c80fee4b8)
Diffstat (limited to 'docs/configuration/interfaces/ethernet.rst')
-rw-r--r-- | docs/configuration/interfaces/ethernet.rst | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/configuration/interfaces/ethernet.rst b/docs/configuration/interfaces/ethernet.rst index dd524035..30a13b5b 100644 --- a/docs/configuration/interfaces/ethernet.rst +++ b/docs/configuration/interfaces/ethernet.rst @@ -52,6 +52,14 @@ Ethernet options VyOS default will be `auto`. +.. cfgcmd:: set interface ethernet <interface> ring-buffer rx <value> +.. cfgcmd:: set interface ethernet <interface> ring-buffer tx <value> + + Configures the ring buffer size of the interface. + + The supported values for a specific interface can be obtained + with: `ethtool -g <interface>` + Offloading ---------- @@ -295,5 +303,3 @@ Operation BR margin, min : 0% Vendor SN : FNS092xxxxx Date code : 0506xx - -.. stop_vyoslinter |