Re: [PATCH v3] common/sfc_efx/base: set return code in case of the error

2023-06-22 Thread Andrew Rybchenko
On 6/22/23 12:13, Artemii Morozov wrote: If the prefix for the rss hash was not chosen the rss -> RSS ENOTSUP error should be returned. Before this patch the zero code was returned in case of an error. Fixes: f784cdc5cbb1 ("common/sfc_efx/base: provide control to deliver RSS hash") I guess

[PATCH v3] common/sfc_efx/base: set return code in case of the error

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 the zero code was returned in case of an error. Fixes: f784cdc5cbb1 ("common/sfc_efx/base: provide control to deliver RSS hash") Signed-off-by: Artemii Morozov Reviewed-by: Andy Moreton --- v3: