summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-06-26 21:59:48 +0200
committerGitHub <noreply@github.com>2024-06-26 21:59:48 +0200
commit7321871ad365ce541ab1dba48b4667eac86cbbbc (patch)
treecabf74aba95c91a8284bef0644a8e0a0d124eeb2
parentfbbfa603aefbb9ada5182d175d7cd091d00b8ead (diff)
parent1397a8ba7cc7628ea34e761b76b75de100ee6350 (diff)
downloadvyos-documentation-7321871ad365ce541ab1dba48b4667eac86cbbbc.tar.gz
vyos-documentation-7321871ad365ce541ab1dba48b4667eac86cbbbc.zip
Merge pull request #1495 from vyos/mergify/bp/equuleus/pr-1491
T2891: add documentation for ring-buffer option (backport #1491)
-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
----------