Show a cover letter.

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

{
    "id": 79415,
    "url": "http://patches.dpdk.org/api/covers/79415/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1601547609-2843-1-git-send-email-juraj.linkes@pantheon.tech/",
    "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": "<1601547609-2843-1-git-send-email-juraj.linkes@pantheon.tech>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1601547609-2843-1-git-send-email-juraj.linkes@pantheon.tech",
    "date": "2020-10-01T10:20:07",
    "name": "[0/2] aarch64 clang cross compilation",
    "submitter": {
        "id": 1626,
        "url": "http://patches.dpdk.org/api/people/1626/?format=api",
        "name": "Juraj Linkeš",
        "email": "juraj.linkes@pantheon.tech"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1601547609-2843-1-git-send-email-juraj.linkes@pantheon.tech/mbox/",
    "series": [
        {
            "id": 12638,
            "url": "http://patches.dpdk.org/api/series/12638/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=12638",
            "date": "2020-10-01T10:20:08",
            "name": "aarch64 clang cross compilation",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/12638/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/79415/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 E67FAA04B5;\n\tThu,  1 Oct 2020 12:20:34 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id CDE351DAE5;\n\tThu,  1 Oct 2020 12:20:16 +0200 (CEST)",
            "from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20])\n by dpdk.org (Postfix) with ESMTP id 7AA401DAD7\n for <dev@dpdk.org>; Thu,  1 Oct 2020 12:20:14 +0200 (CEST)",
            "from localhost (localhost [127.0.0.1])\n by lb.pantheon.sk (Postfix) with ESMTP id 8626CAB049;\n Thu,  1 Oct 2020 12:20:12 +0200 (CEST)",
            "from lb.pantheon.sk ([127.0.0.1])\n by localhost (lb.pantheon.sk [127.0.0.1]) (amavisd-new, port 10024)\n with ESMTP id 6UuGIQsnmpP8; Thu,  1 Oct 2020 12:20:10 +0200 (CEST)",
            "from service-node1.lab.pantheon.local (unknown [46.229.239.141])\n by lb.pantheon.sk (Postfix) with ESMTP id D9F3C970D7;\n Thu,  1 Oct 2020 12:20:09 +0200 (CEST)"
        ],
        "X-Virus-Scanned": "amavisd-new at siecit.sk",
        "From": "=?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "To": "thomas@monjalon.net, david.marchand@redhat.com, aconole@redhat.com,\n maicolgabriel@hotmail.com",
        "Cc": "dev@dpdk.org, =?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "Date": "Thu,  1 Oct 2020 12:20:07 +0200",
        "Message-Id": "<1601547609-2843-1-git-send-email-juraj.linkes@pantheon.tech>",
        "X-Mailer": "git-send-email 2.7.4",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 0/2] aarch64 clang cross 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": "Use clang/LLVM toolchain with gcc stdlib to cross compile aarch64\ntarget.\n\nJuraj Linkeš (2):\n  ci: add aarch64 clang cross-compilation builds\n  doc: add clang to aarch64 cross build guide\n\n .ci/linux-build.sh                            |   9 +-\n .travis.yml                                   |  22 ++-\n .../linux_gsg/cross_build_dpdk_for_arm64.rst  | 183 +++++++++++++-----\n 3 files changed, 159 insertions(+), 55 deletions(-)"
}