Show a cover letter.

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

{
    "id": 88114,
    "url": "http://patches.dpdk.org/api/covers/88114/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1614130139-42926-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": "<1614130139-42926-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1614130139-42926-1-git-send-email-oulijun@huawei.com",
    "date": "2021-02-24T01:28:46",
    "name": "[00/13] Features and bugfixes for hns3",
    "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/1614130139-42926-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [
        {
            "id": 15352,
            "url": "http://patches.dpdk.org/api/series/15352/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=15352",
            "date": "2021-02-24T01:28:57",
            "name": "Features and bugfixes for hns3",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/15352/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/88114/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 898B7A034F;\n\tWed, 24 Feb 2021 02:28:46 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 0903D160729;\n\tWed, 24 Feb 2021 02:28:27 +0100 (CET)",
            "from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190])\n by mails.dpdk.org (Postfix) with ESMTP id 6EC8D160714\n for <dev@dpdk.org>; Wed, 24 Feb 2021 02:28:21 +0100 (CET)",
            "from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.58])\n by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4DldYc382Sz16C0S;\n Wed, 24 Feb 2021 09:26:44 +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.498.0; Wed, 24 Feb 2021 09:28:14 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<ferruh.yigit@intel.com>",
        "CC": "<dev@dpdk.org>, <linuxarm@openeuler.org>",
        "Date": "Wed, 24 Feb 2021 09:28:46 +0800",
        "Message-ID": "<1614130139-42926-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 00/13] Features and bugfixes for hns3",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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 series add three features according to the\n21.05 roadmap as well as fix some bugs.\n\nChengchang Tang (4):\n  net/hns3: support module EEPROM dump\n  net/hns3: add more registers to dump\n  net/hns3: fix maximum frame size update after buffer alloc\n  net/hns3: fix imprecise statistics\n\nChengwen Feng (2):\n  net/hns3: implement cleanup for Tx done\n  net/hns3: support RXD advanced layout\n\nHongbo Zheng (1):\n  net/hns3: add process for MAC interrupt\n\nHuisong Li (4):\n  net/hns3: encapsulate a port shaping interface\n  net/hns3: support PF on electrical net device\n  net/hns3: remove unused parameter from func declaration\n  net/hns3: fix memory leakage for mbuf\n\nMin Hu (Connor) (2):\n  net/hns3: add Rx and Tx bytes stats\n  net/hns3: add imissed packet stats\n\n doc/guides/nics/features/hns3.ini      |   1 +\n doc/guides/nics/features/hns3_vf.ini   |   1 +\n doc/guides/rel_notes/release_21_05.rst |   5 +\n drivers/net/hns3/hns3_cmd.c            |   8 +-\n drivers/net/hns3/hns3_cmd.h            |  81 +++++++\n drivers/net/hns3/hns3_dcb.c            |  22 +-\n drivers/net/hns3/hns3_dcb.h            |   2 +-\n drivers/net/hns3/hns3_ethdev.c         | 420 +++++++++++++++++++++++++++++----\n drivers/net/hns3/hns3_ethdev.h         |  22 ++\n drivers/net/hns3/hns3_ethdev_vf.c      |  46 ++--\n drivers/net/hns3/hns3_intr.c           |  20 ++\n drivers/net/hns3/hns3_intr.h           |   4 +\n drivers/net/hns3/hns3_regs.c           | 171 +++++++++++++-\n drivers/net/hns3/hns3_regs.h           |   1 +\n drivers/net/hns3/hns3_rxtx.c           | 283 ++++++++++++++++++++++\n drivers/net/hns3/hns3_rxtx.h           |  12 +\n drivers/net/hns3/hns3_rxtx_vec_neon.h  |  15 ++\n drivers/net/hns3/hns3_rxtx_vec_sve.c   |  11 +\n drivers/net/hns3/hns3_stats.c          | 293 +++++++++++++----------\n drivers/net/hns3/hns3_stats.h          |  12 +-\n 20 files changed, 1232 insertions(+), 198 deletions(-)"
}