Show a cover letter.

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

{
    "id": 86738,
    "url": "https://patches.dpdk.org/api/covers/86738/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/cover/20210118070924.23616-1-weix.xie@intel.com/",
    "project": {
        "id": 3,
        "url": "https://patches.dpdk.org/api/projects/3/?format=api",
        "name": "DTS",
        "link_name": "dts",
        "list_id": "dts.dpdk.org",
        "list_email": "dts@dpdk.org",
        "web_url": "",
        "scm_url": "git://dpdk.org/tools/dts",
        "webscm_url": "http://git.dpdk.org/tools/dts/",
        "list_archive_url": "https://inbox.dpdk.org/dts",
        "list_archive_url_format": "https://inbox.dpdk.org/dts/{}",
        "commit_url_format": ""
    },
    "msgid": "<20210118070924.23616-1-weix.xie@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210118070924.23616-1-weix.xie@intel.com",
    "date": "2021-01-18T07:09:22",
    "name": "[V1,0/2] fix Rx bytes statistics.",
    "submitter": {
        "id": 1686,
        "url": "https://patches.dpdk.org/api/people/1686/?format=api",
        "name": "Xie, WeiX",
        "email": "weix.xie@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dts/cover/20210118070924.23616-1-weix.xie@intel.com/mbox/",
    "series": [
        {
            "id": 14799,
            "url": "https://patches.dpdk.org/api/series/14799/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/list/?series=14799",
            "date": "2021-01-18T07:09:22",
            "name": "fix Rx bytes statistics.",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/14799/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/86738/comments/",
    "headers": {
        "Return-Path": "<dts-bounces@dpdk.org>",
        "X-Original-To": "patchwork@inbox.dpdk.org",
        "Delivered-To": "patchwork@inbox.dpdk.org",
        "Received": [
            "from mails.dpdk.org (mails.dpdk.org [217.70.189.124])\n\tby inbox.dpdk.org (Postfix) with ESMTP id 5D83EA0A03;\n\tMon, 18 Jan 2021 08:07:41 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 50D9D140D0B;\n\tMon, 18 Jan 2021 08:07:41 +0100 (CET)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n by mails.dpdk.org (Postfix) with ESMTP id 5197A140CD5\n for <dts@dpdk.org>; Mon, 18 Jan 2021 08:07:39 +0100 (CET)",
            "from orsmga008.jf.intel.com ([10.7.209.65])\n by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 17 Jan 2021 23:07:38 -0800",
            "from unknown (HELO localhost.localdomain) ([10.240.183.80])\n by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 17 Jan 2021 23:07:37 -0800"
        ],
        "IronPort-SDR": [
            "\n XXo/obUNxI4rfbjP0Xdwbn8Y7eVcnqAtAvrBQMsHeINGseuQvI86hDyxwCHRQ2S8JupVXDVPC5\n DMVZG5Hln5ZA==",
            "\n Db7Qvi749nIfHHo5U+GxRen6GwlvJ5CmWrxVTJ4x4gJG9igaccpp4BlDZ7cBlceubhh1uLHp1K\n AFkU4uiSQJdw=="
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6000,8403,9867\"; a=\"242837751\"",
            "E=Sophos;i=\"5.79,355,1602572400\"; d=\"scan'208\";a=\"242837751\"",
            "E=Sophos;i=\"5.79,355,1602572400\"; d=\"scan'208\";a=\"383463735\""
        ],
        "From": "Xie wei <weix.xie@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Xie wei <weix.xie@intel.com>",
        "Date": "Mon, 18 Jan 2021 15:09:22 +0800",
        "Message-Id": "<20210118070924.23616-1-weix.xie@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V1 0/2]fix Rx bytes statistics.",
        "X-BeenThere": "dts@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "test suite reviews and discussions <dts.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dts>,\n <mailto:dts-request@dpdk.org?subject=unsubscribe>",
        "List-Archive": "<http://mails.dpdk.org/archives/dts/>",
        "List-Post": "<mailto:dts@dpdk.org>",
        "List-Help": "<mailto:dts-request@dpdk.org?subject=help>",
        "List-Subscribe": "<https://mails.dpdk.org/listinfo/dts>,\n <mailto:dts-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dts-bounces@dpdk.org",
        "Sender": "\"dts\" <dts-bounces@dpdk.org>"
    },
    "content": "According to dpdk commit e8326d3, fix Rx bytes statistics for i40e.\n\nXie wei (2):\n  tests/vf_jumboframe: fix Rx bytes statistics\n  tests/veb_switch: fix Rx bytes statistics\n\n tests/TestSuite_veb_switch.py    | 10 +---------\n tests/TestSuite_vf_jumboframe.py | 15 +--------------\n 2 files changed, 2 insertions(+), 23 deletions(-)"
}