Show a cover letter.

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

{
    "id": 57842,
    "url": "http://patches.dpdk.org/api/covers/57842/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1566568031-45991-1-git-send-email-xavier.huwei@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": "<1566568031-45991-1-git-send-email-xavier.huwei@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1566568031-45991-1-git-send-email-xavier.huwei@huawei.com",
    "date": "2019-08-23T13:46:49",
    "name": "[00/22] add hns3 ethernet PMD driver",
    "submitter": {
        "id": 1405,
        "url": "http://patches.dpdk.org/api/people/1405/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "xavier.huwei@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1566568031-45991-1-git-send-email-xavier.huwei@huawei.com/mbox/",
    "series": [
        {
            "id": 6114,
            "url": "http://patches.dpdk.org/api/series/6114/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=6114",
            "date": "2019-08-23T13:46:49",
            "name": "add hns3 ethernet PMD driver",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/6114/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/57842/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id B982C1BFBC;\n\tFri, 23 Aug 2019 15:49:34 +0200 (CEST)",
            "from huawei.com (szxga07-in.huawei.com [45.249.212.35])\n\tby dpdk.org (Postfix) with ESMTP id 2EF501BFBC\n\tfor <dev@dpdk.org>; Fri, 23 Aug 2019 15:49:33 +0200 (CEST)",
            "from DGGEMS406-HUB.china.huawei.com (unknown [172.30.72.58])\n\tby Forcepoint Email with ESMTP id A614D49781CB9DE4B10C;\n\tFri, 23 Aug 2019 21:49:31 +0800 (CST)",
            "from localhost.localdomain (10.67.212.132) by\n\tDGGEMS406-HUB.china.huawei.com (10.3.19.206) with Microsoft SMTP\n\tServer id 14.3.439.0; Fri, 23 Aug 2019 21:49:24 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <xavier.huwei@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<linuxarm@huawei.com>, <xavier_huwei@163.com>, <liudongdong3@huawei.com>,\n\t<forest.zhouchang@huawei.com>",
        "Date": "Fri, 23 Aug 2019 21:46:49 +0800",
        "Message-ID": "<1566568031-45991-1-git-send-email-xavier.huwei@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.67.212.132]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH 00/22] add hns3 ethernet PMD driver",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "The Hisilicon Network Subsystem is a long term evolution IP which is\nsupposed to be used in Hisilicon ICT SoCs such as Kunpeng 920.\n\nThis series add DPDK rte_ethdev poll mode driver for hns3(Hisilicon\nNetwork Subsystem 3) network engine.\n\nWei Hu (Xavier) (22):\n  net/hns3: add hardware registers definition\n  net/hns3: add some definitions for data structure and macro\n  net/hns3: register hns3 PMD driver\n  net/hns3: add support for cmd of hns3 PMD driver\n  net/hns3: add the initialization of hns3 PMD driver\n  net/hns3: add support for MAC address related operations\n  net/hns3: add support for some misc operations\n  net/hns3: add support for link update operation\n  net/hns3: add support for flow directory of hns3 PMD driver\n  net/hns3: add support for RSS of hns3 PMD driver\n  net/hns3: add support for flow control of hns3 PMD driver\n  net/hns3: add support for VLAN of hns3 PMD driver\n  net/hns3: add support for mailbox of hns3 PMD driver\n  net/hns3: add support for hns3 VF PMD driver\n  net/hns3: add package and queue related operation\n  net/hns3: add start stop configure promiscuous ops\n  net/hns3: add dump register ops for hns3 PMD driver\n  net/hns3: add abnormal interrupt process for hns3 PMD driver\n  net/hns3: add stats related ops for hns3 PMD driver\n  net/hns3: add reset related process for hns3 PMD driver\n  net/hns3: add multiple process support for hns3 PMD driver\n  net/hns3: add hns3 build files\n\n MAINTAINERS                                  |    7 +\n config/common_armv8a_linux                   |    5 +\n config/common_base                           |    5 +\n config/defconfig_arm64-armv8a-linuxapp-clang |    2 +\n doc/guides/nics/features/hns3.ini            |   38 +\n doc/guides/nics/hns3.rst                     |   55 +\n drivers/net/Makefile                         |    1 +\n drivers/net/hns3/Makefile                    |   43 +\n drivers/net/hns3/hns3_cmd.c                  |  559 +++\n drivers/net/hns3/hns3_cmd.h                  |  752 ++++\n drivers/net/hns3/hns3_dcb.c                  | 1650 +++++++++\n drivers/net/hns3/hns3_dcb.h                  |  166 +\n drivers/net/hns3/hns3_ethdev.c               | 4961 ++++++++++++++++++++++++++\n drivers/net/hns3/hns3_ethdev.h               |  637 ++++\n drivers/net/hns3/hns3_ethdev_vf.c            | 1739 +++++++++\n drivers/net/hns3/hns3_fdir.c                 | 1065 ++++++\n drivers/net/hns3/hns3_fdir.h                 |  203 ++\n drivers/net/hns3/hns3_flow.c                 | 1878 ++++++++++\n drivers/net/hns3/hns3_intr.c                 | 1168 ++++++\n drivers/net/hns3/hns3_intr.h                 |   79 +\n drivers/net/hns3/hns3_logs.h                 |   34 +\n drivers/net/hns3/hns3_mbx.c                  |  363 ++\n drivers/net/hns3/hns3_mbx.h                  |  136 +\n drivers/net/hns3/hns3_mp.c                   |  219 ++\n drivers/net/hns3/hns3_mp.h                   |   14 +\n drivers/net/hns3/hns3_regs.c                 |  378 ++\n drivers/net/hns3/hns3_regs.h                 |   99 +\n drivers/net/hns3/hns3_rss.c                  | 1388 +++++++\n drivers/net/hns3/hns3_rss.h                  |  139 +\n drivers/net/hns3/hns3_rxtx.c                 | 1344 +++++++\n drivers/net/hns3/hns3_rxtx.h                 |  287 ++\n drivers/net/hns3/hns3_stats.c                |  847 +++++\n drivers/net/hns3/hns3_stats.h                |  146 +\n drivers/net/hns3/meson.build                 |   19 +\n drivers/net/hns3/rte_pmd_hns3_version.map    |    3 +\n drivers/net/meson.build                      |    1 +\n mk/rte.app.mk                                |    1 +\n 37 files changed, 20431 insertions(+)\n create mode 100644 doc/guides/nics/features/hns3.ini\n create mode 100644 doc/guides/nics/hns3.rst\n create mode 100644 drivers/net/hns3/Makefile\n create mode 100644 drivers/net/hns3/hns3_cmd.c\n create mode 100644 drivers/net/hns3/hns3_cmd.h\n create mode 100644 drivers/net/hns3/hns3_dcb.c\n create mode 100644 drivers/net/hns3/hns3_dcb.h\n create mode 100644 drivers/net/hns3/hns3_ethdev.c\n create mode 100644 drivers/net/hns3/hns3_ethdev.h\n create mode 100644 drivers/net/hns3/hns3_ethdev_vf.c\n create mode 100644 drivers/net/hns3/hns3_fdir.c\n create mode 100644 drivers/net/hns3/hns3_fdir.h\n create mode 100644 drivers/net/hns3/hns3_flow.c\n create mode 100644 drivers/net/hns3/hns3_intr.c\n create mode 100644 drivers/net/hns3/hns3_intr.h\n create mode 100644 drivers/net/hns3/hns3_logs.h\n create mode 100644 drivers/net/hns3/hns3_mbx.c\n create mode 100644 drivers/net/hns3/hns3_mbx.h\n create mode 100644 drivers/net/hns3/hns3_mp.c\n create mode 100644 drivers/net/hns3/hns3_mp.h\n create mode 100644 drivers/net/hns3/hns3_regs.c\n create mode 100644 drivers/net/hns3/hns3_regs.h\n create mode 100644 drivers/net/hns3/hns3_rss.c\n create mode 100644 drivers/net/hns3/hns3_rss.h\n create mode 100644 drivers/net/hns3/hns3_rxtx.c\n create mode 100644 drivers/net/hns3/hns3_rxtx.h\n create mode 100644 drivers/net/hns3/hns3_stats.c\n create mode 100644 drivers/net/hns3/hns3_stats.h\n create mode 100644 drivers/net/hns3/meson.build\n create mode 100644 drivers/net/hns3/rte_pmd_hns3_version.map"
}