From patchwork Fri Mar 1 11:10:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rami Rosen X-Patchwork-Id: 50716 X-Patchwork-Delegate: ferruh.yigit@amd.com Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 86FE92C0C; Fri, 1 Mar 2019 12:10:23 +0100 (CET) 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=evXzpGs6Qyl8vrZP7LtaXE01JGwgfloA+AQuWCuk6XA=; b=ZKJKWJVQ0OpMbT3SGGh627XN/jXmU6XA8ztN0aAbH9fWrGY82Y//MXkLkBAeM3b2es AY2NosprCuevEnW0MBmGtK4IhS/rcYOj548gBEhKX1Y52hDC9BmUJmaFKLh8VEJMVUDQ ZQ0wmdCbJjIkz9jGDlhCy/Kxr0VSZPlHbS73Zn4TclsDZKxd36P06/VE2ldxGPsE7h31 vXPbgjsnoIw0NvlBtpoY1h2WWCR+B0FEqx1sQq0eEYyEtqMxFKqaaTxN+b91yr9JUFVE RxtOhQrsYP7pzkdtLyJT0oS+69zA5xaNgfMHCaKAeAW4xlSU7GRG6zSKuh4PNRyCCiIG 7rFQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=evXzpGs6Qyl8vrZP7LtaXE01JGwgfloA+AQuWCuk6XA=; b=NQhC3yfGF5Tll2VNP3WhBNy/3g0MQvBdRuPwvPCnbZnoGquE0HvaUjTZJK0Y6v2gRv qalKZjigeM5yLPkzlvFDLG5s/TyV8fVs2kfKkRbmGFMOsxedofk9SWcu/KKd6EiyVvPx kPjJ3pfziBal5XJUvqOwzfebUuawh8JDjR/WaCwSFfinhEeVruJcW9KxLHxGvY7UpSzg NGZmEKMCKWyVQRtxZYgJ5FtCQR+WjTKv0OG06PZTcz+iEkt+CE53F71hdHuj5xAmFkIR RvvorcFDdNxOrSQVRRsoqOxEAfnyvVH7NDwT6/wYMy574UzdZY9KXccJfoznKUkHoZb+ 1KZA== X-Gm-Message-State: APjAAAXOkIeFKwEA0HBSXIvnLuMvh2Y0QDp4V7us5+VXUpEbEG1aUtxc UakhQeMlqozTpcnsI4pUbLkAH/E/pqA= X-Google-Smtp-Source: APXvYqzL0yOQ5i5xNhdwpLbJ16TpkWglLksiwDaO9FujTm0Vvoo7nL3JU7zZapxIerIEvYcxUF51Hg== X-Received: by 2002:a5d:4f86:: with SMTP id d6mr2975036wru.89.1551438621447; Fri, 01 Mar 2019 03:10:21 -0800 (PST) Received: from localhost.localdomain (bzq-79-176-57-180.red.bezeqint.net. [79.176.57.180]) by smtp.gmail.com with ESMTPSA id v4sm6262686wmg.1.2019.03.01.03.10.20 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 01 Mar 2019 03:10:20 -0800 (PST) From: Rami Rosen To: dev@dpdk.org Cc: xuemingl@mellanox.com, Rami Rosen Date: Fri, 1 Mar 2019 13:10:10 +0200 Message-Id: <20190301111010.21990-1-ramirose@gmail.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH] doc: fix wrong tag for Inner RSS X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list 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 Reviewed-by: Ferruh Yigit --- 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``.