Show a cover letter.

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

{
    "id": 102644,
    "url": "http://patches.dpdk.org/api/covers/102644/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20211022092006.60959-1-humin29@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": "<20211022092006.60959-1-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20211022092006.60959-1-humin29@huawei.com",
    "date": "2021-10-22T09:19:51",
    "name": "[00/14] refactor MAC handling for hns3 PMD",
    "submitter": {
        "id": 1944,
        "url": "http://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20211022092006.60959-1-humin29@huawei.com/mbox/",
    "series": [
        {
            "id": 19904,
            "url": "http://patches.dpdk.org/api/series/19904/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=19904",
            "date": "2021-10-22T09:19:54",
            "name": "refactor MAC handling for hns3 PMD",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/19904/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/102644/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 874DEA0C43;\n\tFri, 22 Oct 2021 11:22:31 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 49268411B1;\n\tFri, 22 Oct 2021 11:22:08 +0200 (CEST)",
            "from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187])\n by mails.dpdk.org (Postfix) with ESMTP id 5FD2141189\n for <dev@dpdk.org>; Fri, 22 Oct 2021 11:21:59 +0200 (CEST)",
            "from dggeme756-chm.china.huawei.com (unknown [172.30.72.56])\n by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4HbJds3hQrzbnKP;\n Fri, 22 Oct 2021 17:17:21 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n dggeme756-chm.china.huawei.com (10.3.19.102) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id\n 15.1.2308.15; Fri, 22 Oct 2021 17:21:56 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <thomas@monjalon.net>",
        "Date": "Fri, 22 Oct 2021 17:19:51 +0800",
        "Message-ID": "<20211022092006.60959-1-humin29@huawei.com>",
        "X-Mailer": "git-send-email 2.33.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-ClientProxiedBy": "dggems706-chm.china.huawei.com (10.3.19.183) To\n dggeme756-chm.china.huawei.com (10.3.19.102)",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH 00/14] refactor MAC handling for hns3 PMD",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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 patchset refactor MAC handling for hns3 PMD, including\nunicast, multicast and operation for MAC address.\n\nHuisong Li (14):\n  net/hns3: rename adding multicast address function in PF\n  net/hns3: rename adding unicast address function in PF\n  net/hns3: rename removing multicast address function in PF\n  net/hns3: extract a common interface to check duplicates\n  net/hns3: remove redundant adding multicast MAC interface\n  net/hns3: rename removing unicast address function in PF\n  net/hns3: remove redundant multicast operation interface\n  net/hns3: add hns3 HW ops structure to operate hardware\n  net/hns3: use APIs in hns3 HW ops to config MAC features\n  net/hns3: uniform to config all MAC and MC address\n  net/hns3: uniform adding and removing MAC address API\n  net/hns3: uniform common function to check multicast\n  net/hns3: refactor hns3 set MC MAC addr list API for PF\n  net/hns3: replace set MC MAC addr list API in VF\n\n drivers/net/hns3/hns3_ethdev.c    | 271 +++++++++------------------\n drivers/net/hns3/hns3_ethdev.h    |  21 +++\n drivers/net/hns3/hns3_ethdev_vf.c | 296 ++----------------------------\n 3 files changed, 127 insertions(+), 461 deletions(-)"
}