Show a cover letter.

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

{
    "id": 56410,
    "url": "http://patchwork.dpdk.org/api/covers/56410/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/1562946877-50963-1-git-send-email-gavin.hu@arm.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<1562946877-50963-1-git-send-email-gavin.hu@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1562946877-50963-1-git-send-email-gavin.hu@arm.com",
    "date": "2019-07-12T15:54:35",
    "name": "[v9,0/2] new ring reset api and use it by hash",
    "submitter": {
        "id": 1018,
        "url": "http://patchwork.dpdk.org/api/people/1018/?format=api",
        "name": "Gavin Hu",
        "email": "gavin.hu@arm.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/1562946877-50963-1-git-send-email-gavin.hu@arm.com/mbox/",
    "series": [
        {
            "id": 5479,
            "url": "http://patchwork.dpdk.org/api/series/5479/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=5479",
            "date": "2019-07-12T15:54:35",
            "name": "new ring reset api and use it by hash",
            "version": 9,
            "mbox": "http://patchwork.dpdk.org/series/5479/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/56410/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 824551BDFA;\n\tFri, 12 Jul 2019 17:54:56 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n\tby dpdk.org (Postfix) with ESMTP id 4CD261BDE7\n\tfor <dev@dpdk.org>; Fri, 12 Jul 2019 17:54:54 +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 7233F2B;\n\tFri, 12 Jul 2019 08:54:53 -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\t481CC3F246; Fri, 12 Jul 2019 08:54:51 -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 23:54:35 +0800",
        "Message-Id": "<1562946877-50963-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 v9 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- the static inline function is removed from the rte_ring_version.map \nV9:\n- change the static inline function into a standard function to keep an api/abi compat layer in the future\n- add back the change to the rte_ring_version.map file\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.c           |  7 +++++++\n lib/librte_ring/rte_ring.h           | 17 +++++++++++++++++\n lib/librte_ring/rte_ring_version.map |  7 +++++++\n 6 files changed, 39 insertions(+), 8 deletions(-)"
}