T2891: add documentation for ring-buffer option

(cherry picked from commit d160ef08f6f2952a93bfb058f86d193c80fee4b8)
This commit is contained in:
Nicolas Vollmar 2024-06-26 10:50:50 +02:00 committed by Mergify
parent fbbfa603ae
commit 1397a8ba7c

View File

@ -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
----------