Show a cover letter.

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

{
    "id": 56388,
    "url": "http://patches.dpdk.org/api/covers/56388/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1562923603-27755-1-git-send-email-gavin.hu@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": "<1562923603-27755-1-git-send-email-gavin.hu@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1562923603-27755-1-git-send-email-gavin.hu@arm.com",
    "date": "2019-07-12T09:26:41",
    "name": "[v8,0/2] new ring reset api and use it by hash",
    "submitter": {
        "id": 1018,
        "url": "http://patches.dpdk.org/api/people/1018/?format=api",
        "name": "Gavin Hu",
        "email": "gavin.hu@arm.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1562923603-27755-1-git-send-email-gavin.hu@arm.com/mbox/",
    "series": [
        {
            "id": 5471,
            "url": "http://patches.dpdk.org/api/series/5471/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=5471",
            "date": "2019-07-12T09:26:41",
            "name": "new ring reset api and use it by hash",
            "version": 8,
            "mbox": "http://patches.dpdk.org/series/5471/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/56388/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 3B5021B9AC;\n\tFri, 12 Jul 2019 11:27:19 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n\tby dpdk.org (Postfix) with ESMTP id 1E6941B9AA\n\tfor <dev@dpdk.org>; Fri, 12 Jul 2019 11:27:18 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n\tby usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 79A0E2B;\n\tFri, 12 Jul 2019 02:27:17 -0700 (PDT)",
            "from net-arm-thunderx2.shanghai.arm.com\n\t(net-arm-thunderx2.shanghai.arm.com [10.169.40.40])\n\tby usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id\n\t5C4C03F71F; Fri, 12 Jul 2019 02:27:15 -0700 (PDT)"
        ],
        "From": "Gavin Hu <gavin.hu@arm.com>",
        "To": "dev@dpdk.org",
        "Cc": "nd@arm.com, thomas@monjalon.net, jerinj@marvell.com,\n\themant.agrawal@nxp.com, nipun.gupta@nxp.com,\n\tHonnappa.Nagarahalli@arm.com, \n\tgavin.hu@arm.com, i.maximets@samsung.com, olivier.matz@6wind.com",
        "Date": "Fri, 12 Jul 2019 17:26:41 +0800",
        "Message-Id": "<1562923603-27755-1-git-send-email-gavin.hu@arm.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<20181212062404.30243-1-gavin.hu@arm.com>",
        "References": "<20181212062404.30243-1-gavin.hu@arm.com>",
        "Subject": "[dpdk-dev] [PATCH v8 0/2] new ring reset api and use it by hash",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "V2:\n- fix the coding style issue(commit message line too long)\nV3:\n- allow experimental API for meson build\nV4: \n- include the ring perf test case enhancement patch in the series.\n- replace ARRAY_SIZE with RTE_DIM.\n- call memset to avoid clang compling complains.\nV5:\n- commit message tweaking for ring test case enhancement patch\n- upper to lower for mails to make match/grep more easily\nV6:\n- make upper case for the user name to comply with the convention.\nV7:\n- leave the ring test case patch out as not closely linked to this series in logic\nV8:\n- change the static inline function into a standard function to keep an api/abi compat layer in the future \n\nGavin Hu (2):\n  ring: add reset API to flush the ring when not in use\n  hash: flush the rings instead of dequeuing one by one\n\n lib/librte_hash/Makefile          |  2 +-\n lib/librte_hash/meson.build       |  3 +++\n lib/librte_hash/rte_cuckoo_hash.c | 11 ++++-------\n lib/librte_ring/rte_ring.h        | 21 +++++++++++++++++++++\n 4 files changed, 29 insertions(+), 8 deletions(-)"
}