Show a cover letter.

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

{
    "id": 857,
    "url": "http://patches.dpdk.org/api/covers/857/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20240412111136.3470304-1-luca.vizzarro@arm.com/",
    "project": {
        "id": 1,
        "url": "http://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": "<20240412111136.3470304-1-luca.vizzarro@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20240412111136.3470304-1-luca.vizzarro@arm.com",
    "date": "2024-04-12T11:11:31",
    "name": "[0/5] dts: testpmd show port info/stats",
    "submitter": {
        "id": 3197,
        "url": "http://patches.dpdk.org/api/people/3197/?format=api",
        "name": "Luca Vizzarro",
        "email": "luca.vizzarro@arm.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20240412111136.3470304-1-luca.vizzarro@arm.com/mbox/",
    "series": [
        {
            "id": 31729,
            "url": "http://patches.dpdk.org/api/series/31729/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=31729",
            "date": "2024-04-12T11:11:31",
            "name": "dts: testpmd show port info/stats",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/31729/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/857/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 D4B6343E51;\n\tFri, 12 Apr 2024 13:11:52 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 772D8402A2;\n\tFri, 12 Apr 2024 13:11:52 +0200 (CEST)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id AED69400D6\n for <dev@dpdk.org>; Fri, 12 Apr 2024 13:11:51 +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 48575339;\n Fri, 12 Apr 2024 04:12:20 -0700 (PDT)",
            "from localhost.localdomain (unknown [10.57.19.212])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 255073F766;\n Fri, 12 Apr 2024 04:11:49 -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 0/5] dts: testpmd show port info/stats",
        "Date": "Fri, 12 Apr 2024 12:11:31 +0100",
        "Message-Id": "<20240412111136.3470304-1-luca.vizzarro@arm.com>",
        "X-Mailer": "git-send-email 2.34.1",
        "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\nAs previously mentioned in the DTS meeting, here is the patch series\nrelating show port info and stats. It also includes a proposal for a\ngeneric parsing utility.\n\nFrom my existing testpmd params series I recognise there are quite a few\nimprovements that can also be added to this series. But I am reserving\nthem for v2. Feel free to point them out here as well.\n\nBest,\nLuca\n\nLuca Vizzarro (5):\n  dts: fix InteractiveShell command prompt filtering\n  dts: skip first line of send_command output\n  dts: add parsing utility module\n  dts: add `show port info` command to TestPmdShell\n  dts: add `show port stats` command to TestPmdShell\n\n dts/framework/parser.py                       | 147 +++++\n .../remote_session/interactive_shell.py       |  10 +-\n dts/framework/remote_session/testpmd_shell.py | 531 +++++++++++++++++-\n 3 files changed, 685 insertions(+), 3 deletions(-)\n create mode 100644 dts/framework/parser.py"
}