Show a cover letter.

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

{
    "id": 76561,
    "url": "http://patches.dpdk.org/api/covers/76561/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1599219135-53194-1-git-send-email-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": "<1599219135-53194-1-git-send-email-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1599219135-53194-1-git-send-email-humin29@huawei.com",
    "date": "2020-09-04T11:32:11",
    "name": "[V2,0/4] ethdev: change the queue ID type",
    "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/1599219135-53194-1-git-send-email-humin29@huawei.com/mbox/",
    "series": [
        {
            "id": 11954,
            "url": "http://patches.dpdk.org/api/series/11954/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11954",
            "date": "2020-09-04T11:32:14",
            "name": "ethdev: change the queue ID type",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/11954/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/76561/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 531E8A04C5;\n\tFri,  4 Sep 2020 13:34:51 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 0260D1C0D5;\n\tFri,  4 Sep 2020 13:34:42 +0200 (CEST)",
            "from huawei.com (szxga06-in.huawei.com [45.249.212.32])\n by dpdk.org (Postfix) with ESMTP id 5E8E51C0CC\n for <dev@dpdk.org>; Fri,  4 Sep 2020 13:34:38 +0200 (CEST)",
            "from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60])\n by Forcepoint Email with ESMTP id 27150D2E52C8B045E833;\n Fri,  4 Sep 2020 19:34:36 +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; Fri, 4 Sep 2020 19:34:30 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <stephen@networkplumber.org>,\n <bruce.richardson@intel.com>, <jerin.jacob@caviumnetworks.com>",
        "Date": "Fri, 4 Sep 2020 19:32:11 +0800",
        "Message-ID": "<1599219135-53194-1-git-send-email-humin29@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1598961165-20832-2-git-send-email-humin29@huawei.com>",
        "References": "<1598961165-20832-2-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 V2  0/4] ethdev: change the queue ID type",
        "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 minor change the queue ID type from\nuint8_t to uint16_t.\n\nHuisong Li (2):\n  ethdev: fix compiling errors for per-queue statistics\n  ethdev: change data type in TC rxq and TC txq\n\nMin Hu (Connor) (2):\n  doc: announce modified field in DCB TC queue mapping\n  doc: announce modified field in ethdev API\n\n app/proc-info/main.c                   |  2 +-\n app/test-pmd/cmdline.c                 |  2 +-\n app/test-pmd/config.c                  |  4 ++--\n app/test-pmd/testpmd.c                 |  2 +-\n app/test-pmd/testpmd.h                 |  5 +++--\n doc/guides/rel_notes/release_20_11.rst |  7 +++++++\n drivers/net/igc/igc_ethdev.c           |  4 ++--\n drivers/net/ixgbe/ixgbe_ethdev.c       |  4 ++--\n drivers/net/memif/rte_eth_memif.c      |  2 +-\n drivers/net/octeontx2/otx2_ethdev.h    |  2 +-\n drivers/net/octeontx2/otx2_stats.c     |  2 +-\n drivers/net/virtio/virtio_ethdev.c     |  4 ++--\n lib/librte_ethdev/rte_ethdev.c         |  6 +++---\n lib/librte_ethdev/rte_ethdev.h         | 12 ++++++------\n lib/librte_ethdev/rte_ethdev_core.h    |  2 +-\n 15 files changed, 34 insertions(+), 26 deletions(-)"
}