Show a cover letter.

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

{
    "id": 81694,
    "url": "http://patches.dpdk.org/api/covers/81694/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/cover.1603207676.git.wangyunjian@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": "<cover.1603207676.git.wangyunjian@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1603207676.git.wangyunjian@huawei.com",
    "date": "2020-10-21T11:18:10",
    "name": "[v5,0/3] fixes for device event",
    "submitter": {
        "id": 551,
        "url": "http://patches.dpdk.org/api/people/551/?format=api",
        "name": "Yunjian Wang",
        "email": "wangyunjian@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/cover.1603207676.git.wangyunjian@huawei.com/mbox/",
    "series": [
        {
            "id": 13175,
            "url": "http://patches.dpdk.org/api/series/13175/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=13175",
            "date": "2020-10-21T11:18:10",
            "name": "fixes for device event",
            "version": 5,
            "mbox": "http://patches.dpdk.org/series/13175/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/81694/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 1B1C8A04E1;\n\tWed, 21 Oct 2020 13:18:48 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id E797FAA19;\n\tWed, 21 Oct 2020 13:18:46 +0200 (CEST)",
            "from huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by dpdk.org (Postfix) with ESMTP id B3911AA18\n for <dev@dpdk.org>; Wed, 21 Oct 2020 13:18:45 +0200 (CEST)",
            "from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58])\n by Forcepoint Email with ESMTP id 80C59A1791D60211934D;\n Wed, 21 Oct 2020 19:18:43 +0800 (CST)",
            "from localhost (10.174.187.156) by DGGEMS402-HUB.china.huawei.com\n (10.3.19.202) with Microsoft SMTP Server id 14.3.487.0; Wed, 21 Oct 2020\n 19:18:34 +0800"
        ],
        "From": "wangyunjian <wangyunjian@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<david.marchand@redhat.com>, <jia.guo@intel.com>, <jerinj@marvell.com>,\n <jerry.lilijun@huawei.com>, <xudingke@huawei.com>, Yunjian Wang\n <wangyunjian@huawei.com>",
        "Date": "Wed, 21 Oct 2020 19:18:10 +0800",
        "Message-ID": "<cover.1603207676.git.wangyunjian@huawei.com>",
        "X-Mailer": "git-send-email 1.9.5.msysgit.1",
        "In-Reply-To": "<cover.1593768308.git.wangyunjian@huawei.com>",
        "References": "<cover.1593768308.git.wangyunjian@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.174.187.156]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev]  [PATCH v5 0/3] fixes for device event",
        "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": "From: Yunjian Wang <wangyunjian@huawei.com>\n\nThis series include three fixes patches for device event.\n\n---\nv5:\n * update patch 3/3 code styles suggested by David Marchand\n\nv4:\n * add fix a wrong returned value\n * remove redundant check suggested by David Marchand\n\nv3:\n * modified the format.\n\nYunjian Wang (3):\n  eal: fix memory leak when removing event_cb\n  eal: return error code when failure\n  eal: fix a wrong returned value when callback exists\n\n lib/librte_eal/common/eal_common_dev.c | 11 ++++++++++-\n 1 file changed, 10 insertions(+), 1 deletion(-)"
}