Show a cover letter.

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

{
    "id": 83852,
    "url": "https://patches.dpdk.org/api/covers/83852/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1604932142-19900-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": "<1604932142-19900-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1604932142-19900-1-git-send-email-oulijun@huawei.com",
    "date": "2020-11-09T14:28:56",
    "name": "[V3,0/6] 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/1604932142-19900-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [
        {
            "id": 13748,
            "url": "https://patches.dpdk.org/api/series/13748/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13748",
            "date": "2020-11-09T14:29:00",
            "name": "bugfix and cleanups for hns3",
            "version": 3,
            "mbox": "https://patches.dpdk.org/series/13748/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/83852/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 048FBA0527;\n\tMon,  9 Nov 2020 15:29:26 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 8E60F72ED;\n\tMon,  9 Nov 2020 15:28:49 +0100 (CET)",
            "from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190])\n by dpdk.org (Postfix) with ESMTP id D27C469A4\n for <dev@dpdk.org>; Mon,  9 Nov 2020 15:28:46 +0100 (CET)",
            "from DGGEMS404-HUB.china.huawei.com (unknown [172.30.72.60])\n by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CVCz41KwjzkhXk\n for <dev@dpdk.org>; Mon,  9 Nov 2020 22:28:32 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS404-HUB.china.huawei.com (10.3.19.204) with Microsoft SMTP Server id\n 14.3.487.0; Mon, 9 Nov 2020 22:28:33 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<ferruh.yigit@intel.com>",
        "CC": "<dev@dpdk.org>, <linuxarm@huawei.com>",
        "Date": "Mon, 9 Nov 2020 22:28:56 +0800",
        "Message-ID": "<1604932142-19900-1-git-send-email-oulijun@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1604634716-43484-1-git-send-email-oulijun@huawei.com>",
        "References": "<1604634716-43484-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 V3 0/6] 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\nV2->V3:\n1. fix some checkpatch warnings for patch[3]\n2. split patch[3/6] into two independent patchse[3/6]\n   and patch[6/6] according to Ferruh Yigit's advice\n3. rewrite commit log for patch[5/5]\n4. rewrite the patch title for patch[3]\n\nV1->V2:\n1. fix some warnings by checkpatch tool.\n\nChengchang Tang (1):\n  net/hns3: fix queue enabling state 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 code style for initial struct\n\nLijun Ou (2):\n  net/hns3: check PCI config space writes\n  net/hns3: remove some unnecessary blank lines\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_vf.c     |  31 +-\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 |   8 +-\n drivers/net/hns3/hns3_stats.c         |  13 +-\n 13 files changed, 705 insertions(+), 393 deletions(-)"
}