[PATCH v2 1/2] ethdev: fix enabling RSS behavior inconsistent
Ferruh Yigit
ferruh.yigit at xilinx.com
Thu May 12 16:13:48 CEST 2022
On 4/6/2022 7:57 AM, Min Hu (Connor) wrote:
> From: Huisong Li<lihuisong at huawei.com>
>
> The RTE_ETH_MQ_RX_RSS_FLAG flag is a switch to enable RSS. If the flag is
> not set in dev_configure, RSS will be not configured and enabled. However,
> RSS hash and reta can still be configured by ethdev ops to enable RSS if
> the flag isn't set. The behavior is inconsistent.
>
> Fixes: 99a2dd955fba ("lib: remove librte_ prefix from directory names")
> Cc:stable at dpdk.org
>
> Signed-off-by: Huisong Li<lihuisong at huawei.com>
> Signed-off-by: Min Hu (Connor)<humin29 at huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit at xilinx.com>
More information about the dev
mailing list