> -----Original Message----- > From: Yu, DapengX <[email protected]> > Sent: Thursday, May 27, 2021 2:43 PM > To: Yang, Qiming <[email protected]>; Zhang, Qi Z > <[email protected]> > Cc: [email protected]; Yigit, Ferruh <[email protected]>; Yu, DapengX > <[email protected]>; [email protected] > Subject: [PATCH] net/ice: fix default RSS key generation > > From: Dapeng Yu <[email protected]> > > 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: [email protected] > > Signed-off-by: Dapeng Yu <[email protected]> Acked-by: Qi Zhang <[email protected]> Applied to dpdk-next-net-intel. Thanks Qi

