Show a cover letter.

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

{
    "id": 75722,
    "url": "http://patches.dpdk.org/api/covers/75722/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200820014204.25035-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": "<20200820014204.25035-1-huwei013@chinasoftinc.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200820014204.25035-1-huwei013@chinasoftinc.com",
    "date": "2020-08-20T01:42:00",
    "name": "[v2,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/20200820014204.25035-1-huwei013@chinasoftinc.com/mbox/",
    "series": [
        {
            "id": 11716,
            "url": "http://patches.dpdk.org/api/series/11716/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11716",
            "date": "2020-08-20T01:42:00",
            "name": "minor fixes for testpmd",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/11716/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/75722/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 B9977A04AF;\n\tThu, 20 Aug 2020 03:42:29 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 01A491BEC4;\n\tThu, 20 Aug 2020 03:42:28 +0200 (CEST)",
            "from mail.chinasoftinc.com (unknown [114.113.233.8])\n by dpdk.org (Postfix) with ESMTP id DCE46AAD5\n for <dev@dpdk.org>; Thu, 20 Aug 2020 03:42:26 +0200 (CEST)",
            "from localhost.localdomain (65.49.108.226) by INCCAS001.ito.icss\n (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Thu, 20 Aug 2020\n 09:42:22 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <huwei013@chinasoftinc.com>",
        "To": "",
        "CC": "<dev@dpdk.org>, <xavier.huwei@huawei.com>",
        "Date": "Thu, 20 Aug 2020 09:42:00 +0800",
        "Message-ID": "<20200820014204.25035-1-huwei013@chinasoftinc.com>",
        "X-Mailer": "git-send-email 2.27.0",
        "In-Reply-To": "<20200818120254.72792-1-huwei013@chinasoftinc.com>",
        "References": "<20200818120254.72792-1-huwei013@chinasoftinc.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[65.49.108.226]",
        "Subject": "[dpdk-dev] [PATCH v2 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(-)"
}