get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 72603,
    "url": "http://patches.dpdk.org/api/patches/72603/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1593604482-47494-1-git-send-email-xavier.huwei@huawei.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": "<1593604482-47494-1-git-send-email-xavier.huwei@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1593604482-47494-1-git-send-email-xavier.huwei@huawei.com",
    "date": "2020-07-01T11:54:32",
    "name": "[00/10] misc updates for hns3 PMD driver",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1405,
        "url": "http://patches.dpdk.org/api/people/1405/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "xavier.huwei@huawei.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1593604482-47494-1-git-send-email-xavier.huwei@huawei.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/72603/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/72603/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 914C2A0350;\n\tWed,  1 Jul 2020 13:56:39 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 49B9E1D16C;\n\tWed,  1 Jul 2020 13:56:32 +0200 (CEST)",
            "from huawei.com (szxga07-in.huawei.com [45.249.212.35])\n by dpdk.org (Postfix) with ESMTP id 727E61C440\n for <dev@dpdk.org>; Wed,  1 Jul 2020 13:56:29 +0200 (CEST)",
            "from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.58])\n by Forcepoint Email with ESMTP id 23BC744F7CB94A724CF5\n for <dev@dpdk.org>; Wed,  1 Jul 2020 19:56:27 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id\n 14.3.487.0; Wed, 1 Jul 2020 19:56:20 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <xavier.huwei@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<xavier.huwei@huawei.com>",
        "Date": "Wed, 1 Jul 2020 19:54:32 +0800",
        "Message-ID": "<1593604482-47494-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 00/10] misc updates for hns3 PMD 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": "This series are minor features and bugfixes for hns3 PMD driver.\n\nChengchang Tang (2):\n  net/hns3: decrease non-nearby memory access in Rx\n  net/hns3: support setting VF PVID by PF driver\n\nHongbo Zheng (1):\n  net/hns3: clear residual hardware configurations on init\n\nLijun Ou (2):\n  net/hns3: support symmetric RSS\n  net/hns3: report Tx descriptor segment limitations\n\nWei Hu (Xavier) (5):\n  net/hns3: support LRO\n  net/hns3: get device capability in primary process\n  net/hns3: fix Rx buffer size\n  net/hns3: fix reassembling multiple segment packets in Tx\n  net/hns3: add Scattered Rx and Multiprocess to feature list\n\n doc/guides/nics/features/hns3.ini    |   3 +\n doc/guides/nics/features/hns3_vf.ini |   3 +\n doc/guides/nics/hns3.rst             |   1 +\n drivers/net/hns3/hns3_cmd.h          |   3 +\n drivers/net/hns3/hns3_ethdev.c       | 150 +++++++++++++++++--------\n drivers/net/hns3/hns3_ethdev.h       |  16 ++-\n drivers/net/hns3/hns3_ethdev_vf.c    | 122 ++++++++++++++++----\n drivers/net/hns3/hns3_flow.c         |  12 +-\n drivers/net/hns3/hns3_mbx.c          |  33 ++++++\n drivers/net/hns3/hns3_mbx.h          |   3 +\n drivers/net/hns3/hns3_rss.c          |  27 +++--\n drivers/net/hns3/hns3_rss.h          |   5 +-\n drivers/net/hns3/hns3_rxtx.c         | 210 +++++++++++++++++++++++++++++++++--\n drivers/net/hns3/hns3_rxtx.h         |  25 ++++-\n 14 files changed, 512 insertions(+), 101 deletions(-)",
    "diff": null,
    "prefixes": [
        "00/10"
    ]
}