aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSteven Luong <sluong@cisco.com>2023-11-07 13:41:16 -0800
committerDave Wallace <dwallacelf@gmail.com>2023-11-15 14:07:33 +0000
commitac49cf9205c19a3a56e1a71589bdfaacadfe88b1 (patch)
tree7bc0fdb738a0ddecc78320dfb41aeaeb59c75b60 /docs
parentbae6b6d1f2a2e6623257afab21e05da2d795323a (diff)
docs: Remove references to vlan-strip-offload as it is deprecated
Type: fix Change-Id: I3a258433cf507f48cd67332387eb7fef103a88f8 Signed-off-by: Steven Luong <sluong@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/reference.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/configuration/reference.rst b/docs/configuration/reference.rst
index 84a951cb956..598e195af13 100644
--- a/docs/configuration/reference.rst
+++ b/docs/configuration/reference.rst
@@ -642,19 +642,6 @@ can impact performance. Default is 1024.
num-rx-desc <n>
}
-vlan-strip-offload on | off
-^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-VLAN strip offload mode for interface. VLAN stripping is off by default
-for all NICs except VICs, using ENIC driver, which has VLAN stripping on
-by default.
-
-.. code-block:: console
-
- dev 000:02:00.1 {
- vlan-strip-offload on|off
- }
-
uio-driver driver-name
^^^^^^^^^^^^^^^^^^^^^^