get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 109691,
    "url": "http://patchwork.dpdk.org/api/patches/109691/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/patch/20220413103156.3680600-1-ruifeng.wang@arm.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20220413103156.3680600-1-ruifeng.wang@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220413103156.3680600-1-ruifeng.wang@arm.com",
    "date": "2022-04-13T10:31:53",
    "name": "[0/3] BNXT changes",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 1198,
        "url": "http://patchwork.dpdk.org/api/people/1198/?format=api",
        "name": "Ruifeng Wang",
        "email": "ruifeng.wang@arm.com"
    },
    "delegate": null,
    "mbox": "http://patchwork.dpdk.org/project/dpdk/patch/20220413103156.3680600-1-ruifeng.wang@arm.com/mbox/",
    "series": [],
    "comments": "http://patchwork.dpdk.org/api/patches/109691/comments/",
    "check": "pending",
    "checks": "http://patchwork.dpdk.org/api/patches/109691/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 BA25CA050A;\n\tWed, 13 Apr 2022 12:32:23 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 6387C40694;\n\tWed, 13 Apr 2022 12:32:23 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id 5EABC4068B\n for <dev@dpdk.org>; Wed, 13 Apr 2022 12:32:22 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B24B91570;\n Wed, 13 Apr 2022 03:32:21 -0700 (PDT)",
            "from net-arm-n1amp-02.shanghai.arm.com\n (net-arm-n1amp-02.shanghai.arm.com [10.169.210.142])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 756B23F73B;\n Wed, 13 Apr 2022 03:32:19 -0700 (PDT)"
        ],
        "From": "Ruifeng Wang <ruifeng.wang@arm.com>",
        "To": "ajit.khaparde@broadcom.com,\n\tsomnath.kotur@broadcom.com",
        "Cc": "dev@dpdk.org, honnappa.nagarahalli@arm.com, nd@arm.com,\n Ruifeng Wang <ruifeng.wang@arm.com>",
        "Subject": "[PATCH 0/3] BNXT changes",
        "Date": "Wed, 13 Apr 2022 18:31:53 +0800",
        "Message-Id": "<20220413103156.3680600-1-ruifeng.wang@arm.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "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"
    },
    "content": "This patch set includes changes proposed for BNXT PMD.\nFound these in code review.\n\nRuifeng Wang (3):\n  net/bnxt: defer completion index update\n  net/bnxt: remove redundant ifdefs\n  net/bnxt: fix risk in Rx descriptor read in NEON path\n\n drivers/net/bnxt/bnxt_rxr.c           |  2 +-\n drivers/net/bnxt/bnxt_rxtx_vec_neon.c | 21 +++++++++++++++------\n 2 files changed, 16 insertions(+), 7 deletions(-)",
    "diff": null,
    "prefixes": [
        "0/3"
    ]
}