Show a cover letter.

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

{
    "id": 81439,
    "url": "http://patches.dpdk.org/api/covers/81439/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1603182389-10087-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": "<1603182389-10087-1-git-send-email-humin29@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1603182389-10087-1-git-send-email-humin29@huawei.com",
    "date": "2020-10-20T08:26:27",
    "name": "[RFC,V2,0/2] fix queue stats mapping",
    "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/1603182389-10087-1-git-send-email-humin29@huawei.com/mbox/",
    "series": [
        {
            "id": 13130,
            "url": "http://patches.dpdk.org/api/series/13130/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=13130",
            "date": "2020-10-20T08:26:29",
            "name": "fix queue stats mapping",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/13130/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/81439/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 8AB28A04DC;\n\tTue, 20 Oct 2020 10:26:36 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id C9178BBB4;\n\tTue, 20 Oct 2020 10:26:02 +0200 (CEST)",
            "from huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by dpdk.org (Postfix) with ESMTP id BEA56A8E3\n for <dev@dpdk.org>; Tue, 20 Oct 2020 10:25:55 +0200 (CEST)",
            "from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58])\n by Forcepoint Email with ESMTP id C58F426B7C456F5C902A;\n Tue, 20 Oct 2020 16:25:53 +0800 (CST)",
            "from localhost.localdomain (10.69.192.56) by\n DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id\n 14.3.487.0; Tue, 20 Oct 2020 16:25:45 +0800"
        ],
        "From": "\"Min Hu (Connor)\" <humin29@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<ferruh.yigit@intel.com>, <bruce.richardson@intel.com>,\n <thomas.monjalon@6wind.com>, <lihuisong@huawei.com>",
        "Date": "Tue, 20 Oct 2020 16:26:27 +0800",
        "Message-ID": "<1603182389-10087-1-git-send-email-humin29@huawei.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.69.192.56]",
        "X-CFilter-Loop": "Reflected",
        "Subject": "[dpdk-dev] [RFC V2 0/2] fix queue stats mapping",
        "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": "From: Huisong Li <lihuisong@huawei.com>\n\nThis patch set is used to adjust the unreasonable configurations\n and runtime errors about rx/tx queue stats mapping.\n\n---\nV1 -> V2\n* adjust commit log description.\n---\n\nHuisong Li (2):\n  app/testpmd: fix queue stats mapping configuration\n  app/testpmd: fix starting failed with queue-stats-mapping\n\n app/test-pmd/config.c     | 180 ++++++++++++++++++++++++++++-----------------\n app/test-pmd/parameters.c |  63 ++++++++--------\n app/test-pmd/testpmd.c    | 182 ++++++++++++++++++++++++++++++++--------------\n app/test-pmd/testpmd.h    |  41 +++++------\n 4 files changed, 293 insertions(+), 173 deletions(-)"
}