Show a cover letter.

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

{
    "id": 83787,
    "url": "https://patches.dpdk.org/api/covers/83787/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1604634716-43484-1-git-send-email-oulijun@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": "<1604634716-43484-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1604634716-43484-1-git-send-email-oulijun@huawei.com",
    "date": "2020-11-06T03:51:51",
    "name": "[v2,0/5] bugfix and cleanups for hns3",
    "submitter": {
        "id": 1675,
        "url": "https://patches.dpdk.org/api/people/1675/?format=api",
        "name": "Lijun Ou",
        "email": "oulijun@huawei.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1604634716-43484-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [
        {
            "id": 13715,
            "url": "https://patches.dpdk.org/api/series/13715/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13715",
            "date": "2020-11-06T03:51:51",
            "name": "bugfix and cleanups for hns3",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/13715/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/83787/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 BB83CA0524;\n\tFri,  6 Nov 2020 04:51:38 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id DFEE529C6;\n\tFri,  6 Nov 2020 04:51:36 +0100 (CET)",
            "from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by dpdk.org (Postfix) with ESMTP id 5D500F90\n for <dev@dpdk.org>; Fri,  6 Nov 2020 04:51:35 +0100 (CET)",
            "from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60])\n by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CS5zQ5J4Zzhg3C\n for <dev@dpdk.org>; Fri,  6 Nov 2020 11:51:30 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id\n 14.3.487.0; Fri, 6 Nov 2020 11:51:26 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<ferruh.yigit@intel.com>",
        "CC": "<dev@dpdk.org>, <linuxarm@huawei.com>",
        "Date": "Fri, 6 Nov 2020 11:51:51 +0800",
        "Message-ID": "<1604634716-43484-1-git-send-email-oulijun@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1604586194-29523-1-git-send-email-oulijun@huawei.com>",
        "References": "<1604586194-29523-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/5] bugfix and cleanups for hns3",
        "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 include four coverity tool warnings fixes\nand a bug fixes.\n\nV1->V2:\n1. fix some warnings by checkpatch tool.\n\nChengchang Tang (1):\n  net/hns3: fix queue enabling status not store after FLR\n\nHongbo Zheng (3):\n  net/hns3: use correct logging format symbol\n  net/hns3: use unsigned types for bit operator\n  net/hns3: adjust some code style\n\nLijun Ou (1):\n  net/hns3: check PCI config space writes\n\n drivers/net/hns3/hns3_cmd.c           |   1 -\n drivers/net/hns3/hns3_dcb.c           |  10 +-\n drivers/net/hns3/hns3_ethdev.c        |  43 +-\n drivers/net/hns3/hns3_ethdev.h        |   1 -\n drivers/net/hns3/hns3_ethdev_vf.c     |  33 +-\n drivers/net/hns3/hns3_fdir.c          |  16 +-\n drivers/net/hns3/hns3_flow.c          |  41 +-\n drivers/net/hns3/hns3_intr.c          | 873 ++++++++++++++++++++++------------\n drivers/net/hns3/hns3_mbx.c           |  16 +-\n drivers/net/hns3/hns3_mp.c            |   2 +-\n drivers/net/hns3/hns3_rxtx.c          |  43 +-\n drivers/net/hns3/hns3_rxtx.h          |   1 +\n drivers/net/hns3/hns3_rxtx_vec_neon.h |  11 +-\n drivers/net/hns3/hns3_stats.c         |  13 +-\n 14 files changed, 706 insertions(+), 398 deletions(-)"
}