Show a cover letter.

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

{
    "id": 51084,
    "url": "http://patches.dpdk.org/api/covers/51084/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190311173702.24471-1-ncopa@alpinelinux.org/",
    "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": "<20190311173702.24471-1-ncopa@alpinelinux.org>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190311173702.24471-1-ncopa@alpinelinux.org",
    "date": "2019-03-11T17:36:47",
    "name": "[00/15] Build fixes for musl libc",
    "submitter": {
        "id": 1242,
        "url": "http://patches.dpdk.org/api/people/1242/?format=api",
        "name": "Natanael Copa",
        "email": "ncopa@alpinelinux.org"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20190311173702.24471-1-ncopa@alpinelinux.org/mbox/",
    "series": [
        {
            "id": 3705,
            "url": "http://patches.dpdk.org/api/series/3705/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=3705",
            "date": "2019-03-11T17:36:47",
            "name": "Build fixes for musl libc",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/3705/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/51084/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 2F2BD4C8E;\n\tMon, 11 Mar 2019 18:37:30 +0100 (CET)",
            "from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25])\n\tby dpdk.org (Postfix) with ESMTP id 072472C24\n\tfor <dev@dpdk.org>; Mon, 11 Mar 2019 18:37:29 +0100 (CET)",
            "from mx1.tetrasec.net (mail.local [127.0.0.1])\n\tby mx1.tetrasec.net (Postfix) with ESMTP id 482C29E1F6A;\n\tMon, 11 Mar 2019 17:37:27 +0000 (UTC)",
            "from ncopa-desktop.lan (67.63.200.37.customer.cdi.no\n\t[37.200.63.67])\n\t(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)\n\tkey-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits)\n\tserver-digest SHA256) (No client certificate requested)\n\t(Authenticated sender: n@tanael.org)\n\tby mx1.tetrasec.net (Postfix) with ESMTPSA id 568559E1F68;\n\tMon, 11 Mar 2019 17:37:25 +0000 (UTC)"
        ],
        "From": "Natanael Copa <ncopa@alpinelinux.org>",
        "To": "dev@dpdk.org",
        "Cc": "Natanael Copa <ncopa@alpinelinux.org>",
        "Date": "Mon, 11 Mar 2019 18:36:47 +0100",
        "Message-Id": "<20190311173702.24471-1-ncopa@alpinelinux.org>",
        "X-Mailer": "git-send-email 2.21.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "quoted-printable",
        "Subject": "[dpdk-dev] [PATCH 00/15] Build fixes for musl libc",
        "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": "A set of patches to fix build with musl libc. I also did a few cleanups wrt\nmacros and fixed a few scary compiler warnings while at it.\n\nPlease note that those are only compile tested on x86_64 with musl libc.\n\nNatanael Copa (15):\n  app/testpmd: replace uint with unsigned int\n  net/cxgbe: replace uint with unsigned int\n  bus/pci: add fallback for out[lwb]_p for non GNU libc\n  bus/pci: factor out various ifdefs in pci_uio_ioport_{read,write}\n  bus/fslmc: fix compile error with musl libc\n  bus/fslmc: remove unused include of error.h\n  net/nfp: build fix for musl libc\n  app/test: include fcntl.h due to use of O_RDONLY\n  app/test: fix setting of -D_GNU_SOURCE with meson\n  bus/dpaa: use warn(3) instead of error(3) to improve portability\n  bus/dpaa: fix warning: \"__WORDSIZE\" is not defined, evaluates to 0\n  crypto/dpaa2_sec: build fix for musl libc\n  crypto/dpaa2_sec: simplify pr_{debug,err,warn} macros\n  net/netvsc: fix compile warning for fcntl.h include\n  eal/linux: use gettid(2) for debug message in sigbus_handler\n\n app/test-pmd/testpmd.h                     |  2 +-\n app/test/meson.build                       |  2 +-\n app/test/test_eal_flags.c                  |  1 +\n drivers/bus/dpaa/base/fman/netcfg_layer.c  |  4 +-\n drivers/bus/dpaa/base/qbman/bman_driver.c  |  6 +-\n drivers/bus/dpaa/base/qbman/qman_driver.c  | 12 ++--\n drivers/bus/dpaa/include/compat.h          |  2 +-\n drivers/bus/dpaa/include/fsl_qman.h        |  3 +-\n drivers/bus/fslmc/qbman/include/compat.h   |  2 +-\n drivers/bus/pci/linux/pci_uio.c            | 82 ++++++++++++++--------\n drivers/crypto/dpaa2_sec/hw/compat.h       | 36 +++++-----\n drivers/net/cxgbe/base/common.h            | 18 ++---\n drivers/net/netvsc/hn_vf.c                 |  2 +-\n drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c |  2 +\n lib/librte_eal/linuxapp/eal/eal_dev.c      |  8 ++-\n 15 files changed, 104 insertions(+), 78 deletions(-)"
}