From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rami Rosen Subject: [PATCH] doc: fix wrong tag for Inner RSS Date: Fri, 1 Mar 2019 13:10:10 +0200 Message-ID: <20190301111010.21990-1-ramirose@gmail.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: xuemingl@mellanox.com, Rami Rosen To: dev@dpdk.org Return-path: Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 762042BF4 for ; Fri, 1 Mar 2019 12:10:22 +0100 (CET) Received: by mail-wr1-f66.google.com with SMTP id d17so25364568wre.10 for ; Fri, 01 Mar 2019 03:10:22 -0800 (PST) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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") Signed-off-by: Rami Rosen --- doc/guides/nics/features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/nics/features.rst b/doc/guides/nics/features.rst index d3f904839..c5bf32222 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``. -- 2.19.2