Show a cover letter.

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

{
    "id": 93237,
    "url": "https://patches.dpdk.org/api/covers/93237/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/cover.1620876356.git.wangyunjian@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": "<cover.1620876356.git.wangyunjian@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1620876356.git.wangyunjian@huawei.com",
    "date": "2021-05-13T03:38:28",
    "name": "[v2,0/2] fixes for mlx4/mlx5",
    "submitter": {
        "id": 551,
        "url": "https://patches.dpdk.org/api/people/551/?format=api",
        "name": "Yunjian Wang",
        "email": "wangyunjian@huawei.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/cover.1620876356.git.wangyunjian@huawei.com/mbox/",
    "series": [
        {
            "id": 16975,
            "url": "https://patches.dpdk.org/api/series/16975/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=16975",
            "date": "2021-05-13T03:38:28",
            "name": "fixes for mlx4/mlx5",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/16975/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/93237/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 47D47A0C47;\n\tThu, 13 May 2021 05:38:48 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id B7B844067E;\n\tThu, 13 May 2021 05:38:47 +0200 (CEST)",
            "from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by mails.dpdk.org (Postfix) with ESMTP id A20A04003F\n for <dev@dpdk.org>; Thu, 13 May 2021 05:38:46 +0200 (CEST)",
            "from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.58])\n by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4Fgck05QLCzQmnf;\n Thu, 13 May 2021 11:35:20 +0800 (CST)",
            "from localhost (10.174.243.60) by DGGEMS401-HUB.china.huawei.com\n (10.3.19.201) with Microsoft SMTP Server id 14.3.498.0; Thu, 13 May 2021\n 11:38:36 +0800"
        ],
        "From": "wangyunjian <wangyunjian@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<matan@nvidia.com>, <shahafs@nvidia.com>, <viacheslavo@nvidia.com>,\n <dingxiaoxiong@huawei.com>, Yunjian Wang <wangyunjian@huawei.com>",
        "Date": "Thu, 13 May 2021 11:38:28 +0800",
        "Message-ID": "<cover.1620876356.git.wangyunjian@huawei.com>",
        "X-Mailer": "git-send-email 1.9.5.msysgit.1",
        "In-Reply-To": "<1620825499-34072-1-git-send-email-wangyunjian@huawei.com>",
        "References": "<1620825499-34072-1-git-send-email-wangyunjian@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.174.243.60]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] fixes for mlx4/mlx5",
        "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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "From: Yunjian Wang <wangyunjian@huawei.com>\n\nThis series include two fixes patches for mlx4/mlx5.\n\n---\nv2:\n   * remove redundant empty line\n\nYunjian Wang (2):\n  net/mlx4: fix mem leak when a device configured repeatedly\n  net/mlx5: fix mem leak when a device configured repeatedly\n\n drivers/net/mlx4/mlx4.c | 1 +\n drivers/net/mlx5/mlx5.c | 1 +\n 2 files changed, 2 insertions(+)"
}