We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9605788 + f5e77e2 commit 82de786Copy full SHA for 82de786
docs/configuration/interfaces/ethernet.rst
@@ -20,6 +20,17 @@ Common interface configuration
20
:var0: ethernet
21
:var1: eth0
22
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
34
Ethernet options
35
================
36
0 commit comments