get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 100747,
    "url": "https://patches.dpdk.org/api/patches/100747/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20211008070934.6956-1-ting.xu@intel.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": "<20211008070934.6956-1-ting.xu@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211008070934.6956-1-ting.xu@intel.com",
    "date": "2021-10-08T07:09:32",
    "name": "[v1,0/2] enable protocol agnostic flow offloading in RSS",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1363,
        "url": "https://patches.dpdk.org/api/people/1363/?format=api",
        "name": "Xu, Ting",
        "email": "ting.xu@intel.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20211008070934.6956-1-ting.xu@intel.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/100747/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/100747/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 (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 0D7EAA034F;\n\tFri,  8 Oct 2021 09:07:36 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 8C0C940685;\n\tFri,  8 Oct 2021 09:07:35 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by mails.dpdk.org (Postfix) with ESMTP id 2A90140140\n for <dev@dpdk.org>; Fri,  8 Oct 2021 09:07:33 +0200 (CEST)",
            "from orsmga004.jf.intel.com ([10.7.209.38])\n by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 08 Oct 2021 00:07:33 -0700",
            "from dpdk-xuting-second.sh.intel.com ([10.67.117.214])\n by orsmga004.jf.intel.com with ESMTP; 08 Oct 2021 00:07:31 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10130\"; a=\"206570290\"",
            "E=Sophos;i=\"5.85,356,1624345200\"; d=\"scan'208\";a=\"206570290\"",
            "E=Sophos;i=\"5.85,356,1624345200\"; d=\"scan'208\";a=\"590453329\""
        ],
        "X-ExtLoop1": "1",
        "From": "Ting Xu <ting.xu@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "qi.z.zhang@intel.com, qiming.yang@intel.com, Ting Xu <ting.xu@intel.com>",
        "Date": "Fri,  8 Oct 2021 15:09:32 +0800",
        "Message-Id": "<20211008070934.6956-1-ting.xu@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH v1 0/2] enable protocol agnostic flow offloading\n in RSS",
        "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": "Enable protocol agnostic flow offloading to support raw pattern input\nfor RSS hash flow rule creation. It is based on Parser Libary feature.\nCurrent rte_flow raw API is utilized.\n\nTing Xu (2):\n  net/ice: enable protocol agnostic flow offloading in RSS\n  doc: add protocol agnostic flow offloading for RSS hash\n\n doc/guides/rel_notes/release_21_11.rst |   1 +\n drivers/net/ice/ice_hash.c             | 182 ++++++++++++++++++++++---\n 2 files changed, 161 insertions(+), 22 deletions(-)",
    "diff": null,
    "prefixes": [
        "v1",
        "0/2"
    ]
}