From: Dekel Peled Date: Sun, 4 Nov 2018 10:15:45 +0000 (+0200) Subject: doc: clarify testpmd guide for flow API X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=892cfadd59361ebbe3f66c8a79e3b7f933aa2f60;p=dpdk.git doc: clarify testpmd guide for flow API The description of prefix for mask creation was misunderstood. I updated the description, so it is clearly understood which mask will be created by a certain prefix. Signed-off-by: Dekel Peled Reviewed-by: Ferruh Yigit --- diff --git a/doc/guides/testpmd_app_ug/testpmd_funcs.rst b/doc/guides/testpmd_app_ug/testpmd_funcs.rst index e3c4606d12..056f8bb32d 100644 --- a/doc/guides/testpmd_app_ug/testpmd_funcs.rst +++ b/doc/guides/testpmd_app_ug/testpmd_funcs.rst @@ -3502,7 +3502,7 @@ accordingly. Possible assignment tokens are: - ``spec``: match value according to configured bit-mask. - ``last``: specify upper bound to establish a range. - ``mask``: specify bit-mask with relevant bits set to one. -- ``prefix``: generate bit-mask from a prefix length. +- ``prefix``: generate bit-mask with most-significant bits set to one. These yield identical results::