get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 75102,
    "url": "http://patches.dpdk.org/api/patches/75102/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/cover.1596196484.git.wangyunjian@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": "<cover.1596196484.git.wangyunjian@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1596196484.git.wangyunjian@huawei.com",
    "date": "2020-07-31T12:08:35",
    "name": "[0/2] fixes for bnxt driver",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 551,
        "url": "http://patches.dpdk.org/api/people/551/?format=api",
        "name": "Yunjian Wang",
        "email": "wangyunjian@huawei.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/cover.1596196484.git.wangyunjian@huawei.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/75102/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/75102/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 1C154A052B;\n\tFri, 31 Jul 2020 14:09:01 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 0430B2BB8;\n\tFri, 31 Jul 2020 14:09:01 +0200 (CEST)",
            "from huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by dpdk.org (Postfix) with ESMTP id 5A85F262E\n for <dev@dpdk.org>; Fri, 31 Jul 2020 14:09:00 +0200 (CEST)",
            "from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.60])\n by Forcepoint Email with ESMTP id DAB1348A35CD76CEBDA0;\n Fri, 31 Jul 2020 20:08:57 +0800 (CST)",
            "from localhost (10.174.185.168) by DGGEMS404-HUB.china.huawei.com\n (10.3.19.204) with Microsoft SMTP Server id 14.3.487.0; Fri, 31 Jul 2020\n 20:08:47 +0800"
        ],
        "From": "wangyunjian <wangyunjian@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ajit.khaparde@broadcom.com>, <somnath.kotur@broadcom.com>,\n <jerry.lilijun@huawei.com>, <xudingke@huawei.com>, Yunjian Wang\n <wangyunjian@huawei.com>",
        "Date": "Fri, 31 Jul 2020 20:08:35 +0800",
        "Message-ID": "<cover.1596196484.git.wangyunjian@huawei.com>",
        "X-Mailer": "git-send-email 1.9.5.msysgit.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.174.185.168]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev]  [PATCH 0/2] fixes for bnxt 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": "From: Yunjian Wang <wangyunjian@huawei.com>\n\nThis series include two fixes patches for bnxt driver.\n\nYunjian Wang (2):\n  net/bnxt: fix memory leak when freeing vf_info\n  net/bnxt: add memory allocation check in vf_info init\n\n drivers/net/bnxt/bnxt_ethdev.c |  3 +--\n drivers/net/bnxt/bnxt_hwrm.c   | 22 ++++++++++++++++++++--\n drivers/net/bnxt/bnxt_hwrm.h   |  1 +\n 3 files changed, 22 insertions(+), 4 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/2"
    ]
}