get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 74618,
    "url": "https://patches.dpdk.org/api/patches/74618/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/1595418992-652-1-git-send-email-xavier.huwei@huawei.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": "<1595418992-652-1-git-send-email-xavier.huwei@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1595418992-652-1-git-send-email-xavier.huwei@huawei.com",
    "date": "2020-07-22T11:56:32",
    "name": "doc: update release notes for hns3 driver",
    "commit_ref": null,
    "pull_url": null,
    "state": "accepted",
    "archived": true,
    "hash": "aafcf3aaa59a8c8e24e838190ca39a98fc0e6b4e",
    "submitter": {
        "id": 1405,
        "url": "https://patches.dpdk.org/api/people/1405/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "xavier.huwei@huawei.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/1595418992-652-1-git-send-email-xavier.huwei@huawei.com/mbox/",
    "series": [
        {
            "id": 11236,
            "url": "https://patches.dpdk.org/api/series/11236/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=11236",
            "date": "2020-07-22T11:56:32",
            "name": "doc: update release notes for hns3 driver",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/11236/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/patches/74618/comments/",
    "check": "success",
    "checks": "https://patches.dpdk.org/api/patches/74618/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 E0252A0526;\n\tWed, 22 Jul 2020 13:58:34 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 5BDB01C010;\n\tWed, 22 Jul 2020 13:58:34 +0200 (CEST)",
            "from huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by dpdk.org (Postfix) with ESMTP id 43AD4199BC\n for <dev@dpdk.org>; Wed, 22 Jul 2020 13:58:33 +0200 (CEST)",
            "from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.60])\n by Forcepoint Email with ESMTP id 2B34C18F9691D5F16523\n for <dev@dpdk.org>; Wed, 22 Jul 2020 19:58:31 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP Server id\n 14.3.487.0; Wed, 22 Jul 2020 19:58:24 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <xavier.huwei@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<xavier.huwei@huawei.com>",
        "Date": "Wed, 22 Jul 2020 19:56:32 +0800",
        "Message-ID": "<1595418992-652-1-git-send-email-xavier.huwei@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH] doc: update release notes for hns3 driver",
        "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": "Add release notes for Hisilicon hns3 PMD driver.\n\nSigned-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>\n---\n doc/guides/rel_notes/release_20_08.rst | 8 ++++++++\n 1 file changed, 8 insertions(+)",
    "diff": "diff --git a/doc/guides/rel_notes/release_20_08.rst b/doc/guides/rel_notes/release_20_08.rst\nindex d65f772..89822bc 100644\n--- a/doc/guides/rel_notes/release_20_08.rst\n+++ b/doc/guides/rel_notes/release_20_08.rst\n@@ -124,6 +124,14 @@ New Features\n \n   * Added support for VLAN push and pop flow actions.\n \n+* **Updated Hisilicon hns3 driver.**\n+\n+  * Added support for 200G speed rate.\n+  * Added support for copper media type.\n+  * Added support for keeping CRC.\n+  * Added support for LRO.\n+  * Added support for setting VF PVID by PF driver.\n+\n * **Updated Mellanox mlx5 driver.**\n \n   Updated Mellanox mlx5 driver with new features and improvements, including:\n",
    "prefixes": []
}