summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNicolas Vollmar <nvo@scaling.ch>2024-06-26 10:50:50 +0200
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2024-06-26 19:56:20 +0000
commit1397a8ba7cc7628ea34e761b76b75de100ee6350 (patch)
treecabf74aba95c91a8284bef0644a8e0a0d124eeb2 /docs
parentfbbfa603aefbb9ada5182d175d7cd091d00b8ead (diff)
downloadvyos-documentation-1397a8ba7cc7628ea34e761b76b75de100ee6350.tar.gz
vyos-documentation-1397a8ba7cc7628ea34e761b76b75de100ee6350.zip
T2891: add documentation for ring-buffer option
(cherry picked from commit d160ef08f6f2952a93bfb058f86d193c80fee4b8)
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/interfaces/ethernet.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/ethernet.rst b/docs/configuration/interfaces/ethernet.rst
index fada4d2e..b1bf0f69 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
----------