Show a cover letter.

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

{
    "id": 129,
    "url": "http://patches.dpdk.org/api/covers/129/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20230912063903.1266245-1-feifei.wang2@arm.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": "<20230912063903.1266245-1-feifei.wang2@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230912063903.1266245-1-feifei.wang2@arm.com",
    "date": "2023-09-12T06:39:00",
    "name": "[v3,0/3] fix test-pipeline issues",
    "submitter": {
        "id": 1771,
        "url": "http://patches.dpdk.org/api/people/1771/?format=api",
        "name": "Feifei Wang",
        "email": "feifei.wang2@arm.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20230912063903.1266245-1-feifei.wang2@arm.com/mbox/",
    "series": [
        {
            "id": 29482,
            "url": "http://patches.dpdk.org/api/series/29482/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=29482",
            "date": "2023-09-12T06:39:00",
            "name": "fix test-pipeline issues",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/29482/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/129/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 6626142579;\n\tTue, 12 Sep 2023 08:39:16 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 4D8F340293;\n\tTue, 12 Sep 2023 08:39:14 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id 583E34027E\n for <dev@dpdk.org>; Tue, 12 Sep 2023 08:39:12 +0200 (CEST)",
            "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 A8266C15;\n Mon, 11 Sep 2023 23:39:48 -0700 (PDT)",
            "from net-x86-dell-8268.shanghai.arm.com\n (net-x86-dell-8268.shanghai.arm.com [10.169.210.116])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3B91C3F67D;\n Mon, 11 Sep 2023 23:39:09 -0700 (PDT)"
        ],
        "From": "Feifei Wang <feifei.wang2@arm.com>",
        "To": "",
        "Cc": "dev@dpdk.org,\n\tnd@arm.com,\n\tFeifei Wang <feifei.wang2@arm.com>",
        "Subject": "[PATCH v3 0/3] fix test-pipeline issues",
        "Date": "Tue, 12 Sep 2023 14:39:00 +0800",
        "Message-Id": "<20230912063903.1266245-1-feifei.wang2@arm.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "In-Reply-To": "<20230626074538.3354554-1-feifei.wang2@arm.com>",
        "References": "<20230626074538.3354554-1-feifei.wang2@arm.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "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"
    },
    "content": "For test-pipeline application, there are some problems with the normal\noperation of the program and security issues. These patches can fix\nthese issues.\n\nv3: fix SIGINT handling issue and add dev close operation\n\nFeifei Wang (3):\n  app/test-pipeline: relax RSS hash requirement\n  app/test-pipeline: fix SIGINT handling issue\n  app/test-pipeline: add dev close operation\n\n app/test-pipeline/init.c              |  22 ++++-\n app/test-pipeline/main.c              |  33 +++++++\n app/test-pipeline/main.h              |   2 +\n app/test-pipeline/pipeline_acl.c      |   6 +-\n app/test-pipeline/pipeline_hash.c     | 110 ++++++++++-----------\n app/test-pipeline/pipeline_lpm.c      |   6 +-\n app/test-pipeline/pipeline_lpm_ipv6.c |   6 +-\n app/test-pipeline/pipeline_stub.c     |   6 +-\n app/test-pipeline/runtime.c           | 132 ++++++++++++++------------\n 9 files changed, 198 insertions(+), 125 deletions(-)"
}