Show a cover letter.

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

{
    "id": 41087,
    "url": "http://patches.dpdk.org/api/covers/41087/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20180614095127.16245-1-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": "<20180614095127.16245-1-gavin.hu@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180614095127.16245-1-gavin.hu@arm.com",
    "date": "2018-06-14T09:51:20",
    "name": "[v6,0/7] *** fix the cross compile errors ***",
    "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/20180614095127.16245-1-gavin.hu@arm.com/mbox/",
    "series": [
        {
            "id": 120,
            "url": "http://patches.dpdk.org/api/series/120/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=120",
            "date": "2018-06-14T09:51:20",
            "name": "*** fix the cross compile errors ***",
            "version": 6,
            "mbox": "http://patches.dpdk.org/series/120/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/41087/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 566BD1E378;\n\tThu, 14 Jun 2018 11:51:46 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.101.70])\n\tby dpdk.org (Postfix) with ESMTP id C64CC1E367\n\tfor <dev@dpdk.org>; Thu, 14 Jun 2018 11:51:45 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249])\n\tby usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 0E9AF1529\n\tfor <dev@dpdk.org>; Thu, 14 Jun 2018 02:51:45 -0700 (PDT)",
            "from net-debian.shanghai.arm.com (net-debian.shanghai.arm.com\n\t[10.169.36.53])\n\tby usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id\n\tB56823F59D\n\tfor <dev@dpdk.org>; Thu, 14 Jun 2018 02:51:44 -0700 (PDT)"
        ],
        "From": "Gavin Hu <gavin.hu@arm.com>",
        "To": "dev@dpdk.org",
        "Date": "Thu, 14 Jun 2018 17:51:20 +0800",
        "Message-Id": "<20180614095127.16245-1-gavin.hu@arm.com>",
        "X-Mailer": "git-send-email 2.11.0",
        "In-Reply-To": "<1527590616-28299-1-git-send-email-gavin.hu@arm.com>",
        "References": "<1527590616-28299-1-git-send-email-gavin.hu@arm.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v6 0/7] *** fix the cross compile errors  ***",
        "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://dpdk.org/ml/options/dev>,\n\t<mailto:dev-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://dpdk.org/ml/archives/dev/>",
        "List-Post": "<mailto:dev@dpdk.org>",
        "List-Help": "<mailto:dev-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://dpdk.org/ml/listinfo/dev>,\n\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "Pre-V5 version of this patch set(two patches) was aimed to fix the\nMakefile based cross compiling issue and add a guiding doc.\n\nThis V6 patch set included the fixes for meson cross compiling.\n\nGavin Hu (5):\n  devtools: fix the Exec format error\n  build: fix the meson build warning\n  devtools: fix the missing ninja command error on CentOS\n  build: fix the meson cross compile error\n  devtools: expand meson cross compiling coverage\n\ngavin hu (2):\n  mk: fix cross build errors\n  doc: add a guide doc for cross compiling from x86\n\n buildtools/pmdinfogen/Makefile                     |   2 +-\n config/arm/arm64_thunderx_linuxapp_gcc             |   1 +\n config/meson.build                                 |   3 +-\n devtools/test-meson-builds.sh                      |  22 +++-\n .../linux_gsg/cross_build_dpdk_for_arm64.rst       | 137 +++++++++++++++++++++\n doc/guides/linux_gsg/index.rst                     |   1 +\n drivers/meson.build                                |   3 +\n examples/meson.build                               |   4 +\n lib/meson.build                                    |   4 +\n mk/toolchain/gcc/rte.toolchain-compat.mk           |   5 +\n mk/toolchain/gcc/rte.vars.mk                       |   9 ++\n test/test/meson.build                              |   7 +-\n 12 files changed, 188 insertions(+), 10 deletions(-)\n create mode 100644 doc/guides/linux_gsg/cross_build_dpdk_for_arm64.rst"
}