Show a cover letter.

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

{
    "id": 127067,
    "url": "http://patches.dpdk.org/api/covers/127067/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20230519042923.314670-1-ruifeng.wang@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": "<20230519042923.314670-1-ruifeng.wang@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230519042923.314670-1-ruifeng.wang@arm.com",
    "date": "2023-05-19T04:29:19",
    "name": "[0/4] Heap library and test case changes",
    "submitter": {
        "id": 1198,
        "url": "http://patches.dpdk.org/api/people/1198/?format=api",
        "name": "Ruifeng Wang",
        "email": "ruifeng.wang@arm.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20230519042923.314670-1-ruifeng.wang@arm.com/mbox/",
    "series": [
        {
            "id": 28077,
            "url": "http://patches.dpdk.org/api/series/28077/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=28077",
            "date": "2023-05-19T04:29:19",
            "name": "Heap library and test case changes",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/28077/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/127067/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 ECFD642B43;\n\tFri, 19 May 2023 06:30:01 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 85BAA40A82;\n\tFri, 19 May 2023 06:30:01 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id 8D175406B5\n for <dev@dpdk.org>; Fri, 19 May 2023 06:30:00 +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 C268A1FB;\n Thu, 18 May 2023 21:30:44 -0700 (PDT)",
            "from net-arm-n1amp-02.shanghai.arm.com\n (net-arm-n1amp-02.shanghai.arm.com [10.169.210.108])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id CDF713F762;\n Thu, 18 May 2023 21:29:57 -0700 (PDT)"
        ],
        "From": "Ruifeng Wang <ruifeng.wang@arm.com>",
        "To": "",
        "Cc": "dev@dpdk.org, anatoly.burakov@intel.com, honnappa.nagarahalli@arm.com,\n feifei.wang2@arm.com, nd@arm.com, Ruifeng Wang <ruifeng.wang@arm.com>",
        "Subject": "[PATCH 0/4] Heap library and test case changes",
        "Date": "Fri, 19 May 2023 12:29:19 +0800",
        "Message-Id": "<20230519042923.314670-1-ruifeng.wang@arm.com>",
        "X-Mailer": "git-send-email 2.25.1",
        "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": "This series fixed a heap free list management issue which was captured\nby unit test failure.\nIt also includes fixes of the unit test.\n\nRuifeng Wang (4):\n  eal: fix list index for 256 byte element\n  eal: simplify check condition\n  test/malloc: fix missing free\n  test/malloc: fix case expectation\n\n app/test/test_malloc.c       | 21 +++++++++++----------\n lib/eal/common/malloc_elem.c |  2 +-\n lib/eal/common/malloc_heap.c |  2 +-\n 3 files changed, 13 insertions(+), 12 deletions(-)"
}