get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

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

{
    "id": 112941,
    "url": "https://patches.dpdk.org/api/patches/112941/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/patch/20220617022913.47564-1-fengchengwen@huawei.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<20220617022913.47564-1-fengchengwen@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220617022913.47564-1-fengchengwen@huawei.com",
    "date": "2022-06-17T02:29:09",
    "name": "[v3,0/4] bugfix for trace",
    "commit_ref": null,
    "pull_url": null,
    "state": null,
    "archived": false,
    "hash": null,
    "submitter": {
        "id": 2146,
        "url": "https://patches.dpdk.org/api/people/2146/?format=api",
        "name": "fengchengwen",
        "email": "fengchengwen@huawei.com"
    },
    "delegate": null,
    "mbox": "https://patches.dpdk.org/project/dpdk/patch/20220617022913.47564-1-fengchengwen@huawei.com/mbox/",
    "series": [],
    "comments": "https://patches.dpdk.org/api/patches/112941/comments/",
    "check": "pending",
    "checks": "https://patches.dpdk.org/api/patches/112941/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 9BB6EA00C2;\n\tFri, 17 Jun 2022 04:35:58 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 87F5141148;\n\tFri, 17 Jun 2022 04:35:53 +0200 (CEST)",
            "from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188])\n by mails.dpdk.org (Postfix) with ESMTP id 852DA40698\n for <dev@dpdk.org>; Fri, 17 Jun 2022 04:35:51 +0200 (CEST)",
            "from dggpeml500024.china.huawei.com (unknown [172.30.72.53])\n by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4LPNNs2wkHzSgwg;\n Fri, 17 Jun 2022 10:32:29 +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; Fri, 17 Jun 2022 10:35:36 +0800"
        ],
        "From": "Chengwen Feng <fengchengwen@huawei.com>",
        "To": "<thomas@monjalon.net>, <dev@dpdk.org>, <david.marchand@redhat.com>",
        "CC": "<anatoly.burakov@intel.com>, <jerinj@marvell.com>,\n <bruce.richardson@intel.com>",
        "Subject": "[PATCH v3 0/4] bugfix for trace",
        "Date": "Fri, 17 Jun 2022 10:29:09 +0800",
        "Message-ID": "<20220617022913.47564-1-fengchengwen@huawei.com>",
        "X-Mailer": "git-send-email 2.33.0",
        "In-Reply-To": "<20220607120014.49823-1-fengchengwen@huawei.com>",
        "References": "<20220607120014.49823-1-fengchengwen@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 patch contains three bugfix for trace and one test patch.\n\n---\nv3:\n* address David Marchand's comments.\n* add xxx-by from David Marchand and Jerin Jacob.\nv2:\n* add test-by from Jerin Jacob for the 1/3 patch.\n* add freebsd change file because David Marchand verify it.\n* add more bugfix patch when try to enhance testcase.\n\nChengwen Feng (4):\n  eal: fix segment fault when exit trace\n  eal: fix errno not set if strftime return zero\n  eal: fix trace init fail with long file-prefix\n  test: introduce trace-autotest with traces enabled\n\n app/test/meson.build                    | 10 ++++++++++\n lib/eal/common/eal_common_trace_utils.c |  6 ++++--\n lib/eal/freebsd/eal.c                   |  4 ++--\n lib/eal/linux/eal.c                     |  4 ++--\n 4 files changed, 18 insertions(+), 6 deletions(-)",
    "diff": null,
    "prefixes": [
        "v3",
        "0/4"
    ]
}