Re: [PATCH v5] common/sfc_efx/base: fix Rx queue creation without RSS hash prefix

2023-06-22 Thread Ferruh Yigit
On 6/22/2023 1:31 PM, Artemii Morozov wrote: > If the prefix for the RSS hash was not chosen the ENOTSUP error should > be returned. > > Before this patch success was returned for this case causing Rx queue > creation to fail. > > Fixing return value to indicate failure. > > Fixes: f784cdc5cbb1

Re: [PATCH v5] common/sfc_efx/base: fix Rx queue creation without RSS hash prefix

2023-06-22 Thread Artemii Morozov
On 6/22/23 17:13, Ferruh Yigit wrote: On 6/22/2023 1:31 PM, Artemii Morozov wrote: If the prefix for the RSS hash was not chosen the ENOTSUP error should be returned. Before this patch success was returned for this case causing Rx queue creation to fail. Fixing return value to indicate failu

Re: [PATCH v5] common/sfc_efx/base: fix Rx queue creation without RSS hash prefix

2023-06-22 Thread Ferruh Yigit
On 6/22/2023 1:31 PM, Artemii Morozov wrote: > If the prefix for the RSS hash was not chosen the ENOTSUP error should > be returned. > > Before this patch success was returned for this case causing Rx queue > creation to fail. > > Fixing return value to indicate failure. > It looks like you use

[PATCH v5] common/sfc_efx/base: fix Rx queue creation without RSS hash prefix

2023-06-22 Thread Artemii Morozov
If the prefix for the RSS hash was not chosen the ENOTSUP error should be returned. Before this patch success was returned for this case causing Rx queue creation to fail. Fixing return value to indicate failure. Fixes: f784cdc5cbb1 ("common/sfc_efx/base: provide control to deliver RSS hash") Cc