Show a cover letter.

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

{
    "id": 54540,
    "url": "http://patches.dpdk.org/api/covers/54540/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1559903595-18506-1-git-send-email-bernard.iremonger@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": "<1559903595-18506-1-git-send-email-bernard.iremonger@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1559903595-18506-1-git-send-email-bernard.iremonger@intel.com",
    "date": "2019-06-07T10:33:12",
    "name": "[v2,0/3] test/ipsec: fixes and improvements",
    "submitter": {
        "id": 91,
        "url": "http://patches.dpdk.org/api/people/91/?format=api",
        "name": "Iremonger, Bernard",
        "email": "bernard.iremonger@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1559903595-18506-1-git-send-email-bernard.iremonger@intel.com/mbox/",
    "series": [
        {
            "id": 4950,
            "url": "http://patches.dpdk.org/api/series/4950/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4950",
            "date": "2019-06-07T10:33:12",
            "name": "test/ipsec: fixes and improvements",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/4950/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/54540/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 3FDE91B9F8;\n\tFri,  7 Jun 2019 12:33:23 +0200 (CEST)",
            "from mga11.intel.com (mga11.intel.com [192.55.52.93])\n\tby dpdk.org (Postfix) with ESMTP id 274161B94D\n\tfor <dev@dpdk.org>; Fri,  7 Jun 2019 12:33:21 +0200 (CEST)",
            "from fmsmga005.fm.intel.com ([10.253.24.32])\n\tby fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t07 Jun 2019 03:33:21 -0700",
            "from sivswdev08.ir.intel.com (HELO localhost.localdomain)\n\t([10.237.217.47])\n\tby fmsmga005.fm.intel.com with ESMTP; 07 Jun 2019 03:33:20 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "From": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "To": "dev@dpdk.org,\n\tkonstantin.ananyev@intel.com,\n\takhil.goyal@nxp.com",
        "Cc": "Bernard Iremonger <bernard.iremonger@intel.com>",
        "Date": "Fri,  7 Jun 2019 11:33:12 +0100",
        "Message-Id": "<1559903595-18506-1-git-send-email-bernard.iremonger@intel.com>",
        "X-Mailer": "git-send-email 1.7.0.7",
        "In-Reply-To": "<1558532302-15932-0-git-send-email-bernard.iremonger@intel.com>",
        "References": "<1558532302-15932-0-git-send-email-bernard.iremonger@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/3] test/ipsec: fixes and 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\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": "The following patches contain one fix and \nimprovements to test_ipsec.c\n\nChanges in v2:\n-------------\nPatch 1 has been dropped as it hides the issue with QAT PMD.\nPatch 3 has been dropped as the hang issue with QAT device is not occurring\nwith the latest DPDK 18.08 code.\nThe commit message for patch 5 has been changed, now patch 3.\n\nBernard Iremonger (3):\n  test/ipsec: fix log messages in tests\n  test/ipsec: add extra test configuration\n  test/ipsec: improve debug in group tests\n\n app/test/test_ipsec.c | 67 +++++++++++++++++++++++++--------------------------\n 1 file changed, 33 insertions(+), 34 deletions(-)"
}