get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 114142,
    "url": "http://patches.dpdk.org/api/patches/114142/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/patch/20220725040842.35027-1-fengchengwen@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": "<20220725040842.35027-1-fengchengwen@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220725040842.35027-1-fengchengwen@huawei.com",
    "date": "2022-07-25T04:08:39",
    "name": "[v2,0/3] add Tx prepare support for bonding driver",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2146,
        "url": "http://patches.dpdk.org/api/people/2146/?format=api",
        "name": "fengchengwen",
        "email": "fengchengwen@huawei.com"
    },
    "delegate": null,
    "mbox": "http://patches.dpdk.org/project/dpdk/patch/20220725040842.35027-1-fengchengwen@huawei.com/mbox/",
    "series": [],
    "comments": "http://patches.dpdk.org/api/patches/114142/comments/",
    "check": "pending",
    "checks": "http://patches.dpdk.org/api/patches/114142/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 944F2A00C4;\n\tMon, 25 Jul 2022 06:15:43 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 30A1E4021E;\n\tMon, 25 Jul 2022 06:15:43 +0200 (CEST)",
            "from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187])\n by mails.dpdk.org (Postfix) with ESMTP id 361694067C\n for <dev@dpdk.org>; Mon, 25 Jul 2022 06:15:40 +0200 (CEST)",
            "from dggpeml500024.china.huawei.com (unknown [172.30.72.56])\n by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4LrmrH5LdkzmV87;\n Mon, 25 Jul 2022 12:13:51 +0800 (CST)",
            "from localhost.localdomain (10.67.165.24) by\n dggpeml500024.china.huawei.com (7.185.36.10) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id\n 15.1.2375.24; Mon, 25 Jul 2022 12:15:38 +0800"
        ],
        "From": "Chengwen Feng <fengchengwen@huawei.com>",
        "To": "<thomas@monjalon.net>, <ferruh.yigit@xilinx.com>",
        "CC": "<dev@dpdk.org>, <chas3@att.com>, <humin29@huawei.com>,\n <andrew.rybchenko@oktetlabs.ru>, <konstantin.ananyev@intel.com>",
        "Subject": "[PATCH v2 0/3] add Tx prepare support for bonding driver",
        "Date": "Mon, 25 Jul 2022 12:08:39 +0800",
        "Message-ID": "<20220725040842.35027-1-fengchengwen@huawei.com>",
        "X-Mailer": "git-send-email 2.33.0",
        "In-Reply-To": "<1619171202-28486-2-git-send-email-tangchengchang@huawei.com>",
        "References": "<1619171202-28486-2-git-send-email-tangchengchang@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.67.165.24]",
        "X-ClientProxiedBy": "dggems706-chm.china.huawei.com (10.3.19.183) To\n dggpeml500024.china.huawei.com (7.185.36.10)",
        "X-CFilter-Loop": "Reflected",
        "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 patchset adds Tx prepare for bonding driver.\n\nChengchang Tang (1):\n  net/bonding: add testpmd cmd for Tx prepare\n\nChengwen Feng (2):\n  net/bonding: support Tx prepare\n  net/bonding: support Tx prepare fail stats\n\n .../link_bonding_poll_mode_drv_lib.rst        | 14 ++++\n doc/guides/rel_notes/release_22_11.rst        |  6 ++\n drivers/net/bonding/bonding_testpmd.c         | 73 ++++++++++++++++-\n drivers/net/bonding/eth_bond_private.h        |  8 ++\n drivers/net/bonding/rte_eth_bond.h            | 24 ++++++\n drivers/net/bonding/rte_eth_bond_api.c        | 32 ++++++++\n drivers/net/bonding/rte_eth_bond_pmd.c        | 81 +++++++++++++++++--\n drivers/net/bonding/version.map               |  5 ++\n 8 files changed, 234 insertions(+), 9 deletions(-)",
    "diff": null,
    "prefixes": [
        "v2",
        "0/3"
    ]
}