From: Rami Rosen Date: Fri, 1 Mar 2019 11:10:10 +0000 (+0200) Subject: doc: fix tag for inner RSS feature X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=1b01d0589dda1834ec6599a9c4fe9aa20f7360ad;p=dpdk.git doc: fix tag for inner RSS feature This patch fixes a wrong tag in guides/nics/features.rst. The features tags should be, according to the "Features Overview" section in this doc, one of the following: "uses", "implements", "provides", or "related". Hence in Inner RSS section, it should be "uses" instead of "users". Fixes: d0a87d9aa8de ("doc: update mlx5 guide on tunnel offloading") Cc: stable@dpdk.org Signed-off-by: Rami Rosen Reviewed-by: Ferruh Yigit --- diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst index d3f9048394..c5bf32222f 100644 --- a/doc/guides/nics/features.rst +++ b/doc/guides/nics/features.rst @@ -285,7 +285,7 @@ Inner RSS Supports RX RSS hashing on Inner headers. -* **[users] rte_flow_action_rss**: ``level``. +* **[uses] rte_flow_action_rss**: ``level``. * **[provides] mbuf**: ``mbuf.ol_flags:PKT_RX_RSS_HASH``, ``mbuf.rss``.