Show a cover letter.

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

{
    "id": 247,
    "url": "http://patches.dpdk.org/api/covers/247/?format=api",
    "web_url": "http://patches.dpdk.org/project/dpdk/cover/20231011092805.693171-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": "<20231011092805.693171-1-haijie1@huawei.com>",
    "list_archive_url": "https://inbox.dpdk.org/dev/20231011092805.693171-1-haijie1@huawei.com",
    "date": "2023-10-11T09:27:25",
    "name": "[v5,00/40] 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/20231011092805.693171-1-haijie1@huawei.com/mbox/",
    "series": [
        {
            "id": 29816,
            "url": "http://patches.dpdk.org/api/series/29816/?format=api",
            "web_url": "http://patches.dpdk.org/project/dpdk/list/?series=29816",
            "date": "2023-10-11T09:27:25",
            "name": "support setting and querying RSS algorithms",
            "version": 5,
            "mbox": "http://patches.dpdk.org/series/29816/mbox/"
        }
    ],
    "comments": "http://patches.dpdk.org/api/covers/247/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 CA25D4235E;\n\tWed, 11 Oct 2023 11:31:30 +0200 (CEST)",
            "from mails.dpdk.org (localhost [127.0.0.1])\n\tby mails.dpdk.org (Postfix) with ESMTP id B6A0E40A6E;\n\tWed, 11 Oct 2023 11:31:30 +0200 (CEST)",
            "from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188])\n by mails.dpdk.org (Postfix) with ESMTP id 0C25040279\n for <dev@dpdk.org>; Wed, 11 Oct 2023 11:31:29 +0200 (CEST)",
            "from kwepemi500020.china.huawei.com (unknown [172.30.72.57])\n by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4S56ql176QzLqJF\n for <dev@dpdk.org>; Wed, 11 Oct 2023 17:27:31 +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; Wed, 11 Oct 2023 17:31:27 +0800"
        ],
        "From": "Jie Hai <haijie1@huawei.com>",
        "To": "<dev@dpdk.org>",
        "CC": "<lihuisong@huawei.com>, <fengchengwen@huawei.com>,\n <liudongdong3@huawei.com>",
        "Subject": "[PATCH v5 00/40] support setting and querying RSS algorithms",
        "Date": "Wed, 11 Oct 2023 17:27:25 +0800",
        "Message-ID": "<20231011092805.693171-1-haijie1@huawei.com>",
        "X-Mailer": "git-send-email 2.30.0",
        "In-Reply-To": "<20230908080030.3837515-1-haijie1@huawei.com>",
        "References": "<20230908080030.3837515-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--\nv5:\n1. rewrite some comments.\n2. check RSS algorithm for drivers supporting RSS.\n3. change field \"func\" of rss_conf to \"algorithm\".\n4. fix commit log for [PATCH v4 4/7].\n5. add Acked-by Reshma Pattan.\n6. add symmetric_toeplitz_sort for showing.\n7. change \"hf\" to \"hash function\" for showing.\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\nHuisong Li (1):\n  net/hns3: support setting and querying RSS hash function\n\nJie Hai (39):\n  ethdev: overwrite some comment related to RSS\n  ethdev: support setting and querying RSS algorithm\n  net/atlantic: check RSS hash algorithms\n  net/axgbe: check RSS hash algorithms\n  net/bnx2x: check RSS hash algorithms\n  net/bnxt: check RSS hash algorithms\n  net/bonding: check RSS hash algorithms\n  net/cnxk: check RSS hash algorithms\n  net/cpfl: check RSS hash algorithms\n  net/cxgbe: check RSS hash algorithms\n  net/dpaa: check RSS hash algorithms\n  net/dpaa2: check RSS hash algorithms\n  net/ena: check RSS hash algorithms\n  net/enic: check RSS hash algorithms\n  net/fm10k: check RSS hash algorithms\n  net/hinic: check RSS hash algorithms\n  net/i40e: check RSS hash algorithms\n  net/iavf: check RSS hash algorithms\n  net/ice: check RSS hash algorithms\n  net/idpf: check RSS hash algorithms\n  net/igc: check RSS hash algorithms\n  net/ionic: check RSS hash algorithms\n  net/ixgbe: check RSS hash algorithms\n  net/mana: check RSS hash algorithms\n  net/mlx5: check RSS hash algorithms\n  net/mvpp2: check RSS hash algorithms\n  net/netvsc: check RSS hash algorithms\n  net/ngbe: : check RSS hash algorithms\n  net/nfp: check RSS hash algorithms\n  net/null: check RSS hash algorithms\n  net/qede: check RSS hash algorithms\n  net/sfc: check RSS hash algorithms\n  net/tap: check RSS hash algorithms\n  net/thunderx: check RSS hash algorithms\n  net/txgbe: check RSS hash algorithms\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                   | 32 ++++++++++-----\n app/test-pmd/cmdline.c                 | 29 ++++++++++---\n app/test-pmd/config.c                  | 38 ++++++++---------\n app/test-pmd/testpmd.h                 |  2 +-\n doc/guides/rel_notes/release_23_11.rst |  2 +\n drivers/net/atlantic/atl_ethdev.c      |  2 +\n drivers/net/axgbe/axgbe_ethdev.c       |  9 +++++\n drivers/net/bnx2x/bnx2x_ethdev.c       |  4 ++\n drivers/net/bnxt/bnxt_ethdev.c         |  6 +++\n drivers/net/bonding/rte_eth_bond_pmd.c |  6 +++\n drivers/net/cnxk/cnxk_ethdev.c         |  5 +++\n drivers/net/cnxk/cnxk_ethdev_ops.c     |  3 ++\n drivers/net/cpfl/cpfl_ethdev.c         |  6 +++\n drivers/net/cxgbe/cxgbe_ethdev.c       |  9 ++++-\n drivers/net/dpaa/dpaa_ethdev.c         |  7 ++++\n drivers/net/dpaa2/dpaa2_ethdev.c       |  7 ++++\n drivers/net/ena/ena_rss.c              |  3 ++\n drivers/net/enic/enic_ethdev.c         |  1 +\n drivers/net/enic/enic_main.c           |  3 ++\n drivers/net/fm10k/fm10k_ethdev.c       |  9 ++++-\n drivers/net/hinic/hinic_pmd_ethdev.c   |  3 ++\n drivers/net/hinic/hinic_pmd_rx.c       |  3 ++\n drivers/net/hns3/hns3_rss.c            | 47 ++++++++++++---------\n drivers/net/i40e/i40e_ethdev.c         |  7 ++++\n drivers/net/iavf/iavf_ethdev.c         |  6 +++\n drivers/net/ice/ice_dcf.c              |  3 ++\n drivers/net/ice/ice_dcf_ethdev.c       |  3 ++\n drivers/net/ice/ice_ethdev.c           |  7 ++++\n drivers/net/idpf/idpf_ethdev.c         |  6 +++\n drivers/net/igc/igc_ethdev.c           |  4 ++\n drivers/net/igc/igc_txrx.c             |  5 +++\n drivers/net/ionic/ionic_ethdev.c       |  6 +++\n drivers/net/ixgbe/ixgbe_ethdev.c       | 12 +++++-\n drivers/net/ixgbe/ixgbe_rxtx.c         |  4 ++\n drivers/net/mana/mana.c                | 11 ++++-\n drivers/net/mlx5/mlx5_ethdev.c         |  4 ++\n drivers/net/mlx5/mlx5_rss.c            |  3 +-\n drivers/net/mvpp2/mrvl_ethdev.c        |  3 ++\n drivers/net/netvsc/hn_ethdev.c         |  6 +++\n drivers/net/nfp/nfp_common.c           |  9 ++++-\n drivers/net/ngbe/ngbe_ethdev.c         |  6 ++-\n drivers/net/ngbe/ngbe_rxtx.c           |  3 ++\n drivers/net/null/rte_eth_null.c        |  8 ++++\n drivers/net/qede/qede_ethdev.c         |  9 ++++-\n drivers/net/sfc/sfc_ethdev.c           |  3 ++\n drivers/net/sfc/sfc_rx.c               |  3 ++\n drivers/net/tap/rte_eth_tap.c          |  8 ++++\n drivers/net/thunderx/nicvf_ethdev.c    | 10 ++++-\n drivers/net/txgbe/txgbe_ethdev.c       |  7 +++-\n drivers/net/txgbe/txgbe_ethdev_vf.c    |  7 +++-\n drivers/net/txgbe/txgbe_rxtx.c         |  3 ++\n lib/ethdev/rte_ethdev.c                | 17 ++++++++\n lib/ethdev/rte_ethdev.h                | 56 +++++++++++++++++++-------\n lib/ethdev/rte_flow.c                  |  1 -\n lib/ethdev/rte_flow.h                  | 25 +-----------\n 55 files changed, 395 insertions(+), 106 deletions(-)"
}