Show a cover letter.

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

{
    "id": 63111,
    "url": "http://patches.dpdk.org/api/covers/63111/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/cover.1574165403.git.cloud.wangxiaoyun@huawei.com/",
    "project": {
        "id": 1,
        "url": "http://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.1574165403.git.cloud.wangxiaoyun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1574165403.git.cloud.wangxiaoyun@huawei.com",
    "date": "2019-11-19T12:31:33",
    "name": "[v6,0/1] Fix secondary process issue",
    "submitter": {
        "id": 1446,
        "url": "http://patches.dpdk.org/api/people/1446/?format=api",
        "name": "Wangxiaoyun (Cloud)",
        "email": "cloud.wangxiaoyun@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/cover.1574165403.git.cloud.wangxiaoyun@huawei.com/mbox/",
    "series": [
        {
            "id": 7520,
            "url": "http://patches.dpdk.org/api/series/7520/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=7520",
            "date": "2019-11-19T12:31:33",
            "name": "Fix secondary process issue",
            "version": 6,
            "mbox": "http://patches.dpdk.org/series/7520/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/63111/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 2D079A04B4;\n\tTue, 19 Nov 2019 13:14:36 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 0674EA69;\n\tTue, 19 Nov 2019 13:14:36 +0100 (CET)",
            "from huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by dpdk.org (Postfix) with ESMTP id 2AAB3271\n for <dev@dpdk.org>; Tue, 19 Nov 2019 13:14:35 +0100 (CET)",
            "from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59])\n by Forcepoint Email with ESMTP id A6A5FCF69EECA248F95A\n for <dev@dpdk.org>; Tue, 19 Nov 2019 20:14:33 +0800 (CST)",
            "from tester.localdomain (10.175.119.39) by\n DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id\n 14.3.439.0; Tue, 19 Nov 2019 20:14:26 +0800"
        ],
        "From": "Xiaoyun wang <cloud.wangxiaoyun@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <shahar.belkar@huawei.com>,\n <luoxianjun@huawei.com>, <xuanziyang2@huawei.com>, <zhouguoyang@huawei.com>,\n <wulike1@huawei.com>, <tanya.brokhman@huawei.com>, Xiaoyun wang\n <cloud.wangxiaoyun@huawei.com>",
        "Date": "Tue, 19 Nov 2019 20:31:33 +0800",
        "Message-ID": "<cover.1574165403.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 v6 0/1] Fix secondary process issue",
        "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 removes rte_intr_callback_register from \nsecondary process branch.\n\n--\nV5->V6:\n  - Fix secondary process issue\n  \nV4->V5:\n  - Fix code style check issue\n  - Fix l2_len calculate errs for TSO\n  - Replace mbuf alloc function with initialized\n\nV3->v4:\n  - Fix receive performance code review comments\n  - Fix 32-bit build errs for mbox logs\n  - Modify skb description as mbuf\n \nV2->v3:\n  - Split hinic.ini and hinic.rst to related feature patches\n  - Add min_mtu & max_mtu initialization for hinic_dev_infos_get\n  - Fix fdir config patch with net/hinic/base\n  - Split link patch into link and fw version getting 2 patches\n  - Update pmd doc files to new next version \n  - Add comments for cover letter patch\n  - Add rxq & txq info getting interfaces\n  - Fix load intrinsics for receiving packets\n  \nv1->v2:\n  - Fix RSS bugs for vxlan packets inner type\n  - Add comments for new added func interface\n  - Fix code review comments from patch v1\n  - Fix code style problems\n  - Remove ceq interfaces and definitions that not used\n  - Fix aeq init bugs, firstly alloc aeq resource, then set aeq ctrl len\n  - Fix bar map bugs for VF Page size larger than PF\n  - Modify link state set, add enable or disable fiber in tx direction \n  - Fix mbox and mgmt channel sync lock mechanism to reduce CPU usage\n  - Fix FDIR bugs for VRRP packets\n  - Fit ABI changes from dpdk lib\n\nv1:\n  - Support SR-IOV function\n  - Support FLOW API for packet filter\n  - Support allmulticast mode\n  - Support MTU set\n  - Support unicast and multicast MAC set\n  - Support setting link down and up\n  - Support get firmware version\n  - Support inner L3 checksum offload\n  - Support LRO offload\n  - Add hinic PMD doc files\n\nXiaoyun wang (1):\n  net/hinic: fix secondary process issue\n\n drivers/net/hinic/hinic_pmd_ethdev.c | 10 +++-------\n 1 file changed, 3 insertions(+), 7 deletions(-)"
}