Show a cover letter.

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

{
    "id": 51160,
    "url": "http://patches.dpdk.org/api/covers/51160/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20190313170657.16688-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": "<20190313170657.16688-1-ncopa@alpinelinux.org>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20190313170657.16688-1-ncopa@alpinelinux.org",
    "date": "2019-03-13T17:06:42",
    "name": "[v3,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/20190313170657.16688-1-ncopa@alpinelinux.org/mbox/",
    "series": [
        {
            "id": 3735,
            "url": "http://patches.dpdk.org/api/series/3735/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=3735",
            "date": "2019-03-13T17:06:42",
            "name": "Build fixes for musl libc",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/3735/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/51160/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 AAEDA2BD3;\n\tWed, 13 Mar 2019 18:07:21 +0100 (CET)",
            "from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25])\n\tby dpdk.org (Postfix) with ESMTP id CE8E2A3\n\tfor <dev@dpdk.org>; Wed, 13 Mar 2019 18:07:19 +0100 (CET)",
            "from mx1.tetrasec.net (mail.local [127.0.0.1])\n\tby mx1.tetrasec.net (Postfix) with ESMTP id 315499E1D55;\n\tWed, 13 Mar 2019 17:07:19 +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 2D6199E03AF;\n\tWed, 13 Mar 2019 17:07:17 +0000 (UTC)"
        ],
        "From": "Natanael Copa <ncopa@alpinelinux.org>",
        "To": "dev@dpdk.org",
        "Cc": "Natanael Copa <ncopa@alpinelinux.org>",
        "Date": "Wed, 13 Mar 2019 18:06:42 +0100",
        "Message-Id": "<20190313170657.16688-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 v3 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\nv2 has some code style fixes reported by checkpatch\nv3 is a full reroll of the entire patch set to enable automatted tests\n   and logic for patchwork patchset.\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: simplify 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/linux/eal/eal_dev.c         |  4 +-\n 15 files changed, 99 insertions(+), 79 deletions(-)"
}