Show a cover letter.

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

{
    "id": 84942,
    "url": "http://patches.dpdk.org/api/covers/84942/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1607604523-22389-1-git-send-email-oulijun@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": "<1607604523-22389-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1607604523-22389-1-git-send-email-oulijun@huawei.com",
    "date": "2020-12-10T12:48:41",
    "name": "[V2,0/2] hns3 fixes",
    "submitter": {
        "id": 1675,
        "url": "http://patches.dpdk.org/api/people/1675/?format=api",
        "name": "Lijun Ou",
        "email": "oulijun@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1607604523-22389-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [
        {
            "id": 14238,
            "url": "http://patches.dpdk.org/api/series/14238/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=14238",
            "date": "2020-12-10T12:48:43",
            "name": "hns3 fixes",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/14238/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/84942/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 402F9A04DB;\n\tThu, 10 Dec 2020 13:48:59 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id D1A5CC952;\n\tThu, 10 Dec 2020 13:48:41 +0100 (CET)",
            "from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190])\n by dpdk.org (Postfix) with ESMTP id 04785BC8A\n for <dev@dpdk.org>; Thu, 10 Dec 2020 13:48:38 +0100 (CET)",
            "from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59])\n by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CsDGd5nFvzkntn\n for <dev@dpdk.org>; Thu, 10 Dec 2020 20:47:53 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id\n 14.3.487.0; Thu, 10 Dec 2020 20:48:34 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<ferruh.yigit@intel.com>",
        "CC": "<dev@dpdk.org>",
        "Date": "Thu, 10 Dec 2020 20:48:41 +0800",
        "Message-ID": "<1607604523-22389-1-git-send-email-oulijun@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1605871656-51819-1-git-send-email-oulijun@huawei.com>",
        "References": "<1605871656-51819-1-git-send-email-oulijun@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH V2 0/2] hns3 fixes",
        "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": "Here series are fixes for hns3 PMD driver.\n\nChange from V1:\n1. fix the comments given by Ferruh Yigit for 4/4\n\nLijun Ou (1):\n  net/hns3: adjust printing MAC addresses in log\n\nMin Hu (Connor) (1):\n  net/hns3: fix FEC state query\n\n drivers/net/hns3/hns3_ethdev.c    | 93 ++++++++++++++++++++++++---------------\n drivers/net/hns3/hns3_ethdev.h    |  4 ++\n drivers/net/hns3/hns3_ethdev_vf.c | 32 +++++++-------\n 3 files changed, 77 insertions(+), 52 deletions(-)"
}