get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 91754,
    "url": "http://patches.dpdk.org/api/patches/91754/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/1618839289-33224-1-git-send-email-humin29@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": "<1618839289-33224-1-git-send-email-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1618839289-33224-1-git-send-email-humin29@huawei.com",
    "date": "2021-04-19T13:34:39",
    "name": "[00/10] fixes for clean code",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/1618839289-33224-1-git-send-email-humin29@huawei.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/91754/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/91754/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 mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id BF344A0524;\n\tMon, 19 Apr 2021 15:34:50 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 8EE3A412E6;\n\tMon, 19 Apr 2021 15:34:50 +0200 (CEST)",
            "from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by mails.dpdk.org (Postfix) with ESMTP id B1B4141283\n for <dev@dpdk.org>; Mon, 19 Apr 2021 15:34:49 +0200 (CEST)",
            "from DGGEMS411-HUB.china.huawei.com (unknown [172.30.72.59])\n by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FP7622BR7zqTdD;\n Mon, 19 Apr 2021 21:32:26 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS411-HUB.china.huawei.com (10.3.19.211) with Microsoft SMTP Server id\n 14.3.498.0; Mon, 19 Apr 2021 21:34:36 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <cristian.dumitrescu@intel.com>,\n <jerinj@marvell.com>, <jianjay.zhou@huawei.com>, <jia.guo@intel.com>,\n <g.singh@nxp.com>, <andrew.rybchenko@oktetlabs.ru>, <hemant.agrawal@nxp.com>,\n <orika@nvidia.com>",
        "Date": "Mon, 19 Apr 2021 21:34:39 +0800",
        "Message-ID": "<1618839289-33224-1-git-send-email-humin29@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] fixes for clean code",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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 patchset fix some bugs, to make the code more clean.\n\nChengchang Tang (1):\n  net/bonding: fix configuration assignment overflow\n\nHongBo Zheng (5):\n  app/test: add NULL pointer check of memory allocation\n  lib/librte_pipeline: fix the use of unsafe strcpy\n  examples/l3fwd: add function return value check\n  crypto/virtio: fix return values check error\n  net/e1000: add function return value check\n\nMin Hu (Connor) (4):\n  net/pfe: check return value\n  common/sfc_efx/base: delete redundant handling\n  bus/dpaa: fix management command init calling\n  app/regex: fix division by zero\n\n app/test-regex/main.c                     | 8 +++++---\n app/test/test_crc.c                       | 2 ++\n drivers/bus/dpaa/base/qbman/bman.c        | 6 ++----\n drivers/common/sfc_efx/base/rhead_nic.c   | 3 +--\n drivers/crypto/virtio/virtio_rxtx.c       | 4 ++--\n drivers/net/bonding/rte_eth_bond_8023ad.c | 2 +-\n drivers/net/e1000/base/e1000_ich8lan.c    | 2 ++\n drivers/net/pfe/pfe_ethdev.c              | 6 ++++++\n examples/l3fwd/l3fwd_event.c              | 6 +++++-\n lib/librte_pipeline/rte_swx_pipeline.c    | 4 ++--\n 10 files changed, 28 insertions(+), 15 deletions(-)",
    "diff": null,
    "prefixes": [
        "00/10"
    ]
}