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

2023-06-22 Thread Ferruh Yigit
On 6/22/2023 10:31 AM, Artemii Morozov wrote: > 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. > What is the impact of the problem to user? Previously 'efx_rx_qcreate_internal()' was return

[PATCH v4] 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") Cc: sta...@dpdk.org Signed-off-by: Artemii Morozov Reviewed-by: A