Show a cover letter.

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

{
    "id": 447,
    "url": "http://patches.dpdk.org/api/covers/447/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20231130104415.1064644-1-haijie1@huawei.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": "<20231130104415.1064644-1-haijie1@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20231130104415.1064644-1-haijie1@huawei.com",
    "date": "2023-11-30T10:44:13",
    "name": "[RESEND,0/2] app/testpmd: support set RSS hash algorithm",
    "submitter": {
        "id": 2935,
        "url": "http://patches.dpdk.org/api/people/2935/?format=api",
        "name": "Jie Hai",
        "email": "haijie1@huawei.com"
    },
    "mbox": "http://patches.dpdk.org/project/dpdk/cover/20231130104415.1064644-1-haijie1@huawei.com/mbox/",
    "series": [
        {
            "id": 30423,
            "url": "http://patches.dpdk.org/api/series/30423/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=30423",
            "date": "2023-11-30T10:44:13",
            "name": "app/testpmd: support set RSS hash algorithm",
            "version": 1,
            "mbox": "http://patches.dpdk.org/series/30423/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/447/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 01C624340F;\n\tThu, 30 Nov 2023 11:48:03 +0100 (CET)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 7DA7D42E97;\n\tThu, 30 Nov 2023 11:48:03 +0100 (CET)",
            "from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187])\n by mails.dpdk.org (Postfix) with ESMTP id 8688142E97\n for <dev@dpdk.org>; Thu, 30 Nov 2023 11:48:01 +0100 (CET)",
            "from kwepemd100004.china.huawei.com (unknown [172.30.72.56])\n by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Sgt9G6zs3zsRSF;\n Thu, 30 Nov 2023 18:44:18 +0800 (CST)",
            "from localhost.localdomain (10.67.165.2) by\n kwepemd100004.china.huawei.com (7.221.188.31) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id\n 15.2.1258.28; Thu, 30 Nov 2023 18:47:58 +0800"
        ],
        "From": "Jie Hai <haijie1@huawei.com>",
        "To": "<thomas@monjalon.net>, <ferruh.yigit@amd.com>, <dev@dpdk.org>,\n <andrew.rybchenko@oktetlabs.ru>",
        "CC": "<fengchengwen@huawei.com>, <lihuisong@huawei.com>",
        "Subject": "[RESEND 0/2] app/testpmd: support set RSS hash algorithm",
        "Date": "Thu, 30 Nov 2023 18:44:13 +0800",
        "Message-ID": "<20231130104415.1064644-1-haijie1@huawei.com>",
        "X-Mailer": "git-send-email 2.30.0",
        "In-Reply-To": "<20231122094900.788126-1-haijie1@huawei.com>",
        "References": "<20231122094900.788126-1-haijie1@huawei.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Content-Type": "text/plain",
        "X-Originating-IP": "[10.67.165.2]",
        "X-ClientProxiedBy": "dggems702-chm.china.huawei.com (10.3.19.179) To\n kwepemd100004.china.huawei.com (7.221.188.31)",
        "X-CFilter-Loop": "Reflected",
        "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": "This patch set supports setting RSS hash algorithm.\n\nJie Hai (2):\n  ethdev: add new API to get RSS hash algorithm by name\n  app/testpmd: support set RSS hash algorithm\n\n app/test-pmd/cmdline.c                      | 79 +++++++++++++++++++++\n doc/guides/rel_notes/release_24_03.rst      |  5 ++\n doc/guides/testpmd_app_ug/testpmd_funcs.rst | 11 +++\n lib/ethdev/rte_ethdev.c                     | 15 ++++\n lib/ethdev/rte_ethdev.h                     | 20 ++++++\n lib/ethdev/version.map                      |  3 +\n 6 files changed, 133 insertions(+)"
}