Show a cover letter.

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

{
    "id": 86621,
    "url": "https://patches.dpdk.org/api/covers/86621/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1610631217-14216-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": "<1610631217-14216-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1610631217-14216-1-git-send-email-oulijun@huawei.com",
    "date": "2021-01-14T13:33:29",
    "name": "[0/8] TM and some bugfixes 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/1610631217-14216-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [
        {
            "id": 14755,
            "url": "https://patches.dpdk.org/api/series/14755/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=14755",
            "date": "2021-01-14T13:33:37",
            "name": "TM and some bugfixes for hns3",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/14755/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/86621/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 BA079A0A02;\n\tThu, 14 Jan 2021 14:34:59 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id C7213141296;\n\tThu, 14 Jan 2021 14:34:07 +0100 (CET)",
            "from szxga04-in.huawei.com (szxga04-in.huawei.com [45.249.212.190])\n by mails.dpdk.org (Postfix) with ESMTP id D4B7914126C\n for <dev@dpdk.org>; Thu, 14 Jan 2021 14:33:59 +0100 (CET)",
            "from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59])\n by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4DGlcR1Rprz15t1f\n for <dev@dpdk.org>; Thu, 14 Jan 2021 21:32:55 +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.498.0; Thu, 14 Jan 2021 21:33:52 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<ferruh.yigit@intel.com>",
        "CC": "<dev@dpdk.org>",
        "Date": "Thu, 14 Jan 2021 21:33:29 +0800",
        "Message-ID": "<1610631217-14216-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] TM and some 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 TM feature support and fix some\nbugs for hns3 pmd driver. Because the TM need to\nuse rte_atomicNN_xxx for the resetting of the\nhns3_reset_data structure. Therefore it needs to\nadd a new updates patch for using C11 atomics\nbuiltins for resetting.\n\nChengchang Tang (3):\n  net/hns3: fix register length when dump registers\n  net/hns3: fix data overwriting during register dump\n  net/hns3: fix dump register out of range\n\nChengwen Feng (2):\n  net/hns3: support RTE TM get ops function\n  net/hns3: fix VF query link status in dev init\n\nHongbo Zheng (1):\n  net/hns3: use new opcode for clearing hardware resource\n\nLijun Ou (2):\n  net/hns3: use C11 atomics builtins for resetting\n  net/hns3: remove unused assignment for RSS key\n\n drivers/net/hns3/hns3_cmd.h       |    2 +-\n drivers/net/hns3/hns3_dcb.c       |  221 ++++---\n drivers/net/hns3/hns3_dcb.h       |    3 +\n drivers/net/hns3/hns3_ethdev.c    |   34 +-\n drivers/net/hns3/hns3_ethdev.h    |   16 +-\n drivers/net/hns3/hns3_ethdev_vf.c |   21 +-\n drivers/net/hns3/hns3_intr.c      |    8 +-\n drivers/net/hns3/hns3_regs.c      |   82 ++-\n drivers/net/hns3/hns3_rxtx.c      |    2 +-\n drivers/net/hns3/hns3_tm.c        | 1291 +++++++++++++++++++++++++++++++++++++\n drivers/net/hns3/hns3_tm.h        |  103 +++\n drivers/net/hns3/meson.build      |    3 +-\n 12 files changed, 1623 insertions(+), 163 deletions(-)\n create mode 100644 drivers/net/hns3/hns3_tm.c\n create mode 100644 drivers/net/hns3/hns3_tm.h"
}