Show a cover letter.

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

{
    "id": 86844,
    "url": "https://patches.dpdk.org/api/covers/86844/?format=api",
    "web_url": "https://patches.dpdk.org/project/dpdk/cover/1611027580-332220-1-git-send-email-dongzhou@nvidia.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": "<1611027580-332220-1-git-send-email-dongzhou@nvidia.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/1611027580-332220-1-git-send-email-dongzhou@nvidia.com",
    "date": "2021-01-19T03:39:38",
    "name": "[v2,0/2] app/flow-perf: support meter action",
    "submitter": {
        "id": 2011,
        "url": "https://patches.dpdk.org/api/people/2011/?format=api",
        "name": "Dong Zhou",
        "email": "dongzhou@nvidia.com"
    },
    "mbox": "https://patches.dpdk.org/project/dpdk/cover/1611027580-332220-1-git-send-email-dongzhou@nvidia.com/mbox/",
    "series": [
        {
            "id": 14826,
            "url": "https://patches.dpdk.org/api/series/14826/?format=api",
            "web_url": "https://patches.dpdk.org/project/dpdk/list/?series=14826",
            "date": "2021-01-19T03:39:38",
            "name": "app/flow-perf: support meter action",
            "version": 2,
            "mbox": "https://patches.dpdk.org/series/14826/mbox/"
        }
    ],
    "comments": "https://patches.dpdk.org/api/covers/86844/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 A8E6FA0A03;\n\tTue, 19 Jan 2021 04:39:46 +0100 (CET)",
            "from [217.70.189.124] (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 4B92C140DE7;\n\tTue, 19 Jan 2021 04:39:46 +0100 (CET)",
            "from mellanox.co.il (mail-il-dmz.mellanox.com [193.47.165.129])\n by mails.dpdk.org (Postfix) with ESMTP id 39684140DE5\n for <dev@dpdk.org>; Tue, 19 Jan 2021 04:39:43 +0100 (CET)",
            "from Internal Mail-Server by MTLPINE1 (envelope-from\n dongzhou@nvidia.com) with SMTP; 19 Jan 2021 05:39:42 +0200",
            "from nvidia.com (gen-l-vrt-320.mtl.labs.mlnx [10.237.113.1])\n by labmailer.mlnx (8.13.8/8.13.8) with ESMTP id 10J3dgxa001138;\n Tue, 19 Jan 2021 05:39:42 +0200"
        ],
        "From": "Dong Zhou <dongzhou@nvidia.com>",
        "To": "wisamm@nvidia.com, akozyrev@nvidia.com, suanmingm@nvidia.com,\n thomas@monjalon.net",
        "Cc": "dev@dpdk.org, rasland@nvidia.com",
        "Date": "Tue, 19 Jan 2021 05:39:38 +0200",
        "Message-Id": "<1611027580-332220-1-git-send-email-dongzhou@nvidia.com>",
        "X-Mailer": "git-send-email 1.8.3.1",
        "In-Reply-To": "<1610542256-285053-1-git-send-email-dongzhou@nvidia.com>",
        "References": "<1610542256-285053-1-git-send-email-dongzhou@nvidia.com>",
        "Subject": "[dpdk-dev] [PATCH v2 0/2] app/flow-perf: support meter action",
        "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",
        "Sender": "\"dev\" <dev-bounces@dpdk.org>"
    },
    "content": "This patch introduces new parameter \"--meter\" to generate flows with meter\naction in test-flow-perf application.\n\nV2:\nDivide this patch to 2 patches, one includes the split calculation and output\nused cpu time for all insertion items, another includes the support for meter\naction.\n\nDong Zhou (2):\n  app/flow-perf: split calculation and output used cpu time\n  app/flow-perf: support meter action\n\n app/test-flow-perf/actions_gen.c |  19 ++\n app/test-flow-perf/config.h      |   2 +\n app/test-flow-perf/main.c        | 411 +++++++++++++++++++++++++++++++--------\n doc/guides/tools/flow-perf.rst   |   4 +\n 4 files changed, 352 insertions(+), 84 deletions(-)"
}