Show a cover letter.

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

{
    "id": 64371,
    "url": "http://patches.dpdk.org/api/covers/64371/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20200109153112.501282-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": "<20200109153112.501282-1-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20200109153112.501282-1-bruce.richardson@intel.com",
    "date": "2020-01-09T15:31:06",
    "name": "[v3,0/6] meson build improvements",
    "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/20200109153112.501282-1-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 8039,
            "url": "http://patches.dpdk.org/api/series/8039/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=8039",
            "date": "2020-01-09T15:31:06",
            "name": "meson build improvements",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/8039/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/64371/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 52862A046B;\n\tThu,  9 Jan 2020 16:31:35 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 261611DEA0;\n\tThu,  9 Jan 2020 16:31:35 +0100 (CET)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n by dpdk.org (Postfix) with ESMTP id D927A1DE76\n for <dev@dpdk.org>; Thu,  9 Jan 2020 16:31:33 +0100 (CET)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 09 Jan 2020 07:31:33 -0800",
            "from silpixa00399126.ir.intel.com (HELO\n silpixa00399126.ger.corp.intel.com) ([10.237.223.2])\n by orsmga008.jf.intel.com with ESMTP; 09 Jan 2020 07:31:31 -0800"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.69,414,1571727600\"; d=\"scan'208\";a=\"216333063\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "david.marchand@redhat.com,\n\tjohn.mcnamara@intel.com,\n\tbluca@debian.org",
        "Cc": "dev@dpdk.org, aconole@redhat.com, thomas@monjalon.net,\n Bruce Richardson <bruce.richardson@intel.com>",
        "Date": "Thu,  9 Jan 2020 15:31:06 +0000",
        "Message-Id": "<20200109153112.501282-1-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.24.1",
        "In-Reply-To": "<20200109115631.500056-1-bruce.richardson@intel.com>",
        "References": "<20200109115631.500056-1-bruce.richardson@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v3 0/6] meson build improvements",
        "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": "These patches make some improvements to the meson build, particularly\nfor documentation. They also remove many, but not all warnings issued by\nmeson e.g. warnings about newer features unsupported in baseline.\n\nThe biggest change is to improve the handling of the guide html docs.\nThe change here is more significant, and the doc build now uses a\nwrapper script around sphinx. This wrapper script allows us to output\ncorrect dependency information for the sphinx build in a .d file. This\n.d file is processed by ninja (not meson) on build, so that any changes\nto doc files trigger a rebuild to the guides using sphinx.\n\nFor now, the two patches which remove the meson version warnings are\nCC'ed to stable for backport, theoretically this who set could be\nbackported if so desired, as all changes could be considered fixes to\nsome degree or other, and nothing introduces a whole new feature.\n\nNote: for completeness and simplicity, previously submitted patch\nhttp://patches.dpdk.org/patch/64189/ is included in this set, and will\nbe marked superceded in patchwork.\n\nV3: Shorten the python code in patch 5, and ensure style compliance as\n    flagged by Aaron.\n\nV2: resend to correct email addresses\n\nBruce Richardson (6):\n  kernel/linux/kni: fix meson warning about console keyword\n  build: skip processing docs folder if docs disabled\n  doc/api: fix warning with meson build\n  doc/guides: reduce whitespace in meson build file\n  doc/guides: rebuild with meson whenever a file changes\n  doc/api: reduce indentation in meson build file\n\n buildtools/call-sphinx-build.py | 23 ++++++++\n buildtools/meson.build          |  6 +-\n doc/api/meson.build             | 99 +++++++++++++++++----------------\n doc/guides/meson.build          | 38 ++++++-------\n doc/meson.build                 |  4 ++\n kernel/linux/kni/meson.build    |  1 -\n 6 files changed, 98 insertions(+), 73 deletions(-)\n create mode 100755 buildtools/call-sphinx-build.py"
}