Show a cover letter.

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

{
    "id": 66628,
    "url": "http://patches.dpdk.org/api/covers/66628/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200313081614.195335-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": "<20200313081614.195335-1-ruifeng.wang@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200313081614.195335-1-ruifeng.wang@arm.com",
    "date": "2020-03-13T08:16:10",
    "name": "[v3,0/4] no-huge unit test",
    "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/20200313081614.195335-1-ruifeng.wang@arm.com/mbox/",
    "series": [
        {
            "id": 8901,
            "url": "http://patches.dpdk.org/api/series/8901/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8901",
            "date": "2020-03-13T08:16:10",
            "name": "no-huge unit test",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/8901/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/66628/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from dpdk.org (dpdk.org [92.243.14.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 7BCE1A0567;\n\tFri, 13 Mar 2020 09:16:56 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id DBA221C00E;\n\tFri, 13 Mar 2020 09:16:55 +0100 (CET)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by dpdk.org (Postfix) with ESMTP id 49FA73B5\n for <dev@dpdk.org>; Fri, 13 Mar 2020 09:16:54 +0100 (CET)",
            "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 A942431B;\n Fri, 13 Mar 2020 01:16:53 -0700 (PDT)",
            "from net-arm-thunderx2-02.shanghai.arm.com\n (net-arm-thunderx2-02.shanghai.arm.com [10.169.40.171])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 8C0703F67D;\n Fri, 13 Mar 2020 01:16:49 -0700 (PDT)"
        ],
        "From": "Ruifeng Wang <ruifeng.wang@arm.com>",
        "To": "aconole@redhat.com, maicolgabriel@hotmail.com, bruce.richardson@intel.com,\n konstantin.ananyev@intel.com, cristian.dumitrescu@intel.com,\n yipeng1.wang@intel.com, sameh.gobriel@intel.com",
        "Cc": "dev@dpdk.org, david.marchand@redhat.com, anatoly.burakov@intel.com,\n gavin.hu@arm.com, honnappa.nagarahalli@arm.com, juraj.linkes@pantheon.tech,\n nd@arm.com, Ruifeng Wang <ruifeng.wang@arm.com>",
        "Date": "Fri, 13 Mar 2020 16:16:10 +0800",
        "Message-Id": "<20200313081614.195335-1-ruifeng.wang@arm.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20200225073236.135581-1-ruifeng.wang@arm.com>",
        "References": "<20200225073236.135581-1-ruifeng.wang@arm.com>",
        "Subject": "[dpdk-dev] [PATCH v3 0/4] no-huge unit test",
        "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 <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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "For environments (such as containers) where hugetlbfs are not available,\nsome unit tests can be run with 'no-huge' option.\n\nfast-tests suites is generated dynamically according to hugetlbfs\navailability in building environment. This allows unit test to run\nin different environments using the same suite name.\n\nSeveral test cases are fixed to be able to run in no-huge mode.\n\nv3:\nUse a single suite instead of create additional one for no-huge. (Aaron)\nFix several test cases in no-huge mode.\n\nv2:\nAdd a patch to enable running multiple suites in a job. (David)\n\n\nRuifeng Wang (4):\n  test: enable tests to run in no-huge mode\n  ci: generate fast-tests suite base on hugepage availability\n  ci: proceed with verification without hugepage\n  ci: enable unit test for aarch64\n\n .ci/linux-setup.sh             |  11 +-\n .travis.yml                    |   5 +-\n app/test/meson.build           | 216 ++++++++++++++++++---------------\n app/test/test_acl.c            |  22 ++--\n app/test/test_hash.c           |   7 +-\n app/test/test_table_pipeline.c |  12 +-\n 6 files changed, 152 insertions(+), 121 deletions(-)"
}