Show a cover letter.

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

{
    "id": 52714,
    "url": "http://patches.dpdk.org/api/covers/52714/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1555077139-244831-1-git-send-email-ying.a.wang@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": "<1555077139-244831-1-git-send-email-ying.a.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1555077139-244831-1-git-send-email-ying.a.wang@intel.com",
    "date": "2019-04-12T13:52:17",
    "name": "[0/2] ice: code clean and promisc mode fix",
    "submitter": {
        "id": 1280,
        "url": "http://patches.dpdk.org/api/people/1280/?format=api",
        "name": "Ying Wang",
        "email": "ying.a.wang@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/1555077139-244831-1-git-send-email-ying.a.wang@intel.com/mbox/",
    "series": [
        {
            "id": 4284,
            "url": "http://patches.dpdk.org/api/series/4284/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4284",
            "date": "2019-04-12T13:52:17",
            "name": "ice: code clean and promisc mode fix",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/4284/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/52714/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 BB13C1B129;\n\tFri, 12 Apr 2019 16:03:29 +0200 (CEST)",
            "from mga12.intel.com (mga12.intel.com [192.55.52.136])\n\tby dpdk.org (Postfix) with ESMTP id DEFCF6833\n\tfor <dev@dpdk.org>; Fri, 12 Apr 2019 16:03:28 +0200 (CEST)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n\tby fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t12 Apr 2019 07:03:28 -0700",
            "from unknown (HELO npg-dpdk-cvl-yingwang-117d94.sh.intel.com)\n\t([10.67.117.94])\n\tby orsmga008.jf.intel.com with ESMTP; 12 Apr 2019 07:03:26 -0700"
        ],
        "X-Amp-Result": "SKIPPED(no attachment in message)",
        "X-Amp-File-Uploaded": "False",
        "X-ExtLoop1": "1",
        "X-IronPort-AV": "E=Sophos;i=\"5.60,341,1549958400\"; d=\"scan'208\";a=\"133735399\"",
        "From": "Wang Ying A <ying.a.wang@intel.com>",
        "To": "wenzhuo.lu@intel.com,\n\tqiming.yang@intel.com",
        "Cc": "dev@dpdk.org,\n\tWang Ying A <ying.a.wang@intel.com>",
        "Date": "Fri, 12 Apr 2019 21:52:17 +0800",
        "Message-Id": "<1555077139-244831-1-git-send-email-ying.a.wang@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "Subject": "[dpdk-dev] [PATCH 0/2] ice: code clean and promisc mode fix",
        "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": "Patch 1/2 modifies the variable type of \"status\" from \"uint16_t\" to \"int\" \nto follow the standard programming style.\nPatch 2/2 adds a return value check to give user a correct prompt.\n\nWang Ying A (2):\n  net/ice: code clean\n  net/ice: fix promiscuous mode\n\n drivers/net/ice/ice_ethdev.c | 12 +++++++-----\n 1 file changed, 7 insertions(+), 5 deletions(-)"
}