Show a cover letter.

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

{
    "id": 72001,
    "url": "http://patches.dpdk.org/api/covers/72001/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200623065856.41189-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": "<20200623065856.41189-1-ruifeng.wang@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200623065856.41189-1-ruifeng.wang@arm.com",
    "date": "2020-06-23T06:58:52",
    "name": "[v2,0/4] aarch32 compilation",
    "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/20200623065856.41189-1-ruifeng.wang@arm.com/mbox/",
    "series": [
        {
            "id": 10559,
            "url": "http://patches.dpdk.org/api/series/10559/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=10559",
            "date": "2020-06-23T06:58:52",
            "name": "aarch32 compilation",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/10559/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/72001/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 F34D0A0350;\n\tTue, 23 Jun 2020 08:59:28 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 725011D553;\n\tTue, 23 Jun 2020 08:59:28 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by dpdk.org (Postfix) with ESMTP id 8605B1D54F\n for <dev@dpdk.org>; Tue, 23 Jun 2020 08:59:26 +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 0091831B;\n Mon, 22 Jun 2020 23:59:26 -0700 (PDT)",
            "from net-arm-thunderx2-02.shanghai.arm.com\n (net-arm-thunderx2-02.shanghai.arm.com [10.169.41.165])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D84683F71E;\n Mon, 22 Jun 2020 23:59:23 -0700 (PDT)"
        ],
        "From": "Ruifeng Wang <ruifeng.wang@arm.com>",
        "To": "",
        "Cc": "dev@dpdk.org, ferruh.yigit@intel.com, honnappa.nagarahalli@arm.com,\n juraj.linkes@pantheon.tech, nd@arm.com, Ruifeng Wang <ruifeng.wang@arm.com>",
        "Date": "Tue, 23 Jun 2020 14:58:52 +0800",
        "Message-Id": "<20200623065856.41189-1-ruifeng.wang@arm.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "In-Reply-To": "<20200424065053.119885-1-ruifeng.wang@arm.com>",
        "References": "<20200424065053.119885-1-ruifeng.wang@arm.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/4] aarch32 compilation",
        "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": "Build aarch32 binary on aarch64 platform hit issues with l3fwd [1]\nand ixgbe PMD [2]. This patch set is to fix these.\n\nWhen building with make, please refer to guide:\nhttp://patches.dpdk.org/patch/62820/\n\nWhen building with meson, requires series:\nhttp://patches.dpdk.org/cover/69536/\n\n[1] https://mails.dpdk.org/archives/dev/2020-April/162673.html\n[2] https://mails.dpdk.org/archives/dev/2020-April/163846.html\n\n\nv2:\nFix aarch32 Make build for ixgbe, and enable ixgbe PMD by default.\nAdd aarch32 support for i40e, and enable i40e PMD by default.\n\nRuifeng Wang (4):\n  arch/arm: add vcopyq intrinsic for aarch32\n  net/ixgbe: add support for aarch32\n  net/ixgbe: fix include of vector header file\n  net/i40e: add support for aarch32\n\n config/defconfig_arm-armv7a-linuxapp-gcc | 4 ++--\n drivers/net/i40e/Makefile                | 2 +-\n drivers/net/i40e/i40e_rxtx_vec_neon.c    | 2 +-\n drivers/net/ixgbe/Makefile               | 2 +-\n drivers/net/ixgbe/ixgbe_rxtx.h           | 4 ++--\n drivers/net/ixgbe/ixgbe_rxtx_vec_neon.c  | 3 +--\n lib/librte_eal/arm/include/rte_vect.h    | 6 +++++-\n 7 files changed, 13 insertions(+), 10 deletions(-)"
}