Show a cover letter.

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

{
    "id": 919,
    "url": "https://patches.dpdk.org/api/covers/919/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/20240509112057.1167947-1-luca.vizzarro@arm.com/",
    "project": {
        "id": 1,
        "url": "https://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": "<20240509112057.1167947-1-luca.vizzarro@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20240509112057.1167947-1-luca.vizzarro@arm.com",
    "date": "2024-05-09T11:20:49",
    "name": "[v2,0/8] dts: add testpmd params",
    "submitter": {
        "id": 3197,
        "url": "https://patches.dpdk.org/api/people/3197/?format=api",
        "name": "Luca Vizzarro",
        "email": "luca.vizzarro@arm.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/20240509112057.1167947-1-luca.vizzarro@arm.com/mbox/",
    "series": [
        {
            "id": 31897,
            "url": "https://patches.dpdk.org/api/series/31897/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=31897",
            "date": "2024-05-09T11:20:49",
            "name": "dts: add testpmd params",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/31897/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/919/comments/",
    "headers": {
        "Return-Path": "<dev-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 937F543F7C;\n\tThu,  9 May 2024 13:21:12 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 0FD47402EA;\n\tThu,  9 May 2024 13:21:12 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id 0CBD5402B7\n for <dev@dpdk.org>; Thu,  9 May 2024 13:21:10 +0200 (CEST)",
            "from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])\n by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F1141106F;\n Thu,  9 May 2024 04:21:34 -0700 (PDT)",
            "from localhost.localdomain (unknown [10.1.194.74])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id E2E203F6A8;\n Thu,  9 May 2024 04:21:08 -0700 (PDT)"
        ],
        "From": "Luca Vizzarro <luca.vizzarro@arm.com>",
        "To": "dev@dpdk.org",
        "Cc": "=?utf-8?q?Juraj_Linke=C5=A1?= <juraj.linkes@pantheon.tech>,\n Jeremy Spewock <jspewock@iol.unh.edu>, Luca Vizzarro <luca.vizzarro@arm.com>",
        "Subject": "[PATCH v2 0/8] dts: add testpmd params",
        "Date": "Thu,  9 May 2024 12:20:49 +0100",
        "Message-Id": "<20240509112057.1167947-1-luca.vizzarro@arm.com>",
        "X-Mailer": "git-send-email 2.34.1",
        "In-Reply-To": "<20240326190422.577028-1-luca.vizzarro@arm.com>",
        "References": "<20240326190422.577028-1-luca.vizzarro@arm.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "X-BeenThere": "dev@dpdk.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "DPDK patches and discussions <dev.dpdk.org>",
        "List-Unsubscribe": "<https://mails.dpdk.org/options/dev>,\n <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 <mailto:dev-request@dpdk.org?subject=subscribe>",
        "Errors-To": "dev-bounces@dpdk.org"
    },
    "content": "Hello,\n\nsending in v2:\n- refactored the params module\n- strengthened typing of the params module\n- moved the params module into its own package\n- refactored EalParams and TestPmdParams and\n  moved under the params package\n- reworked interactions between nodes and shells\n- refactored imports leading to circular dependencies\n\nBest,\nLuca\n\n---\nDepends-on: series-31896 (\"dts: update mypy and clean up\")\n---\n\nLuca Vizzarro (8):\n  dts: add params manipulation module\n  dts: use Params for interactive shells\n  dts: refactor EalParams\n  dts: remove module-wide imports\n  dts: add testpmd shell params\n  dts: use testpmd params for scatter test suite\n  dts: rework interactive shells\n  dts: use Unpack for type checking and hinting\n\n dts/framework/params/__init__.py              | 274 ++++++++\n dts/framework/params/eal.py                   |  50 ++\n dts/framework/params/testpmd.py               | 608 ++++++++++++++++++\n dts/framework/params/types.py                 | 133 ++++\n dts/framework/remote_session/__init__.py      |   5 +-\n dts/framework/remote_session/dpdk_shell.py    | 104 +++\n .../remote_session/interactive_shell.py       |  83 ++-\n dts/framework/remote_session/python_shell.py  |   4 +-\n dts/framework/remote_session/testpmd_shell.py | 102 ++-\n dts/framework/runner.py                       |   4 +-\n dts/framework/test_suite.py                   |   5 +-\n dts/framework/testbed_model/__init__.py       |   7 -\n dts/framework/testbed_model/node.py           |  36 +-\n dts/framework/testbed_model/os_session.py     |  38 +-\n dts/framework/testbed_model/sut_node.py       | 182 +-----\n .../testbed_model/traffic_generator/scapy.py  |   6 +-\n dts/tests/TestSuite_hello_world.py            |   9 +-\n dts/tests/TestSuite_pmd_buffer_scatter.py     |  21 +-\n dts/tests/TestSuite_smoke_tests.py            |   4 +-\n 19 files changed, 1296 insertions(+), 379 deletions(-)\n create mode 100644 dts/framework/params/__init__.py\n create mode 100644 dts/framework/params/eal.py\n create mode 100644 dts/framework/params/testpmd.py\n create mode 100644 dts/framework/params/types.py\n create mode 100644 dts/framework/remote_session/dpdk_shell.py"
}