docs: Remove references to vlan-strip-offload as it is deprecated
[vpp.git] / docs / configuration / reference.rst
index 84b2fd7..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
 ^^^^^^^^^^^^^^^^^^^^^^
 
@@ -666,6 +653,18 @@ or auto (default)
 
    uio-driver vfio-pci
 
+uio-bind-force
+^^^^^^^^^^^^^^^^^^^^^^
+
+Force VPP to rebind the interface(s) to the selected UIO driver, even if the
+interface is up in Linux.
+By default, VPP will refuse to bind an interface if it is up in Linux,
+in case it is in active use.
+
+.. code-block:: console
+
+   uio-bind-force
+
 no-multi-seg
 ^^^^^^^^^^^^