Show a cover letter.

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

{
    "id": 86582,
    "url": "https://patches.dpdk.org/api/covers/86582/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/20210114103101.738262-1-feifei.wang2@arm.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": "<20210114103101.738262-1-feifei.wang2@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20210114103101.738262-1-feifei.wang2@arm.com",
    "date": "2021-01-14T10:30:58",
    "name": "[v4,0/3] fix bugs for examples/evnentdev",
    "submitter": {
        "id": 1771,
        "url": "https://patches.dpdk.org/api/people/1771/?format=api",
        "name": "Feifei Wang",
        "email": "feifei.wang2@arm.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/20210114103101.738262-1-feifei.wang2@arm.com/mbox/",
    "series": [
        {
            "id": 14749,
            "url": "https://patches.dpdk.org/api/series/14749/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=14749",
            "date": "2021-01-14T10:30:58",
            "name": "fix bugs for examples/evnentdev",
            "version": 4,
            "mbox": "https://patches.dpdk.org/series/14749/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/86582/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 46B3CA0A02;\n\tThu, 14 Jan 2021 11:31:14 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 2B0EF1410E3;\n\tThu, 14 Jan 2021 11:31:14 +0100 (CET)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id A75DE1410C7\n for <dev@dpdk.org>; Thu, 14 Jan 2021 11:31:12 +0100 (CET)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1FD881FB;\n Thu, 14 Jan 2021 02:31:12 -0800 (PST)",
            "from net-x86-dell-8268.shanghai.arm.com\n (net-x86-dell-8268.shanghai.arm.com [10.169.210.127])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B574B3F70D;\n Thu, 14 Jan 2021 02:31:10 -0800 (PST)"
        ],
        "From": "Feifei Wang <feifei.wang2@arm.com>",
        "To": "",
        "Cc": "dev@dpdk.org,\n\tnd@arm.com,\n\tFeifei Wang <feifei.wang2@arm.com>",
        "Date": "Thu, 14 Jan 2021 18:30:58 +0800",
        "Message-Id": "<20210114103101.738262-1-feifei.wang2@arm.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20201221053454.47307-1-feifei.wang2@arm.com>",
        "References": "<20201221053454.47307-1-feifei.wang2@arm.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v4 0/3] fix bugs for examples/evnentdev",
        "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": "Fix some bugs for eventdev pipeline example.\n\nv2:\n1. Delete unused variable to fix build error\n2. Reduce commit message length to fix coding style issues\n\nv3:\n1. Title improvement (Van Haaren)\n\nv4:\n1. fix core enabled bug\n2. add info typo for main core\n\nFeifei Wang (3):\n  doc: fix core enabled bug for eventdev pipeline example\n  examples/eventdev: add info typo for main core\n  examples/eventdev: move eth stop to the end\n\n .../sample_app_ug/eventdev_pipeline.rst       |  5 +-\n examples/eventdev_pipeline/main.c             | 78 +++++++++++--------\n 2 files changed, 47 insertions(+), 36 deletions(-)"
}