Show a cover letter.

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

{
    "id": 43670,
    "url": "http://patches.dpdk.org/api/covers/43670/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1533910253-29652-1-git-send-email-fiona.trahe@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": "<1533910253-29652-1-git-send-email-fiona.trahe@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1533910253-29652-1-git-send-email-fiona.trahe@intel.com",
    "date": "2018-08-10T14:10:47",
    "name": "[v3,0/6] doc/qat: clarify build config options",
    "submitter": {
        "id": 423,
        "url": "http://patches.dpdk.org/api/people/423/?format=api",
        "name": "Fiona Trahe",
        "email": "fiona.trahe@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1533910253-29652-1-git-send-email-fiona.trahe@intel.com/mbox/",
    "series": [
        {
            "id": 959,
            "url": "http://patches.dpdk.org/api/series/959/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=959",
            "date": "2018-08-10T14:10:47",
            "name": "doc/qat: clarify build config options",
            "version": 3,
            "mbox": "http://patches.dpdk.org/series/959/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/43670/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 0F3EF2661;\n\tFri, 10 Aug 2018 16:11:04 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 39388FEB\n\tfor <dev@dpdk.org>; Fri, 10 Aug 2018 16:11:01 +0200 (CEST)",
            "from orsmga002.jf.intel.com ([10.7.209.21])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t10 Aug 2018 07:11:00 -0700",
            "from sivswdev01.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.45])\n\tby orsmga002.jf.intel.com with ESMTP; 10 Aug 2018 07:10:58 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.53,219,1531810800\"; d=\"scan'208\";a=\"82324073\"",
        "From": "Fiona Trahe <fiona.trahe@intel.com>",
        "To": "dev@dpdk.org, pablo.de.lara.guarch@intel.com, tomaszx.jozwiak@intel.com, \n\tthomas@monjalon.net",
        "Cc": "fiona.trahe@intel.com",
        "Date": "Fri, 10 Aug 2018 15:10:47 +0100",
        "Message-Id": "<1533910253-29652-1-git-send-email-fiona.trahe@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<1533833430-29134-8-git-send-email-fiona.trahe@intel.com>",
        "References": "<1533833430-29134-8-git-send-email-fiona.trahe@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v3 0/6] doc/qat: clarify build config options",
        "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": "Clarified documentation structure between\ncompressedev, cryptodev and common build parts.\nClarified build configuration options.\nAdded Testing section.\nFixed typos and made some cosmetic improvements.\n\n\nv3 changes\n - squashed some patches\n - added more text to remaining commit msgs\n - fixed underline line length\n - fixed typo: comp_qat should be qat \n\nv2 changes\n - split into patchset\n - changed test path from build/build/test/test to build/app\n - use make defconfig instead of make config T=xxx\n - matched underline lengths to titles\n\nFiona Trahe (6):\n  doc/qat: add limitations to compressdev PMD\n  doc/qat: add information on how to test\n  doc/qat: fix typos and make cosmetic changes\n  doc/qat: add overview of doc sections\n  doc/qat: update build instructions for both PMDs\n  doc/qat: describe build config options\n\n doc/guides/compressdevs/qat_comp.rst |   6 +-\n doc/guides/cryptodevs/qat.rst        | 195 +++++++++++++++++++++++++----------\n 2 files changed, 143 insertions(+), 58 deletions(-)"
}