get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 59513,
    "url": "http://patchwork.dpdk.org/api/1.0/patches/59513/?format=api",
    "project": {
        "id": 1,
        "url": "http://patchwork.dpdk.org/api/1.0/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"
    },
    "msgid": "<1568985955-13548-1-git-send-email-xavier.huwei@huawei.com>",
    "date": "2019-09-20T13:25:33",
    "name": "[v2,00/22] add hns3 ethernet PMD driver",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1405,
        "url": "http://patchwork.dpdk.org/api/1.0/people/1405/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "xavier.huwei@huawei.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/1568985955-13548-1-git-send-email-xavier.huwei@huawei.com/mbox/",
    "series": [],
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/59513/checks/",
    "tags": {},
    "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 4B2D81F442;\n\tFri, 20 Sep 2019 15:28:59 +0200 (CEST)",
            "from huawei.com (szxga04-in.huawei.com [45.249.212.190])\n\tby dpdk.org (Postfix) with ESMTP id E330C1F3FF\n\tfor <dev@dpdk.org>; Fri, 20 Sep 2019 15:28:38 +0200 (CEST)",
            "from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60])\n\tby Forcepoint Email with ESMTP id 11FD433FAD2F1C76FE60;\n\tFri, 20 Sep 2019 21:28:36 +0800 (CST)",
            "from localhost.localdomain (10.67.212.132) by\n\tDGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP\n\tServer id 14.3.439.0; Fri, 20 Sep 2019 21:28:26 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <xavier.huwei@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<linuxarm@huawei.com>, <xavier_huwei@163.com>,\n\t<forest.zhouchang@huawei.com>",
        "Date": "Fri, 20 Sep 2019 21:25:33 +0800",
        "Message-ID": "<1568985955-13548-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.67.212.132]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH v2 00/22] add hns3 ethernet 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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "The Hisilicon Network Subsystem is a long term evolution IP which is\nsupposed to be used in Hisilicon ICT SoCs such as Kunpeng 920.\n\nThis series add DPDK rte_ethdev poll mode driver for Hisilicon\nNetwork Subsystem 3(hns3) network engine.\n\nWei Hu (Xavier) (22):\n  net/hns3: add hns3 build and doc infrastructure\n  net/hns3: add hardware registers definition\n  net/hns3: add some definitions for data structure and macro\n  net/hns3: register hns3 PMD driver and add the log interface\n    definition\n  net/hns3: add support for cmd of hns3 PMD driver\n  net/hns3: add the initialization of hns3 PMD driver\n  net/hns3: add support for MAC address related operations\n  net/hns3: add support for some misc operations\n  net/hns3: add support for link_update operation\n  net/hns3: add support for flow directory of hns3 PMD driver\n  net/hns3: add support for RSS of hns3 PMD driver\n  net/hns3: add support for flow control of hns3 PMD driver\n  net/hns3: add support for vlan of hns3 PMD driver\n  net/hns3: add support for mailbox of hns3 PMD driver\n  net/hns3: add support for hns3 VF PMD driver\n  net/hns3: add RX/TX package burst and queue related operation\n  net/hns3: add start stop configure promiscuous ops\n  net/hns3: add dump register ops for hns3 PMD driver\n  net/hns3: add abnormal interrupt process for hns3 PMD driver\n  net/hns3: add stats related ops for hns3 PMD driver\n  net/hns3: add reset related process for hns3 PMD driver\n  net/hns3: add multiple process support for hns3 PMD driver\n\n MAINTAINERS                                  |    8 +\n config/common_base                           |    5 +\n config/common_linux                          |    5 +\n config/defconfig_arm-armv7a-linuxapp-gcc     |    1 +\n config/defconfig_i686-native-linuxapp-gcc    |    5 +\n config/defconfig_i686-native-linuxapp-icc    |    5 +\n config/defconfig_ppc_64-power8-linuxapp-gcc  |    1 +\n config/defconfig_x86_64-native-linuxapp-icc  |    5 +\n config/defconfig_x86_x32-native-linuxapp-gcc |    5 +\n doc/guides/nics/features/hns3.ini            |   34 +\n doc/guides/nics/features/hns3_vf.ini         |   29 +\n doc/guides/nics/hns3.rst                     |   60 +\n doc/guides/nics/index.rst                    |    1 +\n doc/guides/rel_notes/release_19_11.rst       |    5 +\n drivers/net/Makefile                         |    1 +\n drivers/net/hns3/Makefile                    |   45 +\n drivers/net/hns3/hns3_cmd.c                  |  565 +++\n drivers/net/hns3/hns3_cmd.h                  |  761 ++++\n drivers/net/hns3/hns3_dcb.c                  | 1642 +++++++++\n drivers/net/hns3/hns3_dcb.h                  |  166 +\n drivers/net/hns3/hns3_ethdev.c               | 4939 ++++++++++++++++++++++++++\n drivers/net/hns3/hns3_ethdev.h               |  645 ++++\n drivers/net/hns3/hns3_ethdev_vf.c            | 1735 +++++++++\n drivers/net/hns3/hns3_fdir.c                 | 1059 ++++++\n drivers/net/hns3/hns3_fdir.h                 |  205 ++\n drivers/net/hns3/hns3_flow.c                 | 1903 ++++++++++\n drivers/net/hns3/hns3_intr.c                 | 1166 ++++++\n drivers/net/hns3/hns3_intr.h                 |   79 +\n drivers/net/hns3/hns3_logs.h                 |   34 +\n drivers/net/hns3/hns3_mbx.c                  |  353 ++\n drivers/net/hns3/hns3_mbx.h                  |  136 +\n drivers/net/hns3/hns3_mp.c                   |  214 ++\n drivers/net/hns3/hns3_mp.h                   |   14 +\n drivers/net/hns3/hns3_regs.c                 |  368 ++\n drivers/net/hns3/hns3_regs.h                 |   99 +\n drivers/net/hns3/hns3_rss.c                  |  584 +++\n drivers/net/hns3/hns3_rss.h                  |  124 +\n drivers/net/hns3/hns3_rxtx.c                 | 1676 +++++++++\n drivers/net/hns3/hns3_rxtx.h                 |  317 ++\n drivers/net/hns3/hns3_stats.c                |  971 +++++\n drivers/net/hns3/hns3_stats.h                |  152 +\n drivers/net/hns3/meson.build                 |   37 +\n drivers/net/hns3/rte_pmd_hns3_version.map    |    3 +\n drivers/net/meson.build                      |    1 +\n mk/rte.app.mk                                |    1 +\n 45 files changed, 20164 insertions(+)\n create mode 100644 doc/guides/nics/features/hns3.ini\n create mode 100644 doc/guides/nics/features/hns3_vf.ini\n create mode 100644 doc/guides/nics/hns3.rst\n create mode 100644 drivers/net/hns3/Makefile\n create mode 100644 drivers/net/hns3/hns3_cmd.c\n create mode 100644 drivers/net/hns3/hns3_cmd.h\n create mode 100644 drivers/net/hns3/hns3_dcb.c\n create mode 100644 drivers/net/hns3/hns3_dcb.h\n create mode 100644 drivers/net/hns3/hns3_ethdev.c\n create mode 100644 drivers/net/hns3/hns3_ethdev.h\n create mode 100644 drivers/net/hns3/hns3_ethdev_vf.c\n create mode 100644 drivers/net/hns3/hns3_fdir.c\n create mode 100644 drivers/net/hns3/hns3_fdir.h\n create mode 100644 drivers/net/hns3/hns3_flow.c\n create mode 100644 drivers/net/hns3/hns3_intr.c\n create mode 100644 drivers/net/hns3/hns3_intr.h\n create mode 100644 drivers/net/hns3/hns3_logs.h\n create mode 100644 drivers/net/hns3/hns3_mbx.c\n create mode 100644 drivers/net/hns3/hns3_mbx.h\n create mode 100644 drivers/net/hns3/hns3_mp.c\n create mode 100644 drivers/net/hns3/hns3_mp.h\n create mode 100644 drivers/net/hns3/hns3_regs.c\n create mode 100644 drivers/net/hns3/hns3_regs.h\n create mode 100644 drivers/net/hns3/hns3_rss.c\n create mode 100644 drivers/net/hns3/hns3_rss.h\n create mode 100644 drivers/net/hns3/hns3_rxtx.c\n create mode 100644 drivers/net/hns3/hns3_rxtx.h\n create mode 100644 drivers/net/hns3/hns3_stats.c\n create mode 100644 drivers/net/hns3/hns3_stats.h\n create mode 100644 drivers/net/hns3/meson.build\n create mode 100644 drivers/net/hns3/rte_pmd_hns3_version.map",
    "diff": null,
    "prefixes": [
        "v2",
        "00/22"
    ]
}