diff options
author | Christian Breunig <christian@breunig.cc> | 2023-03-24 07:25:49 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-03-24 07:26:50 +0100 |
commit | df94cf831820ba344dcda2bf1bc3e2e1b373b554 (patch) | |
tree | e789f51c4c00887ecfc10ffaa4a394545404a101 /docs/configuration | |
parent | dbe04281d10aa7d33d733e5ef4ac007ce83cd6e3 (diff) | |
download | vyos-documentation-df94cf831820ba344dcda2bf1bc3e2e1b373b554.tar.gz vyos-documentation-df94cf831820ba344dcda2bf1bc3e2e1b373b554.zip |
ethernet: add note about vmxnet3 and tso/lro
(cherry picked from commit 676d65251934713eb9096a22ed78ddde9bda96a3)
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/interfaces/ethernet.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/ethernet.rst b/docs/configuration/interfaces/ethernet.rst index 071044f5..cdf85576 100644 --- a/docs/configuration/interfaces/ethernet.rst +++ b/docs/configuration/interfaces/ethernet.rst @@ -107,6 +107,9 @@ Offloading - it does not increase hardware device interrupt rate (although it does introduce inter-processor interrupts (IPIs)). + .. note:: In order to use TSO/LRO with VMXNET3 adaters one must also enable + the SG offloading option. + Authentication (EAPoL) ---------------------- |