Show a cover letter.

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

{
    "id": 106650,
    "url": "http://patches.dpdk.org/api/covers/106650/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20220128022533.44249-1-humin29@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": "<20220128022533.44249-1-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220128022533.44249-1-humin29@huawei.com",
    "date": "2022-01-28T02:25:31",
    "name": "[0/2] bugfix for bonding",
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20220128022533.44249-1-humin29@huawei.com/mbox/",
    "series": [
        {
            "id": 21407,
            "url": "http://patches.dpdk.org/api/series/21407/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=21407",
            "date": "2022-01-28T02:25:31",
            "name": "bugfix for bonding",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/21407/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/106650/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 AED3FA00C4;\n\tFri, 28 Jan 2022 03:25:23 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 3F579411FE;\n\tFri, 28 Jan 2022 03:25:23 +0100 (CET)",
            "from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188])\n by mails.dpdk.org (Postfix) with ESMTP id C8F2140141\n for <dev@dpdk.org>; Fri, 28 Jan 2022 03:25:21 +0100 (CET)",
            "from dggeme756-chm.china.huawei.com (unknown [172.30.72.55])\n by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4JlLrC3chvzbkBV;\n Fri, 28 Jan 2022 10:24:27 +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; Fri, 28 Jan 2022 10:25:19 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <thomas@monjalon.net>",
        "Subject": "[PATCH 0/2] bugfix for bonding",
        "Date": "Fri, 28 Jan 2022 10:25:31 +0800",
        "Message-ID": "<20220128022533.44249-1-humin29@huawei.com>",
        "X-Mailer": "git-send-email 2.33.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-ClientProxiedBy": "dggems704-chm.china.huawei.com (10.3.19.181) 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": "Two bugfixed for bonding.\n\nMin Hu (Connor) (2):\n  net/bonding: fix promiscuous and allmulticast state\n  net/bonding: fix reference count on mbufs\n\n drivers/net/bonding/rte_eth_bond_pmd.c | 72 +++++++++++++++++++++++++-\n 1 file changed, 71 insertions(+), 1 deletion(-)"
}