Show a cover letter.

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

{
    "id": 117176,
    "url": "http://patches.dpdk.org/api/covers/117176/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20220930072220.20753-1-liudongdong3@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": "<20220930072220.20753-1-liudongdong3@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20220930072220.20753-1-liudongdong3@huawei.com",
    "date": "2022-09-30T07:22:01",
    "name": "[00/19] some bugfixes and clean code for hns3 - part2",
    "submitter": {
        "id": 2718,
        "url": "http://patches.dpdk.org/api/people/2718/?format=api",
        "name": "Dongdong Liu",
        "email": "liudongdong3@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20220930072220.20753-1-liudongdong3@huawei.com/mbox/",
    "series": [
        {
            "id": 24928,
            "url": "http://patches.dpdk.org/api/series/24928/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=24928",
            "date": "2022-09-30T07:22:03",
            "name": "some bugfixes and clean code for hns3 - part2",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/24928/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/117176/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 32EADA034C;\n\tFri, 30 Sep 2022 09:24:09 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 8DC3D427FF;\n\tFri, 30 Sep 2022 09:24:05 +0200 (CEST)",
            "from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255])\n by mails.dpdk.org (Postfix) with ESMTP id 3563840E5A;\n Fri, 30 Sep 2022 09:24:02 +0200 (CEST)",
            "from kwepemi500017.china.huawei.com (unknown [172.30.72.54])\n by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4Mf1nn5S7cz1P6yZ;\n Fri, 30 Sep 2022 15:19:41 +0800 (CST)",
            "from localhost.localdomain (10.28.79.22) by\n kwepemi500017.china.huawei.com (7.221.188.110) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id\n 15.1.2375.31; Fri, 30 Sep 2022 15:23:59 +0800"
        ],
        "From": "Dongdong Liu <liudongdong3@huawei.com>",
        "To": "<dev@dpdk.org>, <andrew.rybchenko@oktetlabs.ru>, <ferruh.yigit@amd.com>,\n <thomas@monjalon.net>",
        "CC": "<stable@dpdk.org>, <fengchengwen@huawei.com>, <yisen.zhuang@huawei.com>,\n <liudongdong3@huawei.com>, <lihuisong@huawei.com>, <haijie1@huawei.com>",
        "Subject": "[PATCH 00/19] some bugfixes and clean code for hns3 - part2",
        "Date": "Fri, 30 Sep 2022 15:22:01 +0800",
        "Message-ID": "<20220930072220.20753-1-liudongdong3@huawei.com>",
        "X-Mailer": "git-send-email 2.22.0",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=\"UTF-8\"",
        "Content-Transfer-Encoding": "8bit",
        "X-Originating-IP": "[10.28.79.22]",
        "X-ClientProxiedBy": "dggems701-chm.china.huawei.com (10.3.19.178) To\n kwepemi500017.china.huawei.com (7.221.188.110)",
        "X-CFilter-Loop": "Reflected",
        "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"
    },
    "content": "This patchset include some bugfixes and clean code for hns3.\nThis patchset is based on the patchset [1] that have been sent out\nbefore. Depend on [1] applied first.\n\n[1]: [PATCH RESEND 00/13] some bugfixes and clean code for hns3\nhttps://patches.dpdk.org/project/dpdk/list/?series=24533\n\nChengwen Feng (5):\n  net/hns3: fix header file self contained\n  net/hns3: remove unused structure definition\n  net/hns3: do not use reserved identifier macro\n  net/hns3: revert fix mailbox communication with HW\n  net/hns3: fix VF mark wrong message processed\n\nDongdong Liu (1):\n  net/hns3: fix gcov compile warning\n\nHuisong Li (11):\n  net/hns3: fix have no valid RSS rule\n  net/hns3: fix RSS filter restore\n  net/hns3: fix the lock protection of RSS flow rule\n  net/hns3: fix RSS flow rule restore failed\n  net/hns3: move flow direction rule recovery position\n  net/hns3: fix hns3 restore filter function input\n  net/hns3: fix incorrect packet type report for GENEVE\n  net/hns3: fix fail to enable IPV4 or IPV6 packet RSS\n  net/hns3: fix some spelling errors\n  net/hns3: fix inconsistent RSS behavior\n  net/hns3: add check for L3 and L4 type\n\nJie Hai (2):\n  net/hns3: fix magic numbers\n  net/hns3: fix the obtaination of minimum Tx frame length\n\n drivers/net/hns3/hns3_cmd.h           |  34 ++-\n drivers/net/hns3/hns3_common.c        |   2 +-\n drivers/net/hns3/hns3_common.h        |   6 +-\n drivers/net/hns3/hns3_dcb.h           |  10 +-\n drivers/net/hns3/hns3_dump.h          |   6 +-\n drivers/net/hns3/hns3_ethdev.c        |  27 +--\n drivers/net/hns3/hns3_ethdev.h        |   9 +-\n drivers/net/hns3/hns3_ethdev_vf.c     |  14 +-\n drivers/net/hns3/hns3_fdir.c          |   3 +\n drivers/net/hns3/hns3_fdir.h          |  11 +-\n drivers/net/hns3/hns3_flow.c          |  86 ++++----\n drivers/net/hns3/hns3_flow.h          |  10 +-\n drivers/net/hns3/hns3_intr.c          |   2 +-\n drivers/net/hns3/hns3_intr.h          |   6 +-\n drivers/net/hns3/hns3_logs.h          |   6 +-\n drivers/net/hns3/hns3_mbx.c           |   8 +-\n drivers/net/hns3/hns3_mbx.h           |  10 +-\n drivers/net/hns3/hns3_mp.h            |   8 +-\n drivers/net/hns3/hns3_regs.h          |   9 +-\n drivers/net/hns3/hns3_rss.c           | 291 ++++++++++++++++++--------\n drivers/net/hns3/hns3_rss.h           |  15 +-\n drivers/net/hns3/hns3_rxtx.c          |   6 +-\n drivers/net/hns3/hns3_rxtx.h          |  15 +-\n drivers/net/hns3/hns3_rxtx_vec.h      |   6 +-\n drivers/net/hns3/hns3_rxtx_vec_neon.h |   6 +-\n drivers/net/hns3/hns3_stats.h         |  11 +-\n drivers/net/hns3/hns3_tm.h            |   8 +-\n 27 files changed, 390 insertions(+), 235 deletions(-)\n\n--\n2.22.0"
}