Show a cover letter.

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

{
    "id": 74634,
    "url": "http://patches.dpdk.org/api/covers/74634/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200723070825.6448-1-fady@mellanox.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": "<20200723070825.6448-1-fady@mellanox.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200723070825.6448-1-fady@mellanox.com",
    "date": "2020-07-23T07:08:22",
    "name": "[v4,0/3] compile librte_net for windows",
    "submitter": {
        "id": 1650,
        "url": "http://patches.dpdk.org/api/people/1650/?format=api",
        "name": "Fady Bader",
        "email": "fady@mellanox.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200723070825.6448-1-fady@mellanox.com/mbox/",
    "series": [
        {
            "id": 11248,
            "url": "http://patches.dpdk.org/api/series/11248/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=11248",
            "date": "2020-07-23T07:08:25",
            "name": "compile librte_net for windows",
            "version": 4,
            "mbox": "http://patches.dpdk.org/series/11248/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/74634/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 E681AA0527;\n\tThu, 23 Jul 2020 09:08:52 +0200 (CEST)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id D3BA61BFEB;\n\tThu, 23 Jul 2020 09:08:46 +0200 (CEST)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by dpdk.org (Postfix) with ESMTP id BACD81BF7B\n for <dev@dpdk.org>; Thu, 23 Jul 2020 09:08:43 +0200 (CEST)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n fady@mellanox.com) with SMTP; 23 Jul 2020 10:08:40 +0300",
            "from l-wincomp04-vm.labs.mlnx (l-wincomp04-vm.mtl.labs.mlnx\n [10.237.1.5])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 06N78eGh027335;\n Thu, 23 Jul 2020 10:08:40 +0300"
        ],
        "From": "Fady Bader <fady@mellanox.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net, tbashar@mellanox.com, talshn@mellanox.com,\n yohadt@mellanox.com, dmitry.kozliuk@gmail.com,\n harini.ramakrishnan@microsoft.com, ocardona@microsoft.com,\n pallavi.kadam@intel.com, ranjit.menon@intel.com, olivier.matz@6wind.com",
        "Date": "Thu, 23 Jul 2020 10:08:22 +0300",
        "Message-Id": "<20200723070825.6448-1-fady@mellanox.com>",
        "X-Mailer": "git-send-email 2.16.1.windows.4",
        "In-Reply-To": "<20200610120040.17968-1-fady@mellanox.com>",
        "References": "<20200610120040.17968-1-fady@mellanox.com>",
        "Subject": "[dpdk-dev] [PATCH v4 0/3] compile librte_net for windows",
        "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": "v2: * fixed style issue.\n\nv3: * replaced htons with rte_cpu_to_be_16.\n    * rebased to current master.\n\nv4: * removed the use of rte_random in librte_net.\n    * replaced htons with RTE_BE16.\n\nFady Bader (3):\n  net: fix s_addr redefinition in Windows\n  net: replace htons with RTE_BE16\n  eal/windows: librte_net build on Windows\n\n lib/librte_eal/windows/include/netinet/in.h | 23 +++++++++++++++++++++++\n lib/librte_eal/windows/include/netinet/ip.h | 10 ++++++++++\n lib/librte_net/rte_arp.c                    | 11 +++++------\n lib/librte_net/rte_ether.c                  |  4 ++++\n lib/librte_net/rte_ether.h                  |  9 +++++++++\n lib/meson.build                             |  2 +-\n 6 files changed, 52 insertions(+), 7 deletions(-)\n create mode 100644 lib/librte_eal/windows/include/netinet/in.h\n create mode 100644 lib/librte_eal/windows/include/netinet/ip.h"
}