Show a cover letter.

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

{
    "id": 63381,
    "url": "http://patches.dpdk.org/api/covers/63381/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20191128163350.24076-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": "<20191128163350.24076-1-bruce.richardson@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20191128163350.24076-1-bruce.richardson@intel.com",
    "date": "2019-11-28T16:33:45",
    "name": "[v3,0/5] GSG Documentation updates",
    "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/20191128163350.24076-1-bruce.richardson@intel.com/mbox/",
    "series": [
        {
            "id": 7687,
            "url": "http://patches.dpdk.org/api/series/7687/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=7687",
            "date": "2019-11-28T16:33:45",
            "name": "GSG Documentation updates",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/7687/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/63381/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 94768A04DD;\n\tThu, 28 Nov 2019 17:34:00 +0100 (CET)",
            "from [92.243.14.124] (localhost [127.0.0.1])\n\tby dpdk.org (Postfix) with ESMTP id 868C329CB;\n\tThu, 28 Nov 2019 17:33:59 +0100 (CET)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n by dpdk.org (Postfix) with ESMTP id A7EE2293C\n for <dev@dpdk.org>; Thu, 28 Nov 2019 17:33:57 +0100 (CET)",
            "from fmsmga002.fm.intel.com ([10.253.24.26])\n by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n 28 Nov 2019 08:33:55 -0800",
            "from silpixa00399126.ir.intel.com (HELO\n silpixa00399126.ger.corp.intel.com) ([10.237.223.2])\n by fmsmga002.fm.intel.com with ESMTP; 28 Nov 2019 08:33:54 -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,253,1571727600\"; d=\"scan'208\";a=\"240770238\"",
        "From": "Bruce Richardson <bruce.richardson@intel.com>",
        "To": "dev@dpdk.org",
        "Cc": "thomas@monjalon.net,\n\tBruce Richardson <bruce.richardson@intel.com>",
        "Date": "Thu, 28 Nov 2019 16:33:45 +0000",
        "Message-Id": "<20191128163350.24076-1-bruce.richardson@intel.com>",
        "X-Mailer": "git-send-email 2.21.0",
        "In-Reply-To": "<20191122160359.11625-1-bruce.richardson@intel.com>",
        "References": "<20191122160359.11625-1-bruce.richardson@intel.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dpdk-dev] [PATCH v3 0/5] GSG Documentation updates",
        "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": "This patchset includes documentation updates for both the Linux and\nFreeBSD Getting Started Guide Docs. The majority of changes are to add\ninformation on building using meson and ninja, with some additional\ncleanups being performed at the same time.\n\nV3: \n * Updated patch 1 following feedback from Thomas\n * Dropped the final 3 patches for 19.11. Post 19.11 I'm hoping to\n   update the BSD port to support 19.11 and have it use meson and ninja\n   to build. Since this will require rework to the BSD GSG then anyway,\n   other major changes to that doc can be held off until that time too.\n\nV2: Updated patch 2 following feedback from Anatoly\n\nBruce Richardson (5):\n  doc: update Linux GSG system requirements section\n  doc: add building with meson to linux GSG\n  doc: reorder meson and make build instructions for arm\n  doc: remove reference to old versions of FreeBSD\n  doc: update examples output in FreeBSD GSG\n\n doc/guides/freebsd_gsg/install_from_ports.rst |  62 +++-----\n doc/guides/linux_gsg/build_dpdk.rst           | 139 +++++++++++++++++-\n .../linux_gsg/cross_build_dpdk_for_arm64.rst  |  32 ++--\n doc/guides/linux_gsg/sys_reqs.rst             |  68 ++++-----\n 4 files changed, 209 insertions(+), 92 deletions(-)"
}