Skip to content

Commit

Permalink
Merge pull request #1576 from nvollmar/T6944
Browse files Browse the repository at this point in the history
T6944: adds documentation for switchdev mode
  • Loading branch information
c-po authored Dec 24, 2024
2 parents 9605788 + f5e77e2 commit 82de786
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/configuration/interfaces/ethernet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ Common interface configuration
:var0: ethernet
:var1: eth0

.. cfgcmd:: set interface ethernet <interface> switchdev

Switches this interface to `switchdev` mode that allows network interfaces to offload
certain networking functions directly to hardware, like a network switch or a SmartNIC.
This enables higher performance and lower latency for network processing by
bypassing the kernel's network stack for supported operations.

.. note:: This is only supported on certain physical network interfaces
and depends on specific models and drivers.


Ethernet options
================

Expand Down

0 comments on commit 82de786

Please sign in to comment.