Show a cover letter.

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

{
    "id": 268,
    "url": "http://patches.dpdk.org/api/covers/268/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1697550563-17532-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": "<1697550563-17532-1-git-send-email-roretzla@linux.microsoft.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1697550563-17532-1-git-send-email-roretzla@linux.microsoft.com",
    "date": "2023-10-17T13:49:21",
    "name": "[v2,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/1697550563-17532-1-git-send-email-roretzla@linux.microsoft.com/mbox/",
    "series": [
        {
            "id": 29882,
            "url": "http://patches.dpdk.org/api/series/29882/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=29882",
            "date": "2023-10-17T13:49:23",
            "name": "make dpdk buildable with latest msvc",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/29882/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/268/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 330524318A;\n\tTue, 17 Oct 2023 15:49:33 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id D195242D6B;\n\tTue, 17 Oct 2023 15:49:28 +0200 (CEST)",
            "from linux.microsoft.com (linux.microsoft.com [13.77.154.182])\n by mails.dpdk.org (Postfix) with ESMTP id 818CE40273\n for <dev@dpdk.org>; Tue, 17 Oct 2023 15:49:25 +0200 (CEST)",
            "by linux.microsoft.com (Postfix, from userid 1086)\n id 9D9E820B74C0; Tue, 17 Oct 2023 06:49:24 -0700 (PDT)"
        ],
        "DKIM-Filter": "OpenDKIM Filter v2.11.0 linux.microsoft.com 9D9E820B74C0",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com;\n s=default; t=1697550564;\n bh=r8CUjPHG65JLfJBwpY4S4u3apWRTbkGDqbewt0/HcGc=;\n h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n b=BzxuJ1FjDvZXBRughQ1S80/a6RpJ93jBm3rQPrwmuDjlHtclTn8S2xnGSffXi1UMe\n ovlp6wnKq3c4hAjym0d2nwkxiag0A6YgJrGmwqWzMjajjmanACXyT0VqjPI49PuPBd\n /Qy8IunU9RRMgwAI4oNOB3YbktQm0vmM4jMg0e/Y=",
        "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 v2 0/2] make dpdk buildable with latest msvc",
        "Date": "Tue, 17 Oct 2023 06:49:21 -0700",
        "Message-Id": "<1697550563-17532-1-git-send-email-roretzla@linux.microsoft.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1697548427-10153-1-git-send-email-roretzla@linux.microsoft.com>",
        "References": "<1697548427-10153-1-git-send-email-roretzla@linux.microsoft.com>",
        "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\nv2:\n    * provide comments indicating which warnings are being disabled\n\nTyler Retzlaff (2):\n  build: temporarily disable MSVC warnings\n  eal: disable standard c atomics support check for MSVC\n\n config/meson.build              | 5 +++++\n lib/eal/include/rte_stdatomic.h | 2 ++\n 2 files changed, 7 insertions(+)"
}