Show a cover letter.

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

{
    "id": 88507,
    "url": "https://patches.dpdk.org/api/covers/88507/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1614939741-63927-1-git-send-email-oulijun@huawei.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<1614939741-63927-1-git-send-email-oulijun@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1614939741-63927-1-git-send-email-oulijun@huawei.com",
    "date": "2021-03-05T10:22:18",
    "name": "[0/3] Fixes for testpmd",
    "submitter": {
        "id": 1675,
        "url": "https://patches.dpdk.org/api/people/1675/?format=api",
        "name": "Lijun Ou",
        "email": "oulijun@huawei.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1614939741-63927-1-git-send-email-oulijun@huawei.com/mbox/",
    "series": [
        {
            "id": 15504,
            "url": "https://patches.dpdk.org/api/series/15504/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=15504",
            "date": "2021-03-05T10:22:18",
            "name": "Fixes for testpmd",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/15504/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/88507/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id AE03AA00C2;\n\tFri,  5 Mar 2021 11:21:40 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 3729D40691;\n\tFri,  5 Mar 2021 11:21:40 +0100 (CET)",
            "from szxga05-in.huawei.com (szxga05-in.huawei.com [45.249.212.191])\n by mails.dpdk.org (Postfix) with ESMTP id 3D9B440147\n for <dev@dpdk.org>; Fri,  5 Mar 2021 11:21:39 +0100 (CET)",
            "from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59])\n by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DsNy72wlfzMjLV;\n Fri,  5 Mar 2021 18:19:27 +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.498.0; Fri, 5 Mar 2021 18:21:35 +0800"
        ],
        "From": "Lijun Ou <oulijun@huawei.com>",
        "To": "<ferruh.yigit@intel.com>",
        "CC": "<xiaoyun.li@intel.com>, <dev@dpdk.org>, <linuxarm@openeuler.org>",
        "Date": "Fri, 5 Mar 2021 18:22:18 +0800",
        "Message-ID": "<1614939741-63927-1-git-send-email-oulijun@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] [PATCH 0/3] Fixes for testpmd",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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 add two test bug fixes and a print style.\n\nHongbo Zheng (1):\n  app/testpmd: use of Rx/Tx in testpmd\n\nHuisong Li (2):\n  app/testpmd: fix forwarding configuration when DCB test\n  app/testpmd: remove forwarding config from parsing Rx and Tx\n\n app/test-pmd/cmdline.c     | 106 ++++++++++++++++----------------\n app/test-pmd/config.c      | 147 +++++++++++++++++++++++++--------------------\n app/test-pmd/csumonly.c    |  22 +++----\n app/test-pmd/icmpecho.c    |   2 +-\n app/test-pmd/ieee1588fwd.c |  18 +++---\n app/test-pmd/parameters.c  |  50 +++++++--------\n app/test-pmd/testpmd.c     | 132 ++++++++++++++++++++--------------------\n app/test-pmd/testpmd.h     |  28 ++++-----\n app/test-pmd/txonly.c      |   2 +-\n 9 files changed, 263 insertions(+), 244 deletions(-)"
}