Show a cover letter.

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

{
    "id": 122,
    "url": "http://patches.dpdk.org/api/covers/122/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20230908080030.3837515-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": "<20230908080030.3837515-1-haijie1@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20230908080030.3837515-1-haijie1@huawei.com",
    "date": "2023-09-08T08:00:22",
    "name": "[v4,0/7] support setting and querying RSS algorithms",
    "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/20230908080030.3837515-1-haijie1@huawei.com/mbox/",
    "series": [
        {
            "id": 29457,
            "url": "http://patches.dpdk.org/api/series/29457/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=29457",
            "date": "2023-09-08T08:00:22",
            "name": "support setting and querying RSS algorithms",
            "version": 4,
            "mbox": "http://patches.dpdk.org/series/29457/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/122/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 985CD42544;\n\tFri,  8 Sep 2023 10:03:42 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id 8B215402D9;\n\tFri,  8 Sep 2023 10:03:42 +0200 (CEST)",
            "from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188])\n by mails.dpdk.org (Postfix) with ESMTP id 1E9E540274\n for <dev@dpdk.org>; Fri,  8 Sep 2023 10:03:41 +0200 (CEST)",
            "from kwepemi500020.china.huawei.com (unknown [172.30.72.57])\n by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4RhpRx6mkWzNn7K\n for <dev@dpdk.org>; Fri,  8 Sep 2023 15:59:57 +0800 (CST)",
            "from localhost.localdomain (10.67.165.2) by\n kwepemi500020.china.huawei.com (7.221.188.8) with Microsoft SMTP Server\n (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id\n 15.1.2507.31; Fri, 8 Sep 2023 16:03:38 +0800"
        ],
        "From": "Jie Hai <haijie1@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<haijie1@huawei.com>, <lihuisong@huawei.com>",
        "Subject": "[PATCH v4 0/7] support setting and querying RSS algorithms",
        "Date": "Fri, 8 Sep 2023 16:00:22 +0800",
        "Message-ID": "<20230908080030.3837515-1-haijie1@huawei.com>",
        "X-Mailer": "git-send-email 2.30.0",
        "In-Reply-To": "<20230904072851.7384-1-haijie1@huawei.com>",
        "References": "<20230904072851.7384-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": "dggems704-chm.china.huawei.com (10.3.19.181) To\n kwepemi500020.china.huawei.com (7.221.188.8)",
        "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 patchset is to support setting and querying RSS algorithms.\n\n--\nv4:\n1. recomment some definitions related to RSS.\n2. allocate static memory for rss_key instead of dynamic.\n3. use array of strings to get the name of rss algorithm.\n4. add display of rss algorithm with testpmd.\n\nv3:\n1. fix commit log for PATCH [1/5].\n2. make RSS ABI changes description to start the actual text at the margin.\n3. move defnition of enum rte_eth_hash_function to rte_ethdev.h.\n4. fix some comment codes.\n\nv2:\n1. return error if \"func\" is invalid.\n2. modify the comments of the \"func\" field.\n3. modify commit log of patch [3/5].\n4. use malloc instead of rte_malloc.\n5. adjust display format of RSS info.\n6. remove the string display of rss_hf.\n\n\nHuisong Li (1):\n  net/hns3: support setting and querying RSS hash function\n\nJie Hai (6):\n  ethdev: recomment some definitions related to RSS\n  ethdev: support setting and querying RSS algorithm\n  app/proc-info: fix never show RSS info\n  app/proc-info: adjust the display format of RSS info\n  app/proc-info: support querying RSS hash algorithm\n  app/testpmd: add RSS hash algorithms display\n\n app/proc-info/main.c                   | 31 +++++++++++-----\n app/test-pmd/cmdline.c                 | 29 ++++++++++++---\n app/test-pmd/config.c                  | 36 +++++++++----------\n app/test-pmd/testpmd.h                 |  2 +-\n doc/guides/rel_notes/release_23_11.rst |  2 ++\n drivers/net/hns3/hns3_rss.c            | 47 +++++++++++++-----------\n lib/ethdev/rte_ethdev.c                | 17 +++++++++\n lib/ethdev/rte_ethdev.h                | 49 ++++++++++++++++++--------\n lib/ethdev/rte_flow.c                  |  1 -\n lib/ethdev/rte_flow.h                  | 18 ++--------\n 10 files changed, 146 insertions(+), 86 deletions(-)"
}