Show a cover letter.

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

{
    "id": 83664,
    "url": "https://patches.dpdk.org/api/covers/83664/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/cover.1604454739.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.1604454739.git.zhouguoyang@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1604454739.git.zhouguoyang@huawei.com",
    "date": "2020-11-04T02:03:18",
    "name": "[v1,0/2] support two or more aeqs for chip",
    "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.1604454739.git.zhouguoyang@huawei.com/mbox/",
    "series": [
        {
            "id": 13654,
            "url": "https://patches.dpdk.org/api/series/13654/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=13654",
            "date": "2020-11-04T02:03:18",
            "name": "support two or more aeqs for chip",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/13654/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/83664/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 3DBC4A04E7;\n\tWed,  4 Nov 2020 09:30:01 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 70001C824;\n\tWed,  4 Nov 2020 09:29:58 +0100 (CET)",
            "from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by dpdk.org (Postfix) with ESMTP id B247EBE48\n for <dev@dpdk.org>; Wed,  4 Nov 2020 02:59:45 +0100 (CET)",
            "from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58])\n by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CQqbH0tvLzLspF;\n Wed,  4 Nov 2020 09:59:39 +0800 (CST)",
            "from tester.localdomain (10.175.119.39) by\n DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id\n 14.3.487.0; Wed, 4 Nov 2020 09:59:36 +0800"
        ],
        "From": "Guoyang Zhou <zhouguoyang@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <bluca@debian.org>,\n <cloud.wangxiaoyun@huawei.com>, <yin.yinshi@huawei.com>,\n <luoxianjun@huawei.com>, <luojiachen@huawei.com>, <zhouguoyang@huawei.com>,\n <zhaohui8@huawei.com>",
        "Date": "Wed, 4 Nov 2020 10:03:18 +0800",
        "Message-ID": "<cover.1604454739.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",
        "X-Mailman-Approved-At": "Wed, 04 Nov 2020 09:29:57 +0100",
        "Subject": "[dpdk-dev] [PATCH v1 0/2] support two or more aeqs for chip",
        "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": "This patch fixes can support two or more aeqs from chip \nconfig file and also support four aeqs before, and fix log\ninfo for pf command channel when something is error.\n\n--\nv1:\n  - support two or more aeqs for chip\n  - fix log info for pf command channel when something is error\n\nGuoyang Zhou (2):\n  net/hinic/base: support two or more aeqs for chip\n  net/hinic/base: fix log info for PF command channel\n\n drivers/net/hinic/base/hinic_pmd_eqs.c  |  8 ++---\n drivers/net/hinic/base/hinic_pmd_eqs.h  |  4 +++\n drivers/net/hinic/base/hinic_pmd_mbox.c | 60 ++++++++++++++++++++++++++++-----\n drivers/net/hinic/base/hinic_pmd_mbox.h |  5 +--\n drivers/net/hinic/base/hinic_pmd_mgmt.c |  4 ++-\n 5 files changed, 63 insertions(+), 18 deletions(-)"
}