get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 65805,
    "url": "https://patches.dpdk.org/api/patches/65805/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20200214040921.23600-1-jiaqix.min@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": "<20200214040921.23600-1-jiaqix.min@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200214040921.23600-1-jiaqix.min@intel.com",
    "date": "2020-02-14T04:09:21",
    "name": "doc: add new features and improvements to i40e",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "52462655d5d2952f3aebaf1c2e409c1079860755",
    "submitter": {
        "id": 1374,
        "url": "https://patches.dpdk.org/api/people/1374/?format=api",
        "name": "Min, JiaqiX",
        "email": "jiaqix.min@intel.com"
    },
    "delegate": {
        "id": 31221,
        "url": "https://patches.dpdk.org/api/users/31221/?format=api",
        "username": "yexl",
        "first_name": "xiaolong",
        "last_name": "ye",
        "email": "xiaolong.ye@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20200214040921.23600-1-jiaqix.min@intel.com/mbox/",
    "series": [
        {
            "id": 8533,
            "url": "https://patches.dpdk.org/api/series/8533/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=8533",
            "date": "2020-02-14T04:09:21",
            "name": "doc: add new features and improvements to i40e",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/8533/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/65805/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/65805/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 dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 1EBF8A0546;\n\tFri, 14 Feb 2020 05:15:23 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 617D81BF8E;\n\tFri, 14 Feb 2020 05:15:22 +0100 (CET)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n by dpdk.org (Postfix) with ESMTP id BEFCB1BF83\n for <dev@dpdk.org>; Fri, 14 Feb 2020 05:15:20 +0100 (CET)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 13 Feb 2020 20:15:19 -0800",
            "from intel.sh.intel.com ([10.239.255.136])\n by fmsmga002.fm.intel.com with ESMTP; 13 Feb 2020 20:15:17 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.70,439,1574150400\"; d=\"scan'208\";a=\"267416872\"",
        "From": "Jiaqi Min <jiaqix.min@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Beilei Xing <beilei.xing@intel.com>, Qi Zhang <qi.z.zhang@intel.com>,\n Qiming Yang <qiming.yang@intel.com>, Jiaqi Min <jiaqix.min@intel.com>",
        "Date": "Fri, 14 Feb 2020 04:09:21 +0000",
        "Message-Id": "<20200214040921.23600-1-jiaqix.min@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH] doc: add new features and improvements to i40e",
        "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://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": "Added support for API rte_eth_tx_done_cleanup.\nAdded support for VF multiple queues interrupt.\nAdded support for setting the link to specific speed.\n\nSigned-off-by: Jiaqi Min <jiaqix.min@intel.com>\n---\n doc/guides/rel_notes/release_20_02.rst | 5 ++++-\n 1 file changed, 4 insertions(+), 1 deletion(-)",
    "diff": "diff --git a/doc/guides/rel_notes/release_20_02.rst b/doc/guides/rel_notes/release_20_02.rst\nindex 786f9b119..e26a60d23 100644\n--- a/doc/guides/rel_notes/release_20_02.rst\n+++ b/doc/guides/rel_notes/release_20_02.rst\n@@ -104,7 +104,10 @@ New Features\n   * Added LLDP support.\n   * Extended PHY access AQ cmd.\n   * Added support for reading LPI counters.\n-  * Added support for Energy Efficient Ethernet\n+  * Added support for Energy Efficient Ethernet.\n+  * Added support for API rte_eth_tx_done_cleanup.\n+  * Added support for VF multiple queues interrupt.\n+  * Added support for setting the link to specific speed.\n \n * **Updated Mellanox mlx5 driver.**\n \n",
    "prefixes": []
}