Show a cover letter.

GET /api/covers/657/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 657,
    "url": "http://patches.dpdk.org/api/covers/657/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20240220035840.32978-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": "<20240220035840.32978-1-fengchengwen@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20240220035840.32978-1-fengchengwen@huawei.com",
    "date": "2024-02-20T03:58:36",
    "name": "[0/4] cfgfile: enhance error detecting",
    "submitter": {
        "id": 2146,
        "url": "http://patches.dpdk.org/api/people/2146/?format=api",
        "name": "fengchengwen",
        "email": "fengchengwen@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20240220035840.32978-1-fengchengwen@huawei.com/mbox/",
    "series": [
        {
            "id": 31143,
            "url": "http://patches.dpdk.org/api/series/31143/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=31143",
            "date": "2024-02-20T03:58:36",
            "name": "cfgfile: enhance error detecting",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/31143/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/657/comments/",
    "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 3AEAA43AD8;\n\tTue, 20 Feb 2024 05:00:09 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 248E74029B;\n\tTue, 20 Feb 2024 05:00:09 +0100 (CET)",
            "from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by mails.dpdk.org (Postfix) with ESMTP id 8AD9840289\n for <dev@dpdk.org>; Tue, 20 Feb 2024 05:00:07 +0100 (CET)",
            "from mail.maildlp.com (unknown [172.19.88.234])\n by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4Tf5JM4Tz5zqjkh;\n Tue, 20 Feb 2024 11:59:31 +0800 (CST)",
            "from dggpeml500024.china.huawei.com (unknown [7.185.36.10])\n by mail.maildlp.com (Postfix) with ESMTPS id 379D6140488;\n Tue, 20 Feb 2024 12:00:05 +0800 (CST)",
            "from localhost.localdomain (10.50.165.33) 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.2507.35; Tue, 20 Feb 2024 12:00:05 +0800"
        ],
        "From": "Chengwen Feng <fengchengwen@huawei.com>",
        "To": "<thomas@monjalon.net>",
        "CC": "<dev@dpdk.org>, <cristian.dumitrescu@intel.com>",
        "Subject": "[PATCH 0/4] cfgfile: enhance error detecting",
        "Date": "Tue, 20 Feb 2024 03:58:36 +0000",
        "Message-ID": "<20240220035840.32978-1-fengchengwen@huawei.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.50.165.33]",
        "X-ClientProxiedBy": "dggems705-chm.china.huawei.com (10.3.19.182) To\n dggpeml500024.china.huawei.com (7.185.36.10)",
        "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": "When I was trying to debug a problem introduced by config.ini in\ntest-dma-perf, I found the cfgfile library should enhance error\ndetecting, so got this patchset.\n\nChengwen Feng (4):\n  cfgfile: remove dead code\n  cfgfile: support verify name and value\n  cfgfile: verify add section and entry result\n  cfgfile: add unique name flag\n\n lib/cfgfile/rte_cfgfile.c | 70 +++++++++++++++++++++++++++++----------\n lib/cfgfile/rte_cfgfile.h |  7 ++++\n 2 files changed, 59 insertions(+), 18 deletions(-)"
}