Show a cover letter.

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

{
    "id": 84402,
    "url": "https://patches.dpdk.org/api/covers/84402/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/cover.1605842700.git.zhouguoyang@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.1605842700.git.zhouguoyang@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1605842700.git.zhouguoyang@huawei.com",
    "date": "2020-11-20T03:40:39",
    "name": "[v1,0/1] fix the problem of hugepage memory leaks",
    "submitter": {
        "id": 2039,
        "url": "https://patches.dpdk.org/api/people/2039/?format=api",
        "name": "Guoyang Zhou",
        "email": "zhouguoyang@huawei.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/cover.1605842700.git.zhouguoyang@huawei.com/mbox/",
    "series": [
        {
            "id": 13993,
            "url": "https://patches.dpdk.org/api/series/13993/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13993",
            "date": "2020-11-20T03:40:39",
            "name": "fix the problem of hugepage memory leaks",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/13993/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/84402/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 8A643A04DD;\n\tFri, 20 Nov 2020 04:36:50 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 1A1E7F90;\n\tFri, 20 Nov 2020 04:36:48 +0100 (CET)",
            "from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by dpdk.org (Postfix) with ESMTP id 4AB96DED\n for <dev@dpdk.org>; Fri, 20 Nov 2020 04:36:46 +0100 (CET)",
            "from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59])\n by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4Cchzg5DRtzhXs0;\n Fri, 20 Nov 2020 11:36:31 +0800 (CST)",
            "from tester.localdomain (10.175.119.39) by\n DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id\n 14.3.487.0; Fri, 20 Nov 2020 11:36:35 +0800"
        ],
        "From": "Guoyang Zhou <zhouguoyang@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <bluca@debian.org>,\n <cloud.wangxiaoyun@huawei.com>, <luoxianjun@huawei.com>,\n <yin.yinshi@huawei.com>, <luojiachen@huawei.com>, <zhouguoyang@huawei.com>,\n <chenlizhong@huawei.com>, <zhaohui8@huawei.com>, <chenchanghu@huawei.com>",
        "Date": "Fri, 20 Nov 2020 11:40:39 +0800",
        "Message-ID": "<cover.1605842700.git.zhouguoyang@huawei.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.175.119.39]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH v1 0/1] fix the problem of hugepage memory leaks",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.15",
        "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": "The nic_io memory sets to NULL before free it, this is wrong, and\nthe freeing of some private port resources should be moved from the\n\".remove(device)\" function to the \".dev_close(port)\" function.\n\n--\nv1:\n  - fix the problem of hugepage memory leaks\n\nGuoyang Zhou (1):\n  net/hinic: fix the problem of hugepage memory leaks\n\n drivers/net/hinic/base/hinic_pmd_nicio.c |  1 -\n drivers/net/hinic/hinic_pmd_ethdev.c     | 17 ++++++++---------\n 2 files changed, 8 insertions(+), 10 deletions(-)"
}