]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/nics/sfc_efx.rst
net/sfc: add unknown unicast/multicast match in flow API
[dpdk.git] / doc / guides / nics / sfc_efx.rst
index 4d91b1ddc54f1ea077ddf81988cc42d1689fb0a6..8229d7d411c17868168aad614e6ad3fd1fd2e7ec 100644 (file)
@@ -127,7 +127,8 @@ Supported pattern items:
 
 - VOID
 
-- ETH (exact match of source/destination addresses, EtherType)
+- ETH (exact match of source/destination addresses, individual/group match
+  of destination address, EtherType)
 
 - VLAN (exact match of VID, double-tagging is supported)
 
@@ -149,6 +150,14 @@ Supported actions:
 
 Validating flow rules depends on the firmware variant.
 
+Ethernet destinaton individual/group match
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Ethernet item supports I/G matching, if only the corresponding bit is set
+in the mask of destination address. If destinaton address in the spec is
+multicast, it matches all multicast (and broadcast) packets, oherwise it
+matches unicast packets that are not filtered by other flow rules.
+
 
 Supported NICs
 --------------