Show a cover letter.

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

{
    "id": 854,
    "url": "http://patches.dpdk.org/api/covers/854/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20240410152101.3211244-1-luca.vizzarro@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": "<20240410152101.3211244-1-luca.vizzarro@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20240410152101.3211244-1-luca.vizzarro@arm.com",
    "date": "2024-04-10T15:21:00",
    "name": "[0/1] fix GCC 13 build errors on 32-bit targets",
    "submitter": {
        "id": 3197,
        "url": "http://patches.dpdk.org/api/people/3197/?format=api",
        "name": "Luca Vizzarro",
        "email": "luca.vizzarro@arm.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20240410152101.3211244-1-luca.vizzarro@arm.com/mbox/",
    "series": [
        {
            "id": 31715,
            "url": "http://patches.dpdk.org/api/series/31715/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=31715",
            "date": "2024-04-10T15:21:00",
            "name": "fix GCC 13 build errors on 32-bit targets",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/31715/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/854/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 183CB43E37;\n\tWed, 10 Apr 2024 17:22:48 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id D7AF64028B;\n\tWed, 10 Apr 2024 17:22:47 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id 9E9E94021E;\n Wed, 10 Apr 2024 17:22:45 +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 DCE1D139F;\n Wed, 10 Apr 2024 08:23:14 -0700 (PDT)",
            "from localhost.localdomain (FVFG51LCQ05N.cambridge.arm.com\n [10.1.32.34])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 48C523F766;\n Wed, 10 Apr 2024 08:22:44 -0700 (PDT)"
        ],
        "From": "Luca Vizzarro <luca.vizzarro@arm.com>",
        "To": "dev@dpdk.org",
        "Cc": "luca.boccassi@gmail.com, paul.szczepanek@arm.com, nick.connolly@arm.com,\n Luca Vizzarro <luca.vizzarro@arm.com>, stable@dpdk.org",
        "Subject": "[PATCH 0/1] fix GCC 13 build errors on 32-bit targets",
        "Date": "Wed, 10 Apr 2024 16:21:00 +0100",
        "Message-Id": "<20240410152101.3211244-1-luca.vizzarro@arm.com>",
        "X-Mailer": "git-send-email 2.34.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "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"
    },
    "content": "Hi everyone,\n\nsending in a patch to resolve some build issues encountered with\nGCC 13.2 when building against 32-bit targets. These issues were\noriginally reported by Luca Boccassi in one of his stable builds[1].\nAlthough, I have noticed that this problem presents itself on\nmore versions (e.g. 21.11) as well, and it's not specific to armv7-a as\nthe build suggests.\n\nI haven't actually noticed the problem present itself on mainline,\nbut it doesn't mean that it won't appear in the future. This patch\nshould correctly fix this problem.\n\nThis patch is meant to target mainline, and all the currently\nsupported stable versions.\n\n[1] https://build.opensuse.org/package/live_build_log/home:bluca:dpdk/dpdk-22.11/Debian_Next/armv7l\n\nLuca Vizzarro (1):\n  vhost: fix GCC 13 build error\n\n lib/vhost/virtio_net.c | 4 ++--\n 1 file changed, 2 insertions(+), 2 deletions(-)"
}