Show a cover letter.

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

{
    "id": 65115,
    "url": "http://patches.dpdk.org/api/covers/65115/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200124153755.13939-1-bruce.richardson@intel.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": "<20200124153755.13939-1-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200124153755.13939-1-bruce.richardson@intel.com",
    "date": "2020-01-24T15:37:53",
    "name": "[0/2] remove compiler warnings with icc using meson",
    "submitter": {
        "id": 20,
        "url": "http://patches.dpdk.org/api/people/20/?format=api",
        "name": "Bruce Richardson",
        "email": "bruce.richardson@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20200124153755.13939-1-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 8286,
            "url": "http://patches.dpdk.org/api/series/8286/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8286",
            "date": "2020-01-24T15:37:53",
            "name": "remove compiler warnings with icc using meson",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/8286/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/65115/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 76FC4A0533;\n\tFri, 24 Jan 2020 16:40:45 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id C4AD42BE5;\n\tFri, 24 Jan 2020 16:40:44 +0100 (CET)",
            "from mga14.intel.com (mga14.intel.com [192.55.52.115])\n by dpdk.org (Postfix) with ESMTP id B2C392BDB\n for <dev@dpdk.org>; Fri, 24 Jan 2020 16:40:42 +0100 (CET)",
            "from orsmga005.jf.intel.com ([10.7.209.41])\n by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 24 Jan 2020 07:40:41 -0800",
            "from silpixa00383876.ir.intel.com (HELO\n silpixa00383876.ger.corp.intel.com) ([10.237.222.110])\n by orsmga005.jf.intel.com with ESMTP; 24 Jan 2020 07:40:40 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.70,358,1574150400\"; d=\"scan'208\";a=\"400689094\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "Bruce Richardson <bruce.richardson@intel.com>",
        "Date": "Fri, 24 Jan 2020 15:37:53 +0000",
        "Message-Id": "<20200124153755.13939-1-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.24.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH 0/2] remove compiler warnings with icc using meson",
        "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": "While icc can compile DPDK successfully using a meson/ninja build, there\nare a lot of warnings issued in the process, which means that any use of\nwerror flag will break the build, and the output just looks messy and\npossibly worrying to the user.\n\nTo improve this situation, we can fix the warnings about unsupported\ncompiler flags, and just maintain a list of icc warnings to ignore.\n\nBruce Richardson (2):\n  net/octeontx2: check compiler flag before use\n  build: remove warnings for builds with icc\n\n config/meson.build                | 6 ++++++\n drivers/net/octeontx2/meson.build | 4 +---\n 2 files changed, 7 insertions(+), 3 deletions(-)"
}