Show a cover letter.

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

{
    "id": 82760,
    "url": "https://patches.dpdk.org/api/covers/82760/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1603975917-28576-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": "<1603975917-28576-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1603975917-28576-1-git-send-email-oulijun@huawei.com",
    "date": "2020-10-29T12:51:49",
    "name": "[v3,0/8] hns3 misc updates",
    "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/1603975917-28576-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [
        {
            "id": 13462,
            "url": "https://patches.dpdk.org/api/series/13462/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13462",
            "date": "2020-10-29T12:51:50",
            "name": "hns3 misc updates",
            "version": 3,
            "mbox": "https://patches.dpdk.org/series/13462/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/82760/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 8A336A04B5;\n\tThu, 29 Oct 2020 13:52:20 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id A1067CC33;\n\tThu, 29 Oct 2020 13:51:34 +0100 (CET)",
            "from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by dpdk.org (Postfix) with ESMTP id 07A53CB42\n for <dev@dpdk.org>; Thu, 29 Oct 2020 13:51:30 +0100 (CET)",
            "from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59])\n by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CMQL84khNzLrBr\n for <dev@dpdk.org>; Thu, 29 Oct 2020 20:51:28 +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.487.0; Thu, 29 Oct 2020 20:51:21 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<ferruh.yigit@intel.com>",
        "CC": "<dev@dpdk.org>, <linuxarm@huawei.com>",
        "Date": "Thu, 29 Oct 2020 20:51:49 +0800",
        "Message-ID": "<1603975917-28576-1-git-send-email-oulijun@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1603975751-27955-1-git-send-email-oulijun@huawei.com>",
        "References": "<1603975751-27955-1-git-send-email-oulijun@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH v3 0/8] hns3 misc updates",
        "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": "Here patch series are a API implementation and\nsome bugfixes for hns3 PMD driver.\n\nv2->v3:\n-rewrite commit for patch[7/8]\n\nv1->v3:\n-fix checkpatch warnings\n\nChengchang Tang (2):\n  net/hns3: fix packect type report in Rx\n  net/hns3: fix HW ring not clear after queue stop\n\nHongbo Zheng (2):\n  net/hns3: fix uncheck return value warning\n  net/hns3: fix value check of setting VF PCI bus function\n\nHuisong Li (2):\n  net/hns3: fix RSS max queue id allowed in multi-TC case\n  net/hns3: fix data type to release fake queue > 255\n\nLijun Ou (2):\n  net/hns3: add queue count of Rx API support\n  net/hns3: fix meson build for enabling SVE Rx/Tx\n\n drivers/net/hns3/hns3_ethdev.c    |   9 ++-\n drivers/net/hns3/hns3_ethdev.h    |   5 +-\n drivers/net/hns3/hns3_ethdev_vf.c |   3 +-\n drivers/net/hns3/hns3_flow.c      |  45 +++++-------\n drivers/net/hns3/hns3_rss.c       |  13 ++--\n drivers/net/hns3/hns3_rxtx.c      | 144 ++++++++++++++++++++++++++++++--------\n drivers/net/hns3/hns3_rxtx.h      |  14 ++--\n drivers/net/hns3/meson.build      |   3 +-\n 8 files changed, 161 insertions(+), 75 deletions(-)"
}