Re: [PATCH v5 08/40] net/cnxk: check RSS hash algorithms

2023-10-11 Thread Jie Hai
On 2023/10/12 1:04, Ferruh Yigit wrote: On 10/11/2023 10:27 AM, Jie Hai wrote: A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/cnxk/cnxk_ethdev.c | 5 + drivers/net/cnxk/cnxk_ethdev_ops.c | 3

Re: [PATCH v5 08/40] net/cnxk: check RSS hash algorithms

2023-10-11 Thread Ferruh Yigit
On 10/11/2023 10:27 AM, Jie Hai wrote: > A new field 'algorithm' has been added to rss_conf, check it > in case of ignoring unsupported values. > > Signed-off-by: Jie Hai > --- > drivers/net/cnxk/cnxk_ethdev.c | 5 + > drivers/net/cnxk/cnxk_ethdev_ops.c | 3 +++ > 2 files changed, 8 inse

[PATCH v5 08/40] net/cnxk: check RSS hash algorithms

2023-10-11 Thread Jie Hai
A new field 'algorithm' has been added to rss_conf, check it in case of ignoring unsupported values. Signed-off-by: Jie Hai --- drivers/net/cnxk/cnxk_ethdev.c | 5 + drivers/net/cnxk/cnxk_ethdev_ops.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/drivers/net/cnxk/cnxk_ethdev.c