Show a cover letter.

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

{
    "id": 267,
    "url": "http://patches.dpdk.org/api/covers/267/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1697548427-10153-1-git-send-email-roretzla@linux.microsoft.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": "<1697548427-10153-1-git-send-email-roretzla@linux.microsoft.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1697548427-10153-1-git-send-email-roretzla@linux.microsoft.com",
    "date": "2023-10-17T13:13:45",
    "name": "[0/2] make dpdk buildable with latest msvc",
    "submitter": {
        "id": 2077,
        "url": "http://patches.dpdk.org/api/people/2077/?format=api",
        "name": "Tyler Retzlaff",
        "email": "roretzla@linux.microsoft.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1697548427-10153-1-git-send-email-roretzla@linux.microsoft.com/mbox/",
    "series": [
        {
            "id": 29881,
            "url": "http://patches.dpdk.org/api/series/29881/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=29881",
            "date": "2023-10-17T13:13:46",
            "name": "make dpdk buildable with latest msvc",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/29881/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/267/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 4C7844318A;\n\tTue, 17 Oct 2023 15:14:02 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 2F35442DD1;\n\tTue, 17 Oct 2023 15:13:53 +0200 (CEST)",
            "from linux.microsoft.com (linux.microsoft.com [13.77.154.182])\n by mails.dpdk.org (Postfix) with ESMTP id 19F6B402E6\n for <dev@dpdk.org>; Tue, 17 Oct 2023 15:13:49 +0200 (CEST)",
            "by linux.microsoft.com (Postfix, from userid 1086)\n id 3B78120B74C0; Tue, 17 Oct 2023 06:13:48 -0700 (PDT)"
        ],
        "DKIM-Filter": "OpenDKIM Filter v2.11.0 linux.microsoft.com 3B78120B74C0",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com;\n s=default; t=1697548428;\n bh=+P5V0NhpE/KoSkVwdvOLIncOMkmQruyN+rwINOtu5ao=;\n h=From:To:Cc:Subject:Date:From;\n b=GccPElUNwEYo8YllA6WIAX+lou//6GVBA5ROgjaIzFCFp/sQyKXVIBlCq6VtxAGS/\n RqJ0oTDRwd7BfuwF/JbC4Jh9gxwQFFuJJ9uNDQSDScOCByXcwRO1H8xuEoNM6Py2rK\n WWL/EQfN7gOsCCXUjbE98VvHV+JRElh++nC5oeZU=",
        "From": "Tyler Retzlaff <roretzla@linux.microsoft.com>",
        "To": "dev@dpdk.org",
        "Cc": "david.marchand@redhat.com, Bruce Richardson <bruce.richardson@intel.com>,\n Tyler Retzlaff <roretzla@linux.microsoft.com>",
        "Subject": "[PATCH 0/2] make dpdk buildable with latest msvc",
        "Date": "Tue, 17 Oct 2023 06:13:45 -0700",
        "Message-Id": "<1697548427-10153-1-git-send-email-roretzla@linux.microsoft.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "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": "This series makes some minor temporary modifications to the MSVC build\nto allow DPDK to be buildable. The changes are only temporary to allow\nWindows/MSVC CI pipeline to be established.\n\nWarnings will be made clean in a future series and avoidance of STDC\natomics check will be removed when the publicly available compiler is\nformally released.\n\nWith this series applied you can do the following from a\n\"Developer Command Prompt for VS 2022 Preview\" with\nVisual Studio 17.8.0 Preview 3.0 installed.\n\n  meson setup --werror -Denable_stdatomic=true b\n  meson compile -C b\n\nTyler Retzlaff (2):\n  build: temporarily disable MSVC warnings\n  eal: temporarily disable standard c atomics support for MSVC\n\n config/meson.build              | 3 +++\n lib/eal/include/rte_stdatomic.h | 2 ++\n 2 files changed, 5 insertions(+)"
}