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:25:49 +0100 |
commit | 676d65251934713eb9096a22ed78ddde9bda96a3 (patch) | |
tree | 74b850d33f30c127b4c6f214556f7e49d29f3a9f /docs/configuration/interfaces/ethernet.rst | |
parent | e0b626c7fffcc551e4f1c8ad3129a3f5ef2f38dd (diff) | |
download | vyos-documentation-676d65251934713eb9096a22ed78ddde9bda96a3.tar.gz vyos-documentation-676d65251934713eb9096a22ed78ddde9bda96a3.zip |
ethernet: add note about vmxnet3 and tso/lro
Diffstat (limited to 'docs/configuration/interfaces/ethernet.rst')
-rw-r--r-- | docs/configuration/interfaces/ethernet.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/interfaces/ethernet.rst b/docs/configuration/interfaces/ethernet.rst index 4bfc9980..76f02d6d 100644 --- a/docs/configuration/interfaces/ethernet.rst +++ b/docs/configuration/interfaces/ethernet.rst @@ -107,6 +107,8 @@ 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) ---------------------- |