Re: [PATCH v5 14/40] net/enic: check RSS hash algorithms

2023-10-12 Thread John Daley (johndale)
o: Jie Hai , dev@dpdk.org , John Daley (johndale) , Hyong Youb Kim (hyonkim) Cc: lihuis...@huawei.com , fengcheng...@huawei.com , liudongdo...@huawei.com Subject: Re: [PATCH v5 14/40] net/enic: check RSS hash algorithms On 10/11/2023 10:27 AM, Jie Hai wrote: > A new field 'algorithm

Re: [PATCH v5 14/40] net/enic: 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/enic/enic_ethdev.c | 1 + > drivers/net/enic/enic_main.c | 3 +++ > 2 files changed, 4 insertions(+) >

[PATCH v5 14/40] net/enic: 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/enic/enic_ethdev.c | 1 + drivers/net/enic/enic_main.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/drivers/net/enic/enic_ethdev.c b/drivers/ne