Re: [dpdk-dev] [PATCH] net/ice: fix default RSS key generation
From: Zhang, Qi Z <hidden>
Date: 2021-06-01 11:03:59
From: Zhang, Qi Z <hidden>
Date: 2021-06-01 11:03:59
-----Original Message-----
From: Yu, DapengX <redacted>
Sent: Thursday, May 27, 2021 2:43 PM
To: Yang, Qiming <redacted>; Zhang, Qi Z
[off-list ref]
Cc: dev@dpdk.org; Yigit, Ferruh <redacted>; Yu, DapengX
[off-list ref]; stable@dpdk.org
Subject: [PATCH] net/ice: fix default RSS key generation
From: Dapeng Yu <redacted>
In original implementation, device reconfiguration will generate a new default
RSS key if there is no one from user, it is unexpected when updating a
completely unrelated configuration.
This patch makes default RSS key unchanged, during the lifetime of the DPDK
application even if there are multiple reconfigurations.
Fixes: 50370662b727 ("net/ice: support device and queue ops")
Cc: stable@dpdk.org
Signed-off-by: Dapeng Yu <redacted>Acked-by: Qi Zhang <redacted> Applied to dpdk-next-net-intel. Thanks Qi