Show a cover letter.

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

{
    "id": 46534,
    "url": "http://patches.dpdk.org/api/covers/46534/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1539208085-30756-1-git-send-email-yipeng1.wang@intel.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": "<1539208085-30756-1-git-send-email-yipeng1.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1539208085-30756-1-git-send-email-yipeng1.wang@intel.com",
    "date": "2018-10-10T21:48:02",
    "name": "[v1,0/3] Improvements over rte hash and tests",
    "submitter": {
        "id": 754,
        "url": "http://patches.dpdk.org/api/people/754/?format=api",
        "name": "Wang, Yipeng1",
        "email": "yipeng1.wang@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1539208085-30756-1-git-send-email-yipeng1.wang@intel.com/mbox/",
    "series": [
        {
            "id": 1823,
            "url": "http://patches.dpdk.org/api/series/1823/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=1823",
            "date": "2018-10-10T21:48:03",
            "name": "Improvements over rte hash and tests",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/1823/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/46534/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 CF8D11B39D;\n\tThu, 11 Oct 2018 06:53:03 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n\tby dpdk.org (Postfix) with ESMTP id AEBDE1B183\n\tfor <dev@dpdk.org>; Thu, 11 Oct 2018 06:52:57 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n\tby fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t10 Oct 2018 21:52:55 -0700",
            "from skx-yipeng.jf.intel.com ([10.54.81.175])\n\tby fmsmga008.fm.intel.com with ESMTP; 10 Oct 2018 21:52:54 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.54,367,1534834800\"; d=\"scan'208\";a=\"77895186\"",
        "From": "Yipeng Wang <yipeng1.wang@intel.com>",
        "To": "bruce.richardson@intel.com",
        "Cc": "stephen@networkplumber.org, dev@dpdk.org, yipeng1.wang@intel.com,\n\thonnappa.nagarahalli@arm.com, sameh.gobriel@intel.com",
        "Date": "Wed, 10 Oct 2018 14:48:02 -0700",
        "Message-Id": "<1539208085-30756-1-git-send-email-yipeng1.wang@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "Subject": "[dpdk-dev] [PATCH v1 0/3] Improvements over rte hash and tests",
        "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": "This patch set depends on another rte hash patch set:\nhttp://patchwork.dpdk.org/cover/46106/\n\nThis patch set includes three commits to improve rte_hash\nand its unit tests.\n\n1. Remove unnecessary pause code in rte_reset function.\n2 and 3. Improve the unit test.\n\nSigned-off-by: Yipeng Wang <yipeng1.wang@intel.com>\n\nYipeng Wang (3):\n  hash: fix unnecessary pause\n  test/hash: change multiwriter test to use jhash\n  test/hash: add readwrite test for ext table\n\n lib/librte_hash/rte_cuckoo_hash.c |  6 ++--\n test/test/test_hash_multiwriter.c | 15 ++++++---\n test/test/test_hash_readwrite.c   | 70 ++++++++++++++++++++++++++++++++-------\n 3 files changed, 71 insertions(+), 20 deletions(-)"
}