From 7c8f4eedeb8485316c7c3bc8c425a60ce31b0598 Mon Sep 17 00:00:00 2001 From: Hemant Agrawal Date: Fri, 23 Jun 2017 12:53:59 +0530 Subject: [PATCH] doc: add note for IPv4 multicast application Add a note to indicate that only first four ports can be tested with this application. Signed-off-by: Hemant Agrawal Acked-by: John McNamara --- doc/guides/sample_app_ug/ipv4_multicast.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/guides/sample_app_ug/ipv4_multicast.rst b/doc/guides/sample_app_ug/ipv4_multicast.rst index 7d2b27e7c3..49712a0fe3 100644 --- a/doc/guides/sample_app_ug/ipv4_multicast.rst +++ b/doc/guides/sample_app_ug/ipv4_multicast.rst @@ -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. -- 2.20.1