Show a cover letter.

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

{
    "id": 75921,
    "url": "http://patches.dpdk.org/api/covers/75921/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200825115305.58490-1-huwei013@chinasoftinc.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": "<20200825115305.58490-1-huwei013@chinasoftinc.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200825115305.58490-1-huwei013@chinasoftinc.com",
    "date": "2020-08-25T11:52:54",
    "name": "[00/11] updates for hns3 PMD driver",
    "submitter": {
        "id": 1537,
        "url": "http://patches.dpdk.org/api/people/1537/?format=api",
        "name": "Wei Hu (Xavier)",
        "email": "huwei013@chinasoftinc.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200825115305.58490-1-huwei013@chinasoftinc.com/mbox/",
    "series": [
        {
            "id": 11778,
            "url": "http://patches.dpdk.org/api/series/11778/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11778",
            "date": "2020-08-25T11:52:54",
            "name": "updates for hns3 PMD driver",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/11778/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/75921/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 7B640A04B1;\n\tTue, 25 Aug 2020 13:53:28 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 519F91C195;\n\tTue, 25 Aug 2020 13:53:27 +0200 (CEST)",
            "from mail.chinasoftinc.com (unknown [114.113.233.8])\n by dpdk.org (Postfix) with ESMTP id 3DBE5E07\n for <dev@dpdk.org>; Tue, 25 Aug 2020 13:53:24 +0200 (CEST)",
            "from localhost.localdomain (65.49.108.226) by INCCAS002.ito.icss\n (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Tue, 25 Aug 2020\n 19:53:17 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <huwei013@chinasoftinc.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <xavier.huwei@huawei.com>",
        "Date": "Tue, 25 Aug 2020 19:52:54 +0800",
        "Message-ID": "<20200825115305.58490-1-huwei013@chinasoftinc.com>",
        "X-Mailer": "git-send-email 2.27.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[65.49.108.226]",
        "Subject": "[dpdk-dev] [PATCH 00/11] updates for hns3 PMD driver",
        "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 are features and fixes for hns3 PMD driver.\n\nHuisong Li (3):\n  net/hns3: replace private macro with RTE MAX\n  net/hns3: fix default MAC addr from firmware\n  net/hns3: fix some incomplete command structures\n\nWei Hu (Xavier) (8):\n  net/hns3: get device capability from firmware\n  net/hns3: get dev specifications from firmware\n  net/hns3: compatibility issues about Rx interrupts\n  net/hns3: compatibility issues about Tx padding short frame\n  net/hns3: add more hardware error types\n  net/hns3: support a maximun 256 FDIR counter\n  net/hns3: change the log level to INFO\n  net/hns3: fix Rx/Tx queue offload capability\n\n drivers/net/hns3/hns3_cmd.c       |   36 +-\n drivers/net/hns3/hns3_cmd.h       |   94 ++-\n drivers/net/hns3/hns3_dcb.c       |    1 -\n drivers/net/hns3/hns3_dcb.h       |   14 +-\n drivers/net/hns3/hns3_ethdev.c    |  187 ++++-\n drivers/net/hns3/hns3_ethdev.h    |  138 +++-\n drivers/net/hns3/hns3_ethdev_vf.c |  124 ++-\n drivers/net/hns3/hns3_fdir.c      |    5 +\n drivers/net/hns3/hns3_intr.c      | 1236 ++++++++++++++++++++++++-----\n drivers/net/hns3/hns3_intr.h      |   40 +-\n drivers/net/hns3/hns3_regs.h      |    7 +\n drivers/net/hns3/hns3_rxtx.c      |   31 +-\n drivers/net/hns3/hns3_rxtx.h      |   11 +-\n drivers/net/hns3/hns3_stats.c     |   78 +-\n drivers/net/hns3/hns3_stats.h     |    2 +\n 15 files changed, 1666 insertions(+), 338 deletions(-)"
}