Re: [PATCH v5 30/40] net/null: 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/null/rte_eth_null.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/drivers/net/null/rt

[PATCH v5 30/40] net/null: 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/null/rte_eth_null.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/net/null/rte_eth_null.c b/drivers/net/null/rte_eth_null.c index 3108