Hi, ALL Sorry, please drop this patchset. Here is V3 https://inbox.dpdk.org/dev/20230904072851.7384-1-haij...@huawei.com/
Thanks, Jie Hai On 2023/9/4 14:10, Jie Hai wrote:
This patchset is to support setting and querying RSS algorithms. -- v3: 1. fix commit log for PATCH [1/5]. 2. make RSS ABI changes description to start the actual text at the margin. 3. move defnition of enum rte_eth_hash_function to rte_ethdev.h. 4. fix some comment codes. v2: 1. return error if "func" is invalid. 2. modify the comments of the "func" field. 3. modify commit log of patch [3/5]. 4. use malloc instead of rte_malloc. 5. adjust display format of RSS info. 6. remove the string display of rss_hf. -- Jie Hai (5): app/proc-info: fix never show RSS info app/proc-info: adjust the display format of RSS info app/proc-info: support querying RSS hash algorithm app/testpmd: add RSS hash algorithms display app/testpmd: add RSS hash algorithms setting app/proc-info/main.c | 45 ++++++++++++--- app/test-pmd/cmdline.c | 128 ++++++++++++++++++++++++++++++++++++++--- app/test-pmd/config.c | 62 +++++++++++--------- app/test-pmd/testpmd.h | 5 +- 4 files changed, 194 insertions(+), 46 deletions(-)