Show a cover letter.

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

{
    "id": 75615,
    "url": "http://patches.dpdk.org/api/covers/75615/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200818120254.72792-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": "<20200818120254.72792-1-huwei013@chinasoftinc.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200818120254.72792-1-huwei013@chinasoftinc.com",
    "date": "2020-08-18T12:02:50",
    "name": "[0/4] minor fixes for testpmd",
    "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/20200818120254.72792-1-huwei013@chinasoftinc.com/mbox/",
    "series": [
        {
            "id": 11684,
            "url": "http://patches.dpdk.org/api/series/11684/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11684",
            "date": "2020-08-18T12:02:50",
            "name": "minor fixes for testpmd",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/11684/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/75615/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 4153DA034C;\n\tTue, 18 Aug 2020 14:03:08 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id A3E9E14581;\n\tTue, 18 Aug 2020 14:03:07 +0200 (CEST)",
            "from mail.chinasoftinc.com (unknown [114.113.233.8])\n by dpdk.org (Postfix) with ESMTP id 5203F5F69\n for <dev@dpdk.org>; Tue, 18 Aug 2020 14:03:06 +0200 (CEST)",
            "from localhost.localdomain (120.133.139.157) by INCCAS001.ito.icss\n (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Tue, 18 Aug 2020\n 20:03:00 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <huwei013@chinasoftinc.com>",
        "To": "",
        "CC": "<dev@dpdk.org>, <xavier.huwei@huawei.com>",
        "Date": "Tue, 18 Aug 2020 20:02:50 +0800",
        "Message-ID": "<20200818120254.72792-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": "[120.133.139.157]",
        "Subject": "[dpdk-dev] [PATCH 0/4] minor fixes for testpmd",
        "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 fixes for testpmd application.\n\nChengchang Tang (3):\n  app/testpmd: fix missing verification of port id\n  app/testpmd: fix VLAN offload configuration when config fail\n  app/testpmd: fix packet header in txonly mode\n\nHuisong Li (1):\n  app/testpmd: fix displaying Rx Tx queues information\n\n app/test-pmd/cmdline.c |  9 +++++\n app/test-pmd/config.c  | 80 +++++++++++++++++++++++++++++++-----------\n app/test-pmd/txonly.c  | 32 +++++++++++++++++\n 3 files changed, 100 insertions(+), 21 deletions(-)"
}