Show a cover letter.

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

{
    "id": 84487,
    "url": "https://patches.dpdk.org/api/covers/84487/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/cover.1606199729.git.zhouguoyang@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": "<cover.1606199729.git.zhouguoyang@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1606199729.git.zhouguoyang@huawei.com",
    "date": "2020-11-24T06:45:32",
    "name": "[v2,0/2] remove some limitations and operations",
    "submitter": {
        "id": 2039,
        "url": "https://patches.dpdk.org/api/people/2039/?format=api",
        "name": "Guoyang Zhou",
        "email": "zhouguoyang@huawei.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/cover.1606199729.git.zhouguoyang@huawei.com/mbox/",
    "series": [
        {
            "id": 14053,
            "url": "https://patches.dpdk.org/api/series/14053/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=14053",
            "date": "2020-11-24T06:45:32",
            "name": "remove some limitations and operations",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/14053/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/84487/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 80FCDA04B1;\n\tTue, 24 Nov 2020 07:41:52 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id E96D7C912;\n\tTue, 24 Nov 2020 07:41:50 +0100 (CET)",
            "from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by dpdk.org (Postfix) with ESMTP id 9F3BEC90E\n for <dev@dpdk.org>; Tue, 24 Nov 2020 07:41:49 +0100 (CET)",
            "from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.58])\n by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CgDv859nRzhf2L;\n Tue, 24 Nov 2020 14:41:24 +0800 (CST)",
            "from tester.localdomain (10.175.119.39) by\n DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id\n 14.3.487.0; Tue, 24 Nov 2020 14:41:33 +0800"
        ],
        "From": "Guoyang Zhou <zhouguoyang@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <bluca@debian.org>,\n <cloud.wangxiaoyun@huawei.com>, <luoxianjun@huawei.com>,\n <yin.yinshi@huawei.com>, <luojiachen@huawei.com>, <zhouguoyang@huawei.com>,\n <chenlizhong@huawei.com>, <zhaohui8@huawei.com>, <chenchanghu@huawei.com>",
        "Date": "Tue, 24 Nov 2020 14:45:32 +0800",
        "Message-ID": "<cover.1606199729.git.zhouguoyang@huawei.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.175.119.39]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] remove some limitations and operations",
        "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": "The maximum number of queues on the chip can be any value greater\nthan 0, it does not have to be the power of two, if it does not be\nfixed, dpdk initialization may be failed with OVS mode firmware\nand remove the operation of optical modules in the link function, because\nwhen device binds from dpdk to kernel, it will be linked failed.\n\n--\nv1->v2:\n  - add some necessary comments for patches\n  - correct fixed patch id\n\nv1:\n  - remove the limitation for max queue num\n  - remove the operation of optical modules in the link function\n\nGuoyang Zhou (2):\n  net/hinic/base: remove the limitation for max queue num\n  net/hinic: remove the operation of optical modules\n\n drivers/net/hinic/base/hinic_pmd_niccfg.c | 38 -------------------------------\n drivers/net/hinic/base/hinic_pmd_niccfg.h |  2 --\n drivers/net/hinic/base/hinic_pmd_nicio.c  |  5 ----\n drivers/net/hinic/hinic_pmd_ethdev.c      | 14 ------------\n 4 files changed, 59 deletions(-)"
}