]> git.droids-corp.org - dpdk.git/commitdiff
doc: add note for IPv4 multicast application
authorHemant Agrawal <hemant.agrawal@nxp.com>
Fri, 23 Jun 2017 07:23:59 +0000 (12:53 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 9 Jul 2017 22:46:38 +0000 (00:46 +0200)
Add a note to indicate that only first four ports can be
tested with this application.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/sample_app_ug/ipv4_multicast.rst

index 7d2b27e7c3eda34f6c8a3129ab2672c4a14a0669..49712a0fe31723d97008bbc55adcaab7cb22ec63 100644 (file)
@@ -51,6 +51,12 @@ The lookup method is the Four-byte Key (FBK) hash-based method.
 The lookup table is composed of pairs of destination IPv4 address (the FBK)
 and a port mask associated with that IPv4 address.
 
+.. note::
+
+    The max port mask supported in the given hash table is 0xf, so only first
+    four ports can be supported.
+    If using non-consecutive ports, use the destination IPv4 address accordingly.
+
 For convenience and simplicity, this sample application does not take IANA-assigned multicast addresses into account,
 but instead equates the last four bytes of the multicast group (that is, the last four bytes of the destination IP address)
 with the mask of ports to multicast packets to.