Skip to content

Commit 82de786

Browse files
authored
Merge pull request #1576 from nvollmar/T6944
T6944: adds documentation for switchdev mode
2 parents 9605788 + f5e77e2 commit 82de786

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/configuration/interfaces/ethernet.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ Common interface configuration
2020
:var0: ethernet
2121
:var1: eth0
2222

23+
.. cfgcmd:: set interface ethernet <interface> switchdev
24+
25+
Switches this interface to `switchdev` mode that allows network interfaces to offload
26+
certain networking functions directly to hardware, like a network switch or a SmartNIC.
27+
This enables higher performance and lower latency for network processing by
28+
bypassing the kernel's network stack for supported operations.
29+
30+
.. note:: This is only supported on certain physical network interfaces
31+
and depends on specific models and drivers.
32+
33+
2334
Ethernet options
2435
================
2536

0 commit comments

Comments
 (0)