Show a cover letter.

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

{
    "id": 83412,
    "url": "https://patches.dpdk.org/api/covers/83412/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1604327899-60126-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": "<1604327899-60126-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1604327899-60126-1-git-send-email-oulijun@huawei.com",
    "date": "2020-11-02T14:38:11",
    "name": "[0/8] misc fixes 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/1604327899-60126-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [
        {
            "id": 13574,
            "url": "https://patches.dpdk.org/api/series/13574/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13574",
            "date": "2020-11-02T14:38:11",
            "name": "misc fixes for hns3",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/13574/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/83412/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 C52B0A04E7;\n\tMon,  2 Nov 2020 15:37:58 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 347C1C8DE;\n\tMon,  2 Nov 2020 15:37:57 +0100 (CET)",
            "from szxga06-in.huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by dpdk.org (Postfix) with ESMTP id 143DDC8D6\n for <dev@dpdk.org>; Mon,  2 Nov 2020 15:37:55 +0100 (CET)",
            "from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.60])\n by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4CPwW516TYzhfm4\n for <dev@dpdk.org>; Mon,  2 Nov 2020 22:37:53 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id\n 14.3.487.0; Mon, 2 Nov 2020 22:37:45 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<ferruh.yigit@intel.com>",
        "CC": "<dev@dpdk.org>, <linuxarm@huawei.com>",
        "Date": "Mon, 2 Nov 2020 22:38:11 +0800",
        "Message-ID": "<1604327899-60126-1-git-send-email-oulijun@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH 0/8] misc fixes 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": "This patch series includes three Tx checksum\nbugs and two static check warnings fixes.\nThe remaining includes two features fixes. \n\nChengchang Tang (4):\n  net/hns3: add limit promisc mode to VF\n  net/hns3: fix Tx cksum outer header prepare\n  net/hns3: fix Tx checksum with fix header length\n  net/hns3: add VXLAN-GPE packets TSO and checksum support\n\nHongbo Zheng (2):\n  net/hns3: fix visit unsupported QL register error\n  net/hns3: fix some static check errors by coverity\n\nHuisong Li (1):\n  net/hns3: fix configurations of port-level scheduling rate\n\nLijun Ou (1):\n  net/hns3: adjust some header files location\n\n drivers/net/hns3/hns3_cmd.c           |  15 --\n drivers/net/hns3/hns3_cmd.h           |   2 +\n drivers/net/hns3/hns3_dcb.c           |  19 +-\n drivers/net/hns3/hns3_dcb.h           |   5 +\n drivers/net/hns3/hns3_ethdev.c        |  71 +++----\n drivers/net/hns3/hns3_ethdev.h        |  50 +++--\n drivers/net/hns3/hns3_ethdev_vf.c     |  51 ++---\n drivers/net/hns3/hns3_fdir.c          |  17 +-\n drivers/net/hns3/hns3_flow.c          |   6 +-\n drivers/net/hns3/hns3_intr.c          |   4 -\n drivers/net/hns3/hns3_intr.h          |   4 +\n drivers/net/hns3/hns3_mbx.c           |  30 +--\n drivers/net/hns3/hns3_mp.c            |   4 +-\n drivers/net/hns3/hns3_regs.c          |  16 --\n drivers/net/hns3/hns3_rss.c           |   3 -\n drivers/net/hns3/hns3_rxtx.c          | 386 ++++++++++++++++------------------\n drivers/net/hns3/hns3_rxtx.h          |  11 +-\n drivers/net/hns3/hns3_rxtx_vec_neon.h |  11 +-\n drivers/net/hns3/hns3_stats.c         |  16 +-\n 19 files changed, 315 insertions(+), 406 deletions(-)"
}