get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/86240/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 86240,
    "url": "https://patches.dpdk.org/api/patches/86240/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1610269807-311533-4-git-send-email-jiaweiw@nvidia.com/",
    "project": {
        "id": 1,
        "url": "https://patches.dpdk.org/api/projects/1/?format=api",
        "name": "DPDK",
        "link_name": "dpdk",
        "list_id": "dev.dpdk.org",
        "list_email": "dev@dpdk.org",
        "web_url": "http://core.dpdk.org",
        "scm_url": "git://dpdk.org/dpdk",
        "webscm_url": "http://git.dpdk.org/dpdk",
        "list_archive_url": "https://inbox.dpdk.org/dev",
        "list_archive_url_format": "https://inbox.dpdk.org/dev/{}",
        "commit_url_format": ""
    },
    "msgid": "<1610269807-311533-4-git-send-email-jiaweiw@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1610269807-311533-4-git-send-email-jiaweiw@nvidia.com",
    "date": "2021-01-10T09:10:07",
    "name": "[3/3] doc: update RSS support in sample action",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "0eba857c14af49c0370b328e5f1f5cb85dec48ea",
    "submitter": {
        "id": 1939,
        "url": "https://patches.dpdk.org/api/people/1939/?format=api",
        "name": "Jiawei Wang",
        "email": "jiaweiw@nvidia.com"
    },
    "delegate": {
        "id": 319,
        "url": "https://patches.dpdk.org/api/users/319/?format=api",
        "username": "fyigit",
        "first_name": "Ferruh",
        "last_name": "Yigit",
        "email": "ferruh.yigit@amd.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/1610269807-311533-4-git-send-email-jiaweiw@nvidia.com/mbox/",
    "series": [
        {
            "id": 14618,
            "url": "https://patches.dpdk.org/api/series/14618/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=14618",
            "date": "2021-01-10T09:10:05",
            "name": "Add RSS action support in the sample sub-actions list",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/14618/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/86240/comments/",
    "check": "fail",
    "checks": "https://patches.dpdk.org/api/patches/86240/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (xvm-189-124.dc0.ghst.net [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 03290A04B5;\n\tSun, 10 Jan 2021 10:10:34 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 702D7140E81;\n\tSun, 10 Jan 2021 10:10:14 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by mails.dpdk.org (Postfix) with ESMTP id 321CE140E4A\n for <dev@dpdk.org>; Sun, 10 Jan 2021 10:10:09 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n jiaweiw@nvidia.com) with SMTP; 10 Jan 2021 11:10:07 +0200",
            "from nvidia.com (gen-l-vrt-281.mtl.labs.mlnx [10.237.44.1])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 10A9A7O4007435;\n Sun, 10 Jan 2021 11:10:07 +0200"
        ],
        "From": "Jiawei Wang <jiaweiw@nvidia.com>",
        "To": "ferruh.yigit@intel.com, viacheslavo@nvidia.com, matan@nvidia.com,\n orika@nvidia.com",
        "Cc": "dev@dpdk.org, rasland@nvidia.com",
        "Date": "Sun, 10 Jan 2021 11:10:07 +0200",
        "Message-Id": "<1610269807-311533-4-git-send-email-jiaweiw@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1610269807-311533-1-git-send-email-jiaweiw@nvidia.com>",
        "References": "<1610269807-311533-1-git-send-email-jiaweiw@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH 3/3] doc: update RSS support in sample action",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dev>,\n <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Add descrption about RSS action will be supported in the Sample\naction in MLX5 PMD.\n\nSigned-off-by: Jiawei Wang <jiaweiw@nvidia.com>\n---\n doc/guides/nics/mlx5.rst               | 1 +\n doc/guides/rel_notes/release_21_02.rst | 5 +++++\n 2 files changed, 6 insertions(+)",
    "diff": "diff --git a/doc/guides/nics/mlx5.rst b/doc/guides/nics/mlx5.rst\nindex 3bda0f8..c20c0ed 100644\n--- a/doc/guides/nics/mlx5.rst\n+++ b/doc/guides/nics/mlx5.rst\n@@ -98,6 +98,7 @@ Features\n - Hardware LRO.\n - Hairpin.\n - Multiple-thread flow insertion.\n+- RSS support in sample action.\n \n Limitations\n -----------\ndiff --git a/doc/guides/rel_notes/release_21_02.rst b/doc/guides/rel_notes/release_21_02.rst\nindex 638f981..74ec91f 100644\n--- a/doc/guides/rel_notes/release_21_02.rst\n+++ b/doc/guides/rel_notes/release_21_02.rst\n@@ -55,6 +55,11 @@ New Features\n      Also, make sure to start the actual text at the margin.\n      =======================================================\n \n+* **Updated Mellanox mlx5 driver.**\n+\n+  Updated the Mellanox mlx5 driver with new features and improvements, including:\n+\n+  * Added support for RSS action in the sample sub-actions list.\n \n Removed Items\n -------------\n",
    "prefixes": [
        "3/3"
    ]
}