Show a cover letter.

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

{
    "id": 84862,
    "url": "http://patches.dpdk.org/api/covers/84862/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1607518771-7564-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": "<1607518771-7564-1-git-send-email-juraj.linkes@pantheon.tech>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1607518771-7564-1-git-send-email-juraj.linkes@pantheon.tech",
    "date": "2020-12-09T12:59:24",
    "name": "[v11,0/7] aarch64 -> aarch32 cross compilation support",
    "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/1607518771-7564-1-git-send-email-juraj.linkes@pantheon.tech/mbox/",
    "series": [
        {
            "id": 14218,
            "url": "http://patches.dpdk.org/api/series/14218/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=14218",
            "date": "2020-12-09T12:59:24",
            "name": "aarch64 -> aarch32 cross compilation support",
            "version": 11,
            "mbox": "http://patches.dpdk.org/series/14218/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/84862/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 295B0A09EA;\n\tWed,  9 Dec 2020 13:59:46 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 5CD1AC8F8;\n\tWed,  9 Dec 2020 13:59:43 +0100 (CET)",
            "from lb.pantheon.sk (lb.pantheon.sk [46.229.239.20])\n by dpdk.org (Postfix) with ESMTP id 17ACD2B8B\n for <dev@dpdk.org>; Wed,  9 Dec 2020 13:59:41 +0100 (CET)",
            "from localhost (localhost [127.0.0.1])\n by lb.pantheon.sk (Postfix) with ESMTP id BF44ABCBFD;\n Wed,  9 Dec 2020 13:59:38 +0100 (CET)",
            "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 74_0OlKuNzeB; Wed,  9 Dec 2020 13:59:37 +0100 (CET)",
            "from service-node1.lab.pantheon.local (unknown [46.229.239.141])\n by lb.pantheon.sk (Postfix) with ESMTP id 1C87FBC034;\n Wed,  9 Dec 2020 13:59:36 +0100 (CET)"
        ],
        "X-Virus-Scanned": "amavisd-new at siecit.sk",
        "From": "=?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>",
        "To": "thomas@monjalon.net, bruce.richardson@intel.com, aconole@redhat.com,\n maicolgabriel@hotmail.com",
        "Cc": "dev@dpdk.org,\n\tjuraj.linkes@pantheon.tech",
        "Date": "Wed,  9 Dec 2020 13:59:24 +0100",
        "Message-Id": "<1607518771-7564-1-git-send-email-juraj.linkes@pantheon.tech>",
        "X-Mailer": "git-send-email 2.7.4",
        "In-Reply-To": "<1600244472-29696-1-git-send-email-juraj.linkes@pantheon.tech>",
        "References": "<1600244472-29696-1-git-send-email-juraj.linkes@pantheon.tech>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v11 0/7] aarch64 -> aarch32 cross compilation\n\tsupport",
        "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": "Add support for aarch32 cross build in meson and add aarch64 -> aarch32\ncross build to Travis.\n\nAarch32 is an execution state that allows execution of 32-bit code on\narmv8 machines. This execution state contains a superset of previous\narmv7 32-bit instructions and features. Thus the aarch32 build is distinct\nfrom arvm7 build.\n\nv4:\nRemoved disabled drivers which actually build on arm32.\nAlso tested the patchset with series 9609 which fixes underlying failures.\n\nv5:\nChanged the condition for running test-null.sh in ci.\nRe-uploaded after underlying fixes have been committed.\n\nv6:\nChanged the condition for running test-null.sh again.\nReworked the patch to do aarch32 build instead of arvm7-a build.\nSimplified meson build flags. Changed commit msgs.\nAdded 32b qualifier to .travis.yml.\nAdded a patch with fixes for bnxt.\nAdded a patch with cross compilation docs.\n\nv7:\nRebased the patchset.\n\nv8:\nRemoved Makefile additions from net/bnxt patch.\n\nv9:\nChanged ci test-null.sh condition, only run it if not cross-compiling\naarch64 nor aarch32.\nCleaned up docs.\n\nv10:\nFixed doc: add aarch32 build guidance commit message.\n\nv11:\nRebase and fix scf and bnxt after rebase.\n\nAcked-by: Aaron Conole <aconole@redhat.com>\n\nJuraj Linkeš (3):\n  build: add aarch32 meson build flags\n  build: add aarch32 to meson cross-compilation\n  ci: add aarch64 -> aarch32 cross compiling jobs\n\nPhil Yang (1):\n  doc: add aarch32 build guidance\n\nRuifeng Wang (3):\n  net/sfc: fix aarch32 build\n  net/bnxt: fix aarch32 build\n  net/bnxt: add support for aarch32\n\n .ci/linux-build.sh                            |  7 +++-\n .travis.yml                                   | 19 +++++++++++\n config/arm/arm32_armv8a_linux_gcc             | 17 ++++++++++\n config/arm/meson.build                        | 22 ++++++++++--\n .../linux_gsg/cross_build_dpdk_for_arm64.rst  | 34 +++++++++++++------\n drivers/common/sfc_efx/meson.build            |  2 +-\n drivers/net/bnxt/bnxt_rxq.h                   |  2 +-\n drivers/net/bnxt/bnxt_rxr.h                   |  2 +-\n drivers/net/bnxt/bnxt_txr.h                   |  2 +-\n drivers/net/bnxt/meson.build                  |  2 +-\n drivers/net/sfc/meson.build                   |  2 +-\n 11 files changed, 91 insertions(+), 20 deletions(-)\n create mode 100644 config/arm/arm32_armv8a_linux_gcc"
}