Show a cover letter.

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

{
    "id": 70220,
    "url": "https://patches.dpdk.org/api/covers/70220/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/cover.1589442278.git.cloud.wangxiaoyun@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.1589442278.git.cloud.wangxiaoyun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/cover.1589442278.git.cloud.wangxiaoyun@huawei.com",
    "date": "2020-05-14T09:29:15",
    "name": "[v1,0/4] fixes for queue resource free and code style",
    "submitter": {
        "id": 1446,
        "url": "https://patches.dpdk.org/api/people/1446/?format=api",
        "name": "Wangxiaoyun (Cloud)",
        "email": "cloud.wangxiaoyun@huawei.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/cover.1589442278.git.cloud.wangxiaoyun@huawei.com/mbox/",
    "series": [
        {
            "id": 10058,
            "url": "https://patches.dpdk.org/api/series/10058/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=10058",
            "date": "2020-05-14T09:29:15",
            "name": "fixes for queue resource free and code style",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/10058/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/70220/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 1DDBFA00C3;\n\tThu, 14 May 2020 11:05:54 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 4B0EB1D6E9;\n\tThu, 14 May 2020 11:05:53 +0200 (CEST)",
            "from huawei.com (szxga07-in.huawei.com [45.249.212.35])\n by dpdk.org (Postfix) with ESMTP id C2B8C1D6E5\n for <dev@dpdk.org>; Thu, 14 May 2020 11:05:51 +0200 (CEST)",
            "from DGGEMS410-HUB.china.huawei.com (unknown [172.30.72.59])\n by Forcepoint Email with ESMTP id DD9C8A4843458D5A72D3;\n Thu, 14 May 2020 17:05:49 +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; Thu, 14 May 2020 17:05:39 +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>, <shahar.belkar@huawei.com>,\n <yin.yinshi@huawei.com>, <david.yangxiaoliang@huawei.com>,\n <zhaohui8@huawei.com>, <zhengjingzhou@huawei.com>, Xiaoyun wang\n <cloud.wangxiaoyun@huawei.com>",
        "Date": "Thu, 14 May 2020 17:29:15 +0800",
        "Message-ID": "<cover.1589442278.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/4] fixes for queue resource free and code\n\tstyle",
        "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 tx_queues and rx_queues non-null judgment before \nfree tx or rx resources, because some app may set tx_queues or \nrx_queues to be null before call free resource interfaces, which \nmay cause a segfault, adds pkt_len member update for dst_mbuf\nwhen copy a mbuf to a new dst_mbuf, code style format rectification,\nand adjusts the legality judgment order of RSS RETA table.\n\n--\nv1:\n  - the queues resource free problem fixes\n  - the pkt len updates of mbuf fixes\n  - code style modification\n  - optimize RSS RETA table updates\n\nXiaoyun wang (4):\n  net/hinic: the queues resource free problem fixes\n  net/hinic: the pkt len updates of mbuf fixes\n  net/hinic: code style modification\n  net/hinic: optimize RSS RETA table updates\n\n drivers/net/hinic/base/hinic_pmd_cmdq.h  |  2 +-\n drivers/net/hinic/base/hinic_pmd_hwif.c  |  2 +-\n drivers/net/hinic/base/hinic_pmd_nicio.c |  1 -\n drivers/net/hinic/hinic_pmd_ethdev.c     | 44 +++++++++++++++-----------------\n drivers/net/hinic/hinic_pmd_ethdev.h     | 12 +++++----\n drivers/net/hinic/hinic_pmd_rx.c         |  3 ++-\n drivers/net/hinic/hinic_pmd_tx.c         |  5 +++-\n 7 files changed, 36 insertions(+), 33 deletions(-)"
}