Show a cover letter.

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

{
    "id": 50650,
    "url": "https://patches.dpdk.org/api/covers/50650/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/20190228154431.23704-1-martin.birks@activfinancial.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<20190228154431.23704-1-martin.birks@activfinancial.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190228154431.23704-1-martin.birks@activfinancial.com",
    "date": "2019-02-28T15:44:29",
    "name": "[0/2] dpdk-draft-windows X710-DA2 compatibility",
    "submitter": {
        "id": 1230,
        "url": "https://patches.dpdk.org/api/people/1230/?format=api",
        "name": "Martin Birks",
        "email": "martin.birks@activfinancial.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/20190228154431.23704-1-martin.birks@activfinancial.com/mbox/",
    "series": [
        {
            "id": 3578,
            "url": "https://patches.dpdk.org/api/series/3578/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=3578",
            "date": "2019-02-28T15:44:31",
            "name": "dpdk-draft-windows X710-DA2 compatibility",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/3578/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/50650/comments/",
    "headers": {
        "Return-Path": "<dev-bounces@dpdk.org>",
        "X-Original-To": "patchwork@dpdk.org",
        "Delivered-To": "patchwork@dpdk.org",
        "Received": [
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 73DDD4C91;\n\tThu, 28 Feb 2019 16:44:47 +0100 (CET)",
            "from EXCH2-CH.activfinancial.com (exch2-ch.activfinancial.com\n\t[66.150.109.182]) by dpdk.org (Postfix) with ESMTP id 0C2BE375B\n\tfor <dev@dpdk.org>; Thu, 28 Feb 2019 16:44:43 +0100 (CET)",
            "from ukserver.activfinancial.com (172.16.13.2) by\n\tEXCH2-CH.activfinancial.com (10.193.181.109) with Microsoft SMTP\n\tServer id 14.3.389.1; Thu, 28 Feb 2019 10:44:36 -0500",
            "from activfinancial.com (MARTIN-BIRKS2.activfinancial.com\n\t[172.16.13.180])\tby ukserver.activfinancial.com (Postfix) with ESMTP\n\tid\n\tD23B23C2\tfor <dev@dpdk.org>; Thu, 28 Feb 2019 15:44:32 +0000 (GMT)"
        ],
        "From": "Martin Birks <martin.birks@activfinancial.com>",
        "To": "<dev@dpdk.org>",
        "Date": "Thu, 28 Feb 2019 15:44:29 +0000",
        "Message-ID": "<20190228154431.23704-1-martin.birks@activfinancial.com>",
        "X-Mailer": "git-send-email 2.18.0.windows.1",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain",
        "Subject": "[dpdk-dev] [PATCH 0/2] dpdk-draft-windows X710-DA2 compatibility",
        "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\t<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\t<mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "An effort was made to get dpdk working on Windows Server 2019 with an X710-DA2 card. This required the minimal changes as in the patches\n\nMartin Birks (2):\n  kernel/windows: Added support for X710-DA2 to inf file.\n  kernel/windows: set FILE_AUTOGENERATED_DEVICE_NAME to true so that\n    SDDL string can be set successfully. Fixes: 9087d5ff8375 (\"doc:\n    change the Windows UIO driver's default security descriptor to admin\n    only\") Cc: haramakr@microsoft.com\n\n kernel/windows/netuio/netuio.inf   | 2 ++\n kernel/windows/netuio/netuio_dev.c | 3 +++\n 2 files changed, 5 insertions(+)"
}