[PATCH v2 0/5] support setting and querying RSS algorithms

Jie Hai haijie1 at huawei.com
Sat Aug 26 10:52:09 CEST 2023


Hi, all,

Sorry, I misoperated this group of patches,
they should be sent to dev at dpdk.org instead of stable at dpdk.org.
Please see new emails:

https://inbox.dpdk.org/dev/20230826074607.16771-1-haijie1@huawei.com/

Thanks,
Jie Hai

On 2023/8/26 15:00, Jie Hai wrote:
> This patchset is to support setting and querying RSS algorithms.
> 
> --
> 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.
> --
> 
> Huisong Li (1):
>    net/hns3: support setting and querying RSS hash function
> 
> Jie Hai (4):
>    ethdev: support setting and querying rss algorithm
>    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/proc-info/main.c                   | 45 +++++++++++++++++++-----
>   doc/guides/rel_notes/release_23_11.rst |  2 ++
>   drivers/net/hns3/hns3_rss.c            | 47 +++++++++++++++-----------
>   lib/ethdev/rte_ethdev.c                | 17 ++++++++++
>   lib/ethdev/rte_ethdev.h                |  6 ++++
>   5 files changed, 88 insertions(+), 29 deletions(-)
> 


More information about the stable mailing list