docs: Remove references to vlan-strip-offload as it is deprecated 44/39844/3
authorSteven Luong <sluong@cisco.com>
Tue, 7 Nov 2023 21:41:16 +0000 (13:41 -0800)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 15 Nov 2023 14:07:33 +0000 (14:07 +0000)
Type: fix

Change-Id: I3a258433cf507f48cd67332387eb7fef103a88f8
Signed-off-by: Steven Luong <sluong@cisco.com>
docs/configuration/reference.rst
extras/vpp_config/data/startup.conf.template

index 84a951c..598e195 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^
 
index ccd2cf3..baa58f1 100644 (file)
@@ -98,10 +98,6 @@ dpdk {{
                # num-rx-desc 512
                # num-tx-desc 512
 
-               ## VLAN strip offload mode for interface
-               ## Default is off
-               # vlan-strip-offload on
-
                ## TCP Segment Offload
                ## Default is off
                ## To enable TSO, 'enable-tcp-udp-checksum' must be set