Show a cover letter.

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

{
    "id": 52839,
    "url": "http://patches.dpdk.org/api/covers/52839/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/1555465672-288172-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": "<1555465672-288172-1-git-send-email-ying.a.wang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1555465672-288172-1-git-send-email-ying.a.wang@intel.com",
    "date": "2019-04-17T01:47:50",
    "name": "[v2,0/2] ice: fix wrong type and promisc mode",
    "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/1555465672-288172-1-git-send-email-ying.a.wang@intel.com/mbox/",
    "series": [
        {
            "id": 4338,
            "url": "http://patches.dpdk.org/api/series/4338/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=4338",
            "date": "2019-04-17T01:47:50",
            "name": "ice: fix wrong type and promisc mode",
            "version": 2,
            "mbox": "http://patches.dpdk.org/series/4338/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/52839/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 AF5181B587;\n\tWed, 17 Apr 2019 03:59:39 +0200 (CEST)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n\tby dpdk.org (Postfix) with ESMTP id 9DD601B585\n\tfor <dev@dpdk.org>; Wed, 17 Apr 2019 03:59:37 +0200 (CEST)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n\tby orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t16 Apr 2019 18:59:36 -0700",
            "from unknown (HELO npg-dpdk-cvl-yingwang-117d94.sh.intel.com)\n\t([10.67.117.94])\n\tby orsmga007.jf.intel.com with ESMTP; 16 Apr 2019 18:59:35 -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,360,1549958400\"; d=\"scan'208\";a=\"132028367\"",
        "From": "Wang Ying A <ying.a.wang@intel.com>",
        "To": "wenzhuo.lu@intel.com,\n\tqiming.yang@intel.com,\n\tqi.z.zhang@intel.com",
        "Cc": "dev@dpdk.org,\n\tramirose@gmail.com,\n\tWang Ying A <ying.a.wang@intel.com>",
        "Date": "Wed, 17 Apr 2019 09:47:50 +0800",
        "Message-Id": "<1555465672-288172-1-git-send-email-ying.a.wang@intel.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1555077139-244831-2-git-send-email-ying.a.wang@intel.com>",
        "References": "<1555077139-244831-2-git-send-email-ying.a.wang@intel.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] ice: fix wrong type and promisc mode",
        "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 \"enum ice_status \".\nPatch 2/2 adds a return value check to give user a correct prompt.\n\nV2:\n* For patch 1/2, change \"int\" to \"enum ice_status\"; fix some typo of the commit message\n  and rename the patch title. For patch 2/2, make the commit log concise and clear.\n\nWang Ying A (2):\n  net/ice: fix wrong type\n  net/ice: fix promiscuous mode\n\n drivers/net/ice/ice_ethdev.c | 12 +++++++-----\n 1 file changed, 7 insertions(+), 5 deletions(-)\n\t\t\t  \n--\n1.8.3.1"
}