Show a cover letter.

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

{
    "id": 103927,
    "url": "https://patches.dpdk.org/api/covers/103927/?format=api",
    "web_url": "https://patches.dpdk.org/project/dts/cover/20211108162854.96466-1-linglix.chen@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": "<20211108162854.96466-1-linglix.chen@intel.com>",
    "list_archive_url": "https://inbox.dpdk.org/dts/20211108162854.96466-1-linglix.chen@intel.com",
    "date": "2021-11-08T16:28:42",
    "name": "[V1,00/12] DPDK code prefix DEV change to RTE_ETH",
    "submitter": {
        "id": 1843,
        "url": "https://patches.dpdk.org/api/people/1843/?format=api",
        "name": "Lingli Chen",
        "email": "linglix.chen@intel.com"
    },
    "mbox": "https://patches.dpdk.org/project/dts/cover/20211108162854.96466-1-linglix.chen@intel.com/mbox/",
    "series": [
        {
            "id": 20370,
            "url": "https://patches.dpdk.org/api/series/20370/?format=api",
            "web_url": "https://patches.dpdk.org/project/dts/list/?series=20370",
            "date": "2021-11-08T16:28:42",
            "name": "DPDK code prefix DEV change to RTE_ETH",
            "version": 1,
            "mbox": "https://patches.dpdk.org/series/20370/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/103927/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 B7FB8A0C4C;\n\tMon,  8 Nov 2021 09:27:08 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 655CF410FD;\n\tMon,  8 Nov 2021 09:27:08 +0100 (CET)",
            "from mga07.intel.com (mga07.intel.com [134.134.136.100])\n by mails.dpdk.org (Postfix) with ESMTP id 9CFAF410E8\n for <dts@dpdk.org>; Mon,  8 Nov 2021 09:27:06 +0100 (CET)",
            "from orsmga007.jf.intel.com ([10.7.209.58])\n by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 08 Nov 2021 00:27:05 -0800",
            "from unknown (HELO dpdk.lan) ([10.240.183.77])\n by orsmga007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;\n 08 Nov 2021 00:27:04 -0800"
        ],
        "X-IronPort-AV": [
            "E=McAfee;i=\"6200,9189,10161\"; a=\"295627941\"",
            "E=Sophos;i=\"5.87,218,1631602800\"; d=\"scan'208\";a=\"295627941\"",
            "E=Sophos;i=\"5.87,218,1631602800\"; d=\"scan'208\";a=\"491129032\""
        ],
        "From": "Lingli Chen <linglix.chen@intel.com>",
        "To": "dts@dpdk.org",
        "Cc": "Lingli Chen <linglix.chen@intel.com>",
        "Date": "Mon,  8 Nov 2021 16:28:42 +0000",
        "Message-Id": "<20211108162854.96466-1-linglix.chen@intel.com>",
        "X-Mailer": "git-send-email 2.33.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[dts] [PATCH V1 00/12] DPDK code prefix DEV change to RTE_ETH",
        "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 295968d17(\"ethdev: add namespace\"), DPDK code prefix DEV change to RTE_ETH.\n\nLingli Chen (12):\n  test_plans/dpdk_gro_lib: DPDK code prefix DEV change to RTE_ETH\n  tests/dpdk_gro_lib: DPDK code prefix DEV change to RTE_ETH\n  test_plans/vdev_primary_secondary: DPDK code prefix DEV change to\n    RTE_ETH\n  tests/vdev_primary_secondary: DPDK code prefix DEV change to RTE_ETH\n  test_plans/vhost_event_idx_interrupt: DPDK code prefix DEV change to\n    RTE_ETH\n  tests/vhost_event_idx_interrupt: DPDK code prefix DEV change to\n    RTE_ETH\n  test_plans/vhost_user_interrupt: DPDK code prefix DEV change to\n    RTE_ETH\n  tests/vhost_user_interrupt: DPDK code prefix DEV change to RTE_ETH\n  test_plans/vhost_virtio_pmd_interrupt: DPDK code prefix DEV change to\n    RTE_ETH\n  tests/vhost_virtio_pmd_interrupt: DPDK code prefix DEV change to\n    RTE_ETH\n  test_plans/vhost_virtio_user_interrupt: DPDK code prefix DEV change to\n    RTE_ETH\n  tests/vhost_virtio_user_interrupt: DPDK code prefix DEV change to\n    RTE_ETH\n\n test_plans/dpdk_gro_lib_test_plan.rst         | 26 +++++++++----------\n .../vdev_primary_secondary_test_plan.rst      |  7 +++--\n .../vhost_event_idx_interrupt_test_plan.rst   |  5 ++--\n test_plans/vhost_user_interrupt_test_plan.rst | 16 ++++++++++++\n .../vhost_virtio_pmd_interrupt_test_plan.rst  |  7 +++--\n .../vhost_virtio_user_interrupt_test_plan.rst |  7 +++--\n tests/TestSuite_dpdk_gro_lib.py               | 24 ++++++++---------\n tests/TestSuite_vdev_primary_secondary.py     |  4 +--\n tests/TestSuite_vhost_event_idx_interrupt.py  |  2 +-\n tests/TestSuite_vhost_user_interrupt.py       |  2 +-\n tests/TestSuite_vhost_virtio_pmd_interrupt.py |  4 +--\n .../TestSuite_vhost_virtio_user_interrupt.py  |  4 +--\n 12 files changed, 60 insertions(+), 48 deletions(-)"
}