Show a cover letter.

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

{
    "id": 76815,
    "url": "http://patches.dpdk.org/api/covers/76815/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200908021603.44862-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": "<20200908021603.44862-1-huwei013@chinasoftinc.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200908021603.44862-1-huwei013@chinasoftinc.com",
    "date": "2020-09-08T02:16:01",
    "name": "[0/2] updates 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/20200908021603.44862-1-huwei013@chinasoftinc.com/mbox/",
    "series": [
        {
            "id": 12002,
            "url": "http://patches.dpdk.org/api/series/12002/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12002",
            "date": "2020-09-08T02:16:01",
            "name": "updates for testpmd",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/12002/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/76815/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 84131A04AA;\n\tTue,  8 Sep 2020 04:16:35 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 8831A1C117;\n\tTue,  8 Sep 2020 04:16:34 +0200 (CEST)",
            "from mail.chinasoftinc.com (unknown [114.113.233.8])\n by dpdk.org (Postfix) with ESMTP id E587F1C116\n for <dev@dpdk.org>; Tue,  8 Sep 2020 04:16:32 +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, 8 Sep 2020\n 10:16:24 +0800"
        ],
        "From": "\"Wei Hu (Xavier)\" <huwei013@chinasoftinc.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<xavier.huwei@huawei.com>, <lihuisong@huawei.com>,\n <ferruh.yigit@intel.com>",
        "Date": "Tue, 8 Sep 2020 10:16:01 +0800",
        "Message-ID": "<20200908021603.44862-1-huwei013@chinasoftinc.com>",
        "X-Mailer": "git-send-email 2.9.5",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[65.49.108.226]",
        "Subject": "[dpdk-dev] [PATCH 0/2] updates 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 updates for testpmd application.\n\nHuisong Li (2):\n  app/testpmd: update Rx RSS HASH offload when setting MQ RSS\n  app/testpmd: retain original FDIR mode when configuring DCB\n\n app/test-pmd/testpmd.c | 7 +++++--\n 1 file changed, 5 insertions(+), 2 deletions(-)"
}