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

2023-06-01 Thread Ferruh Yigit
On 6/1/2023 7:30 AM, Artemii Morozov wrote: > If the prefix for the rss hash was not chosen the > ENOTSUP error should be returned. > > Signed-off-by: Artemii Morozov > Reviewed-by: Andy Moreton > --- > v2: don't use capital letters in email > > drivers/common/sfc_efx/base/efx_rx.c | 4 +++- >

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

2023-05-31 Thread Artemii Morozov
If the prefix for the rss hash was not chosen the ENOTSUP error should be returned. Signed-off-by: Artemii Morozov Reviewed-by: Andy Moreton --- v2: don't use capital letters in email drivers/common/sfc_efx/base/efx_rx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dr