Show a cover letter.

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

{
    "id": 117681,
    "url": "http://patches.dpdk.org/api/covers/117681/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20221008105353.18195-1-liudongdong3@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": "<20221008105353.18195-1-liudongdong3@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20221008105353.18195-1-liudongdong3@huawei.com",
    "date": "2022-10-08T10:53:45",
    "name": "[v9,0/8] app/procinfo: add some extended features",
    "submitter": {
        "id": 2718,
        "url": "http://patches.dpdk.org/api/people/2718/?format=api",
        "name": "Dongdong Liu",
        "email": "liudongdong3@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20221008105353.18195-1-liudongdong3@huawei.com/mbox/",
    "series": [
        {
            "id": 25048,
            "url": "http://patches.dpdk.org/api/series/25048/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=25048",
            "date": "2022-10-08T10:53:45",
            "name": "app/procinfo: add some extended features",
            "version": 9,
            "mbox": "http://patches.dpdk.org/series/25048/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/117681/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 4FDACA0542;\n\tSat,  8 Oct 2022 12:55:47 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id E1AF640146;\n\tSat,  8 Oct 2022 12:55:46 +0200 (CEST)",
            "from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187])\n by mails.dpdk.org (Postfix) with ESMTP id D422640146\n for <dev@dpdk.org>; Sat,  8 Oct 2022 12:55:44 +0200 (CEST)",
            "from kwepemi500017.china.huawei.com (unknown [172.30.72.56])\n by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Ml2683YHxzlXrn;\n Sat,  8 Oct 2022 18:51:12 +0800 (CST)",
            "from localhost.localdomain (10.28.79.22) by\n kwepemi500017.china.huawei.com (7.221.188.110) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id\n 15.1.2375.31; Sat, 8 Oct 2022 18:55:41 +0800"
        ],
        "From": "Dongdong Liu <liudongdong3@huawei.com>",
        "To": "<dev@dpdk.org>, <reshma.pattan@intel.com>, <thomas@monjalon.net>,\n <ferruh.yigit@xilinx.com>, <andrew.rybchenko@oktetlabs.ru>",
        "CC": "Dongdong Liu <liudongdong3@huawei.com>",
        "Subject": "[PATCH v9 0/8] app/procinfo: add some extended features",
        "Date": "Sat, 8 Oct 2022 18:53:45 +0800",
        "Message-ID": "<20221008105353.18195-1-liudongdong3@huawei.com>",
        "X-Mailer": "git-send-email 2.22.0",
        "In-Reply-To": "<20220722091236.15469-1-liudongdong3@huawei.com>",
        "References": "<20220722091236.15469-1-liudongdong3@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.28.79.22]",
        "X-ClientProxiedBy": "dggems701-chm.china.huawei.com (10.3.19.178) To\n kwepemi500017.china.huawei.com (7.221.188.110)",
        "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 is to add some extended features for dpdk-proc-info.\n\nThanks to Reshma and Stephen help to review the patchset.\n\nv8->v9:\n- Fixed some checkpatch warnings.\n\nv7(v4)->v8:\n- Add Acked-by: Reshma Pattan for PATCH 4,6.\n- Add Rx/Tx descriptor dump.\n- Adjust procinfo doc guide.\n\nv3->v4:\n- Add Acked-by: Reshma Pattan for PATCH 1,2,3,5,7.\n- Rename show-module-info to show-module-eeprom to make more clear.\n\nv2->v3: Fix some comments from Stephen.\n- Use --version option for DPDK version.\n- Add --firmware-version option to show firmware.\n- Use errors on stderr, not stdout.\n- Delete some unnecessary code.\n\nv1->v2: Fix some comments from Reshma.\n\nDongdong Liu (4):\n  app/procinfo: add firmware version dump\n  app/procinfo: fix some wrong doxygen syntax\n  app/procinfo: support descriptor dump\n  doc: add some extended features in procinfo guide\n\nJie Hai (1):\n  app/procinfo: add dump of Rx/Tx burst mode\n\nMin Hu (Connor) (3):\n  app/procinfo: add dpdk version dump\n  app/procinfo: add RSS RETA dump\n  app/procinfo: add module eeprom info dump\n\n app/proc-info/main.c           | 300 ++++++++++++++++++++++++++++++---\n doc/guides/tools/proc_info.rst |  36 +++-\n 2 files changed, 312 insertions(+), 24 deletions(-)\n\n--\n2.22.0"
}