Show a cover letter.

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

{
    "id": 108829,
    "url": "https://patches.dpdk.org/api/covers/108829/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/20220324030036.4761-1-humin29@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": "<20220324030036.4761-1-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220324030036.4761-1-humin29@huawei.com",
    "date": "2022-03-24T03:00:32",
    "name": "[V2,0/4] bugfix for bonding",
    "submitter": {
        "id": 1944,
        "url": "https://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/20220324030036.4761-1-humin29@huawei.com/mbox/",
    "series": [
        {
            "id": 22222,
            "url": "https://patches.dpdk.org/api/series/22222/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=22222",
            "date": "2022-03-24T03:00:32",
            "name": "bugfix for bonding",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/22222/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/108829/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 7E92CA0507;\n\tThu, 24 Mar 2022 04:01:21 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 3759C41151;\n\tThu, 24 Mar 2022 04:01:21 +0100 (CET)",
            "from szxga03-in.huawei.com (szxga03-in.huawei.com [45.249.212.189])\n by mails.dpdk.org (Postfix) with ESMTP id 0B505410FC\n for <dev@dpdk.org>; Thu, 24 Mar 2022 04:01:19 +0100 (CET)",
            "from dggeme756-chm.china.huawei.com (unknown [172.30.72.57])\n by szxga03-in.huawei.com (SkyGuard) with ESMTP id 4KP8ym3QztzBrjJ\n for <dev@dpdk.org>; Thu, 24 Mar 2022 10:57:20 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n dggeme756-chm.china.huawei.com (10.3.19.102) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id\n 15.1.2308.21; Thu, 24 Mar 2022 11:01:16 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "Huisong Li <lihuisong@huawei.com>",
        "Subject": "[PATCH V2 0/4] bugfix for bonding",
        "Date": "Thu, 24 Mar 2022 11:00:32 +0800",
        "Message-ID": "<20220324030036.4761-1-humin29@huawei.com>",
        "X-Mailer": "git-send-email 2.33.0",
        "In-Reply-To": "<20211025063922.34066-1-humin29@huawei.com>",
        "References": "<20211025063922.34066-1-humin29@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-ClientProxiedBy": "dggems706-chm.china.huawei.com (10.3.19.183) To\n dggeme756-chm.china.huawei.com (10.3.19.102)",
        "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": "From: Huisong Li <lihuisong@huawei.com>\n\nFix some bonding related bug for bonding PMD and testpmd.\n\nv2:\n  - add two patches in net/bonding.\n  - change port status of slave device in start_port\n  - delete removing slave operation when close bond port\n\nHuisong Li (4):\n  net/bonding: fix non-active slaves aren't stopped\n  net/bonding: fix non-terminable while loop\n  app/testpmd: fix port status of slave device\n  app/testpmd: fix slave device isn't released\n\n app/test-pmd/cmdline.c                 |   2 +\n app/test-pmd/testpmd.c                 | 122 ++++++++++++++++++++++++-\n app/test-pmd/testpmd.h                 |   5 +-\n drivers/net/bonding/rte_eth_bond_pmd.c |  23 +++--\n 4 files changed, 137 insertions(+), 15 deletions(-)"
}