Show a cover letter.

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

{
    "id": 96368,
    "url": "http://patchwork.dpdk.org/api/covers/96368/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dts/cover/1627539383-26588-1-git-send-email-yux.jiang@intel.com/",
    "project": {
        "id": 3,
        "url": "http://patchwork.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": "<1627539383-26588-1-git-send-email-yux.jiang@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/1627539383-26588-1-git-send-email-yux.jiang@intel.com",
    "date": "2021-07-29T06:16:21",
    "name": "[V1,0/2] add test plan and tests: tx offload multi_segs setting",
    "submitter": {
        "id": 1709,
        "url": "http://patchwork.dpdk.org/api/people/1709/?format=api",
        "name": "Yu Jiang",
        "email": "yux.jiang@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dts/cover/1627539383-26588-1-git-send-email-yux.jiang@intel.com/mbox/",
    "series": [
        {
            "id": 18047,
            "url": "http://patchwork.dpdk.org/api/series/18047/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dts/list/?series=18047",
            "date": "2021-07-29T06:16:22",
            "name": "add test plan and tests: tx offload multi_segs setting",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/18047/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/96368/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 08715A0C46;\n\tThu, 29 Jul 2021 08:17:00 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 59B44410F5;\n\tThu, 29 Jul 2021 08:16:59 +0200 (CEST)",
            "from mga18.intel.com (mga18.intel.com [134.134.136.126])\n by mails.dpdk.org (Postfix) with ESMTP id 21DCE40DFB\n for <dts@dpdk.org>; Thu, 29 Jul 2021 08:16:57 +0200 (CEST)",
            "from fmsmga008.fm.intel.com ([10.253.24.58])\n by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 28 Jul 2021 23:16:54 -0700",
            "from odcacrnlx2.sh.intel.com ([10.240.183.163])\n by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA;\n 28 Jul 2021 23:16:50 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10059\"; a=\"200028945\"",
            "E=Sophos;i=\"5.84,278,1620716400\"; d=\"scan'208\";a=\"200028945\"",
            "E=Sophos;i=\"5.84,278,1620716400\"; d=\"scan'208\";a=\"476213791\""
        ],
        "From": "Yu Jiang <yux.jiang@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Yu Jiang <yux.jiang@intel.com>",
        "Date": "Thu, 29 Jul 2021 14:16:21 +0800",
        "Message-Id": "<1627539383-26588-1-git-send-email-yux.jiang@intel.com>",
        "X-Mailer": "git-send-email 2.7.4",
        "Subject": "[dts] [PATCH V1 0/2] add test plan and tests: tx offload multi_segs\n setting",
        "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": "add test plan and tests: tx offload multi_segs setting\n\nYu Jiang (2):\n  test_plans/rxtx_offload: add tx offload multi_segs setting\n  tests/rxtx_offload: add test case test_txoffload_port_multi_segs\n\n test_plans/rxtx_offload_test_plan.rst | 56 +++++++++++++++++++++++++++++\n tests/TestSuite_rxtx_offload.py       | 66 +++++++++++++++++++++++++++++++++++\n 2 files changed, 122 insertions(+)"
}