get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 34921,
    "url": "http://patches.dpdk.org/api/patches/34921/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20180204072418.108824-1-xuemingl@mellanox.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<20180204072418.108824-1-xuemingl@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180204072418.108824-1-xuemingl@mellanox.com",
    "date": "2018-02-04T07:24:18",
    "name": "[dpdk-dev] doc: annouce ABI change for RSS configuraiton structure",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "50421ae0250b9d0dadfb7a0d60495263f2d77bf0",
    "submitter": {
        "id": 814,
        "url": "http://patches.dpdk.org/api/people/814/?format=api",
        "name": "Xueming Li",
        "email": "xuemingl@mellanox.com"
    },
    "delegate": {
        "id": 1,
        "url": "http://patches.dpdk.org/api/users/1/?format=api",
        "username": "tmonjalo",
        "first_name": "Thomas",
        "last_name": "Monjalon",
        "email": "thomas@monjalon.net"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20180204072418.108824-1-xuemingl@mellanox.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/34921/comments/",
    "check": "warning",
    "checks": "http://patches.dpdk.org/api/patches/34921/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 1C7931B170;\n\tSun,  4 Feb 2018 08:24:42 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n\tby dpdk.org (Postfix) with ESMTP id 1C6301B040\n\tfor <dev@dpdk.org>; Sun,  4 Feb 2018 08:24:41 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n\txuemingl@mellanox.com)\n\twith ESMTPS (AES256-SHA encrypted); 4 Feb 2018 09:24:40 +0200",
            "from dev-r630-06.mtbc.labs.mlnx (dev-r630-06.mtbc.labs.mlnx\n\t[10.12.205.180])\n\tby labmailer.mlnx (8.13.8/8.13.8) with ESMTP id w147Od2m017702;\n\tSun, 4 Feb 2018 09:24:39 +0200",
            "from dev-r630-06.mtbc.labs.mlnx (localhost [127.0.0.1])\n\tby dev-r630-06.mtbc.labs.mlnx (8.14.7/8.14.7) with ESMTP id\n\tw147Ocl0108873; Sun, 4 Feb 2018 15:24:38 +0800",
            "(from xuemingl@localhost)\n\tby dev-r630-06.mtbc.labs.mlnx (8.14.7/8.14.7/Submit) id\n\tw147OWR2108870; Sun, 4 Feb 2018 15:24:32 +0800"
        ],
        "From": "Xueming Li <xuemingl@mellanox.com>",
        "To": "Thomas Monjalon <thomas@monjalon.net>,\n\tNeil Horman <nhorman@tuxdriver.com>",
        "Cc": "Xueming Li <xuemingl@mellanox.com>, dev@dpdk.org,\n\tShahaf Shuler <shahafs@mellanox.com>",
        "Date": "Sun,  4 Feb 2018 15:24:18 +0800",
        "Message-Id": "<20180204072418.108824-1-xuemingl@mellanox.com>",
        "X-Mailer": "git-send-email 2.13.3",
        "Subject": "[dpdk-dev] [PATCH] doc: annouce ABI change for RSS configuraiton\n\tstructure",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Update deprecation notice for the new level field of rte_eth_rss_conf.\n\nLink: http://www.dpdk.org/dev/patchwork/patch/31891\n\nSigned-off-by: Xueming Li <xuemingl@mellanox.com>\n---\n doc/guides/rel_notes/deprecation.rst | 4 ++++\n 1 file changed, 4 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst\nindex d59ad5988..cdb7f6ba2 100644\n--- a/doc/guides/rel_notes/deprecation.rst\n+++ b/doc/guides/rel_notes/deprecation.rst\n@@ -59,3 +59,7 @@ Deprecation Notices\n   be added between the producer and consumer structures. The size of the\n   structure and the offset of the fields will remain the same on\n   platforms with 64B cache line, but will change on other platforms.\n+  \n+* ethdev: A new rss level field planned in 18.05.\n+  The new API add level field to ``rte_eth_rss_conf`` to enable a choice\n+  of RSS hash calculation on outer or inner header of tunneled packet.\n",
    "prefixes": [
        "dpdk-dev"
    ]
}