]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/ice.rst
net/ice: support VLAN ops
[dpdk.git] / doc / guides / nics / ice.rst
index 96a594ff659cc3f5ede06ea339e7df42e0c7b100..466af556c8b3f7c9efc12aac24d721b8eb023436 100644 (file)
@@ -64,6 +64,22 @@ Driver compilation and testing
 Refer to the document :ref:`compiling and testing a PMD for a NIC <pmd_build_and_test>`
 for details.
 
+Sample Application Notes
+------------------------
+
+Vlan filter
+~~~~~~~~~~~
+
+Vlan filter only works when Promiscuous mode is off.
+
+To start ``testpmd``, and add vlan 10 to port 0:
+
+.. code-block:: console
+
+    ./app/testpmd -l 0-15 -n 4 -- -i
+    ...
+
+    testpmd> rx_vlan add 10 0
 
 Limitations or Known issues
 ---------------------------