Show a cover letter.

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

{
    "id": 72284,
    "url": "http://patchwork.dpdk.org/api/covers/72284/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/cover.1593228634.git.cloud.wangxiaoyun@huawei.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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.1593228634.git.cloud.wangxiaoyun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1593228634.git.cloud.wangxiaoyun@huawei.com",
    "date": "2020-06-27T03:55:43",
    "name": "[v1,0/5] fix promisc and tcam problem",
    "submitter": {
        "id": 1446,
        "url": "http://patchwork.dpdk.org/api/people/1446/?format=api",
        "name": "Wangxiaoyun (Cloud)",
        "email": "cloud.wangxiaoyun@huawei.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/cover.1593228634.git.cloud.wangxiaoyun@huawei.com/mbox/",
    "series": [
        {
            "id": 10643,
            "url": "http://patchwork.dpdk.org/api/series/10643/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=10643",
            "date": "2020-06-27T03:55:43",
            "name": "fix promisc and tcam problem",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/10643/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/72284/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 8648CA0520;\n\tSat, 27 Jun 2020 05:32:56 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id A1ECB1BE7D;\n\tSat, 27 Jun 2020 05:32:55 +0200 (CEST)",
            "from huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by dpdk.org (Postfix) with ESMTP id 5042C1BE51\n for <dev@dpdk.org>; Sat, 27 Jun 2020 05:32:53 +0200 (CEST)",
            "from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.60])\n by Forcepoint Email with ESMTP id 71AC6B57353A5A1C2515;\n Sat, 27 Jun 2020 11:32:50 +0800 (CST)",
            "from tester.localdomain (10.175.119.39) by\n DGGEMS410-HUB.china.huawei.com (10.3.19.210) with Microsoft SMTP Server id\n 14.3.487.0; Sat, 27 Jun 2020 11:32:43 +0800"
        ],
        "From": "Xiaoyun wang <cloud.wangxiaoyun@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <bluca@debian.org>, <luoxianjun@huawei.com>,\n <luoxingyu@huawei.com>, <zhouguoyang@huawei.com>, <yin.yinshi@huawei.com>,\n <david.yangxiaoliang@huawei.com>, <zhaohui8@huawei.com>,\n <zhengjingzhou@huawei.com>, Xiaoyun wang <cloud.wangxiaoyun@huawei.com>",
        "Date": "Sat, 27 Jun 2020 11:55:43 +0800",
        "Message-ID": "<cover.1593228634.git.cloud.wangxiaoyun@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 v1 0/5] fix promisc and tcam problem",
        "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 adds multi-thread resource protection when \nsetting promiscuous or allmulticast mode, adds bufout\nand out size parameter for mgmt sync channel and removes\nunused parameters for mgmt channel with no ack, adds TCAM\nfilter switch for FDIR, and modifies return errors.\n\n--\nv1:\n  - add out parameter for mgmt sync channel\n  - remove unused parameter\n  - fix setting promiscuous mode problem\n  - add tcam filter switch for FDIR\n  - modify return errors\n\nXiaoyun wang (5):\n  net/hinic/base: add out parameter for mgmt sync channel\n  net/hinic/base: remove unused parameter\n  net/hinic: fix setting promiscuous mode problem\n  net/hinic: add tcam filter switch for FDIR\n  net/hinic/base: modify return errors\n\n drivers/net/hinic/base/hinic_pmd_cfg.c    |   4 +-\n drivers/net/hinic/base/hinic_pmd_cmd.h    |   1 +\n drivers/net/hinic/base/hinic_pmd_cmdq.c   |  31 ++++--\n drivers/net/hinic/base/hinic_pmd_hwdev.c  | 147 +++++++++++++++++---------\n drivers/net/hinic/base/hinic_pmd_hwif.c   |   4 +-\n drivers/net/hinic/base/hinic_pmd_mgmt.c   |   3 +-\n drivers/net/hinic/base/hinic_pmd_mgmt.h   |   3 +-\n drivers/net/hinic/base/hinic_pmd_niccfg.c | 170 ++++++++++++++++++------------\n drivers/net/hinic/base/hinic_pmd_niccfg.h |  11 ++\n drivers/net/hinic/base/hinic_pmd_nicio.c  |  42 ++++++--\n drivers/net/hinic/hinic_pmd_ethdev.c      |  34 +++++-\n drivers/net/hinic/hinic_pmd_ethdev.h      |   1 +\n drivers/net/hinic/hinic_pmd_flow.c        |  13 +++\n 13 files changed, 316 insertions(+), 148 deletions(-)"
}