Show a cover letter.

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

{
    "id": 129242,
    "url": "http://patchwork.dpdk.org/api/covers/129242/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20230704090448.57297-1-haijie1@huawei.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": "<20230704090448.57297-1-haijie1@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230704090448.57297-1-haijie1@huawei.com",
    "date": "2023-07-04T09:04:45",
    "name": "[v7,0/3] add telemetry cmds for ring",
    "submitter": {
        "id": 2935,
        "url": "http://patchwork.dpdk.org/api/people/2935/?format=api",
        "name": "Jie Hai",
        "email": "haijie1@huawei.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20230704090448.57297-1-haijie1@huawei.com/mbox/",
    "series": [
        {
            "id": 28805,
            "url": "http://patchwork.dpdk.org/api/series/28805/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=28805",
            "date": "2023-07-04T09:04:46",
            "name": "add telemetry cmds for ring",
            "version": 7,
            "mbox": "http://patchwork.dpdk.org/series/28805/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/129242/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 8CE5F42DD0;\n\tTue,  4 Jul 2023 11:08:45 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id CFBA742D10;\n\tTue,  4 Jul 2023 11:08:35 +0200 (CEST)",
            "from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255])\n by mails.dpdk.org (Postfix) with ESMTP id 0E09E40F18\n for <dev@dpdk.org>; Tue,  4 Jul 2023 11:08:31 +0200 (CEST)",
            "from kwepemi500020.china.huawei.com (unknown [172.30.72.55])\n by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4QwH511lZpz1HCW0\n for <dev@dpdk.org>; Tue,  4 Jul 2023 17:08:05 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n kwepemi500020.china.huawei.com (7.221.188.8) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id\n 15.1.2507.27; Tue, 4 Jul 2023 17:08:28 +0800"
        ],
        "From": "Jie Hai <haijie1@huawei.com>",
        "To": "",
        "CC": "<haijie1@huawei.com>, <dev@dpdk.org>, <liudongdong3@huawei.com>",
        "Subject": "[PATCH v7 0/3] add telemetry cmds for ring",
        "Date": "Tue, 4 Jul 2023 17:04:45 +0800",
        "Message-ID": "<20230704090448.57297-1-haijie1@huawei.com>",
        "X-Mailer": "git-send-email 2.33.0",
        "In-Reply-To": "<20230509092459.20140-1-haijie1@huawei.com>",
        "References": "<20230509092459.20140-1-haijie1@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=\"UTF-8\"",
        "Content-Transfer-Encoding": "8bit",
        "X-Originating-IP": "[10.69.192.56]",
        "X-ClientProxiedBy": "dggems702-chm.china.huawei.com (10.3.19.179) To\n kwepemi500020.china.huawei.com (7.221.188.8)",
        "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 set supports telemetry cmd to list rings and dump information\nof a ring by its name.\n\nv1->v2:\n1. Add space after \"switch\".\n2. Fix wrong strlen parameter.\n\nv2->v3:\n1. Remove prefix \"rte_\" for static function.\n2. Add Acked-by Konstantin Ananyev for PATCH 1.\n3. Introduce functions to return strings instead copy strings.\n4. Check pointer to memzone of ring.\n5. Remove redundant variable.\n6. Hold lock when access ring data.\n\nv3->v4:\n1. Update changelog according to reviews of Honnappa Nagarahalli.\n2. Add Reviewed-by Honnappa Nagarahalli.\n3. Correct grammar in help information.\n4. Correct spell warning on \"te\" reported by checkpatch.pl.\n5. Use ring_walk() to query ring info instead of rte_ring_lookup().\n6. Fix that type definition the flag field of rte_ring does not match the usage.\n7. Use rte_tel_data_add_dict_uint_hex instead of rte_tel_data_add_dict_u64\n   for mask and flags.\n\nv4->v5:\n1. Add Acked-by Konstantin Ananyev and Chengwen Feng.\n2. Add ABI change explanation for commit message of patch 1/3.\n\nv5->v6:\n1. Add Acked-by Morten Brørup.\n2. Fix incorrect reference of commit.\n\nv6->v7:\n1. Remove prod/consumer head/tail info.\n\nJie Hai (3):\n  ring: fix unmatched type definition and usage\n  ring: add telemetry cmd to list rings\n  ring: add telemetry cmd for ring info\n\n lib/ring/meson.build     |   1 +\n lib/ring/rte_ring.c      | 135 +++++++++++++++++++++++++++++++++++++++\n lib/ring/rte_ring_core.h |   2 +-\n 3 files changed, 137 insertions(+), 1 deletion(-)"
}