Show a cover letter.

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

{
    "id": 97090,
    "url": "http://patchwork.dpdk.org/api/covers/97090/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dts/cover/20210819113524.8190-1-yanx.xia@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": "<20210819113524.8190-1-yanx.xia@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20210819113524.8190-1-yanx.xia@intel.com",
    "date": "2021-08-19T11:35:21",
    "name": "[V1,0/3] remove etag test plan and testsuite",
    "submitter": {
        "id": 2034,
        "url": "http://patchwork.dpdk.org/api/people/2034/?format=api",
        "name": "Yan Xia",
        "email": "yanx.xia@intel.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dts/cover/20210819113524.8190-1-yanx.xia@intel.com/mbox/",
    "series": [
        {
            "id": 18342,
            "url": "http://patchwork.dpdk.org/api/series/18342/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dts/list/?series=18342",
            "date": "2021-08-19T11:35:21",
            "name": "remove etag test plan and testsuite",
            "version": 1,
            "mbox": "http://patchwork.dpdk.org/series/18342/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/97090/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 923AFA0C47;\n\tThu, 19 Aug 2021 05:03:16 +0200 (CEST)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 64C3A4067E;\n\tThu, 19 Aug 2021 05:03:16 +0200 (CEST)",
            "from mga03.intel.com (mga03.intel.com [134.134.136.65])\n by mails.dpdk.org (Postfix) with ESMTP id 0944D40141\n for <dts@dpdk.org>; Thu, 19 Aug 2021 05:03:14 +0200 (CEST)",
            "from fmsmga003.fm.intel.com ([10.253.24.29])\n by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 18 Aug 2021 20:03:13 -0700",
            "from unknown (HELO DPDK-CVL-tetser102.icx.intel.com)\n ([10.240.183.102])\n by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 18 Aug 2021 20:03:12 -0700"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10080\"; a=\"216504863\"",
            "E=Sophos;i=\"5.84,333,1620716400\"; d=\"scan'208\";a=\"216504863\"",
            "E=Sophos;i=\"5.84,333,1620716400\"; d=\"scan'208\";a=\"521404422\""
        ],
        "From": "Yan Xia <yanx.xia@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Yan Xia <yanx.xia@intel.com>",
        "Date": "Thu, 19 Aug 2021 11:35:21 +0000",
        "Message-Id": "<20210819113524.8190-1-yanx.xia@intel.com>",
        "X-Mailer": "git-send-email 2.17.1",
        "Subject": "[dts] [PATCH V1 0/3] remove etag test plan and testsuite",
        "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": "remove etag test plan and testsuite based on dpdk commit-id cf47acc0f(remove L2 tunnel offload control API E-tag set)\nand 99a1b6895(remove API to config L2 tunnel EtherType port config all l2-tunnel E-tag xxx).\n\nYan Xia (3):\n  test_plan/etag_test_plan: remove this test plan\n  test_plans/index: delete etag_test_plan Field\n  tests/etag: remove testsuite\n\n test_plans/etag_test_plan.rst | 151 -------------\n test_plans/index.rst          |   1 -\n tests/TestSuite_etag.py       | 407 ----------------------------------\n 3 files changed, 559 deletions(-)\n delete mode 100644 test_plans/etag_test_plan.rst\n delete mode 100644 tests/TestSuite_etag.py"
}