Show a cover letter.

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

{
    "id": 78669,
    "url": "https://patches.dpdk.org/api/covers/78669/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1600945267-38751-1-git-send-email-humin29@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": "<1600945267-38751-1-git-send-email-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1600945267-38751-1-git-send-email-humin29@huawei.com",
    "date": "2020-09-24T11:01:03",
    "name": "[V11,0/4] add FEC support",
    "submitter": {
        "id": 1944,
        "url": "https://patches.dpdk.org/api/people/1944/?format=api",
        "name": "humin (Q)",
        "email": "humin29@huawei.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1600945267-38751-1-git-send-email-humin29@huawei.com/mbox/",
    "series": [
        {
            "id": 12467,
            "url": "https://patches.dpdk.org/api/series/12467/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=12467",
            "date": "2020-09-24T11:01:03",
            "name": "add FEC support",
            "version": 11,
            "mbox": "https://patches.dpdk.org/series/12467/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/78669/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 651E7A04B1;\n\tThu, 24 Sep 2020 13:04:42 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id C5B301DDEE;\n\tThu, 24 Sep 2020 13:04:41 +0200 (CEST)",
            "from huawei.com (szxga04-in.huawei.com [45.249.212.190])\n by dpdk.org (Postfix) with ESMTP id B20D61DDC5\n for <dev@dpdk.org>; Thu, 24 Sep 2020 13:04:33 +0200 (CEST)",
            "from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.58])\n by Forcepoint Email with ESMTP id ACCEB29A1DBDDA498E61;\n Thu, 24 Sep 2020 19:04:31 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id\n 14.3.487.0; Thu, 24 Sep 2020 19:03:35 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<konstantin.ananyev@intel.com>, <thomas@monjalon.net>,\n <arybchenko@solarflare.com>, <ferruh.yigit@intel.com>, <linuxarm@huawei.com>",
        "Date": "Thu, 24 Sep 2020 19:01:03 +0800",
        "Message-ID": "<1600945267-38751-1-git-send-email-humin29@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1599534347-20430-1-git-send-email-humin29@huawei.com>",
        "References": "<1599534347-20430-1-git-send-email-humin29@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [PATCH V11 0/4] add FEC support",
        "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 series add FEC support for ethdev.\n\nMin Hu (Connor) (4):\n  ethdev: introduce FEC API\n  net/hns3: support FEC\n  app/testpmd: add FEC command\n  doc: add FEC API and PMD information\n\n app/test-pmd/cmdline.c                   | 221 +++++++++++++++++++\n app/test-pmd/config.c                    |  91 ++++++++\n app/test-pmd/testpmd.h                   |   2 +\n doc/guides/rel_notes/release_20_11.rst   |   9 +\n drivers/net/hns3/hns3_cmd.h              |  19 +-\n drivers/net/hns3/hns3_ethdev.c           | 357 +++++++++++++++++++++++++++++++\n drivers/net/hns3/hns3_ethdev.h           |   1 +\n lib/librte_ethdev/rte_ethdev.c           |  37 ++++\n lib/librte_ethdev/rte_ethdev.h           |  91 ++++++++\n lib/librte_ethdev/rte_ethdev_driver.h    |  82 +++++++\n lib/librte_ethdev/rte_ethdev_version.map |   3 +\n 11 files changed, 912 insertions(+), 1 deletion(-)"
}