Show a cover letter.

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

{
    "id": 788,
    "url": "http://patchwork.dpdk.org/api/covers/788/?format=api",
    "web_url": "http://patchwork.dpdk.org/project/dpdk/cover/20240318171704.798634-1-luca.vizzarro@arm.com/",
    "project": {
        "id": 1,
        "url": "http://patchwork.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": "<20240318171704.798634-1-luca.vizzarro@arm.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20240318171704.798634-1-luca.vizzarro@arm.com",
    "date": "2024-03-18T17:17:01",
    "name": "[v2,0/3] dts: error and usage improvements",
    "submitter": {
        "id": 3197,
        "url": "http://patchwork.dpdk.org/api/people/3197/?format=api",
        "name": "Luca Vizzarro",
        "email": "luca.vizzarro@arm.com"
    },
    "mbox": "http://patchwork.dpdk.org/project/dpdk/cover/20240318171704.798634-1-luca.vizzarro@arm.com/mbox/",
    "series": [
        {
            "id": 31545,
            "url": "http://patchwork.dpdk.org/api/series/31545/?format=api",
            "web_url": "http://patchwork.dpdk.org/project/dpdk/list/?series=31545",
            "date": "2024-03-18T17:17:01",
            "name": "dts: error and usage improvements",
            "version": 2,
            "mbox": "http://patchwork.dpdk.org/series/31545/mbox/"
        }
    ],
    "comments": "http://patchwork.dpdk.org/api/covers/788/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 07A3643CE8;\n\tMon, 18 Mar 2024 18:17:21 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 9F5F340289;\n\tMon, 18 Mar 2024 18:17:20 +0100 (CET)",
            "from foss.arm.com (foss.arm.com [217.140.110.172])\n by mails.dpdk.org (Postfix) with ESMTP id 94E124027F\n for <dev@dpdk.org>; Mon, 18 Mar 2024 18:17:19 +0100 (CET)",
            "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 119341FB;\n Mon, 18 Mar 2024 10:17:54 -0700 (PDT)",
            "from localhost.localdomain (unknown [10.57.16.1])\n by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 589AF3F67D;\n Mon, 18 Mar 2024 10:17:17 -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 Luca Vizzarro <luca.vizzarro@arm.com>",
        "Subject": "[PATCH v2 0/3] dts: error and usage improvements",
        "Date": "Mon, 18 Mar 2024 17:17:01 +0000",
        "Message-Id": "<20240318171704.798634-1-luca.vizzarro@arm.com>",
        "X-Mailer": "git-send-email 2.34.1",
        "In-Reply-To": "<20240122182611.1904974-1-luca.vizzarro@arm.com>",
        "References": "<20240122182611.1904974-1-luca.vizzarro@arm.com>",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "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 for my patch series, which changes a lot compared to v1.\nThe main and big change was the reworking of the arguments handling,\nthis can potentially be seen as a controversial change but I tried to\nexplain it as much as I could in the commit body message.\n\nv2:\n- complete rework of the arguments handling, to retain\n  the environment variables and gain control over them\n- prefixing 'Stderr: ' to RemoteCommandExecutionError\n- rebased\n\nLuca Vizzarro (3):\n  dts: rework arguments framework\n  dts: constrain DPDK source argument\n  dts: store stderr in RemoteCommandExecutionError\n\n doc/guides/tools/dts.rst                      |  55 ++-\n dts/framework/exception.py                    |  13 +-\n .../remote_session/remote_session.py          |   3 +-\n dts/framework/settings.py                     | 459 +++++++++++++-----\n dts/framework/utils.py                        |  44 +-\n 5 files changed, 417 insertions(+), 157 deletions(-)"
}