Show a cover letter.

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

{
    "id": 44524,
    "url": "http://patches.dpdk.org/api/covers/44524/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20180910163753.85966-1-xiaoyun.li@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": "<20180910163753.85966-1-xiaoyun.li@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20180910163753.85966-1-xiaoyun.li@intel.com",
    "date": "2018-09-10T16:37:45",
    "name": "[0/8] update ixgbe base code",
    "submitter": {
        "id": 798,
        "url": "http://patches.dpdk.org/api/people/798/?format=api",
        "name": "Li, Xiaoyun",
        "email": "xiaoyun.li@intel.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20180910163753.85966-1-xiaoyun.li@intel.com/mbox/",
    "series": [
        {
            "id": 1258,
            "url": "http://patches.dpdk.org/api/series/1258/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=1258",
            "date": "2018-09-10T16:37:45",
            "name": "update ixgbe base code",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/1258/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/44524/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 8745D4C93;\n\tMon, 10 Sep 2018 18:46:07 +0200 (CEST)",
            "from mga02.intel.com (mga02.intel.com [134.134.136.20])\n\tby dpdk.org (Postfix) with ESMTP id BE8E74C90\n\tfor <dev@dpdk.org>; Mon, 10 Sep 2018 18:46:05 +0200 (CEST)",
            "from orsmga003.jf.intel.com ([10.7.209.27])\n\tby orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;\n\t10 Sep 2018 09:46:04 -0700",
            "from dpdk-xiaoyun3.sh.intel.com ([10.67.119.41])\n\tby orsmga003.jf.intel.com with ESMTP; 10 Sep 2018 09:46:03 -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,356,1531810800\"; d=\"scan'208\";a=\"82348841\"",
        "From": "Xiaoyun Li <xiaoyun.li@intel.com>",
        "To": "wenzhuo.lu@intel.com,\n\tdev@dpdk.org",
        "Cc": "Xiaoyun Li <xiaoyun.li@intel.com>",
        "Date": "Tue, 11 Sep 2018 00:37:45 +0800",
        "Message-Id": "<20180910163753.85966-1-xiaoyun.li@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dpdk-dev] [PATCH 0/8] update ixgbe base code",
        "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": "Update the ixgbe base code to version cid-ixgbe.2018.08.28.tar.gz.\n\nXiaoyun Li (8):\n  net/ixgbe/base: update the license\n  net/ixgbe/base: cleanup codes\n  net/ixgbe/base: add FW recovery mode check\n  net/ixgbe/base: relpace an operation in X550 setup\n  net/ixgbe/base: update X550 SFP identification\n  net/ixgbe/base: add support for DCB registers dump\n  net/ixgbe: remove Light Spring code\n  net/ixgbe/base: update README file\n\n drivers/net/ixgbe/base/README            |  4 +-\n drivers/net/ixgbe/base/ixgbe_82598.c     | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_82598.h     | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_82599.c     | 45 ++----------------\n drivers/net/ixgbe/base/ixgbe_82599.h     | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_api.c       | 50 ++++++--------------\n drivers/net/ixgbe/base/ixgbe_api.h       | 36 ++-------------\n drivers/net/ixgbe/base/ixgbe_common.c    | 41 ++--------------\n drivers/net/ixgbe/base/ixgbe_common.h    | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_dcb.c       | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_dcb.h       | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_dcb_82598.c | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_dcb_82598.h | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_dcb_82599.c | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_dcb_82599.h | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_hv_vf.c     | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_hv_vf.h     | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_mbx.c       | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_mbx.h       | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_osdep.h     | 36 ++-------------\n drivers/net/ixgbe/base/ixgbe_phy.c       | 36 ++-------------\n drivers/net/ixgbe/base/ixgbe_phy.h       | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_type.h      | 53 ++++++---------------\n drivers/net/ixgbe/base/ixgbe_vf.c        | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_vf.h        | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_x540.c      | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_x540.h      | 35 ++------------\n drivers/net/ixgbe/base/ixgbe_x550.c      | 59 +++++++++---------------\n drivers/net/ixgbe/base/ixgbe_x550.h      | 36 ++-------------\n drivers/net/ixgbe/ixgbe_ethdev.c         |  1 -\n 30 files changed, 131 insertions(+), 931 deletions(-)"
}