> -----Original Message----- > From: Yu, DapengX <dapengx...@intel.com> > Sent: Thursday, May 27, 2021 2:43 PM > To: Yang, Qiming <qiming.y...@intel.com>; Zhang, Qi Z > <qi.z.zh...@intel.com> > Cc: dev@dpdk.org; Yigit, Ferruh <ferruh.yi...@intel.com>; Yu, DapengX > <dapengx...@intel.com>; sta...@dpdk.org > Subject: [PATCH] net/ice: fix default RSS key generation > > From: Dapeng Yu <dapengx...@intel.com> > > 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: sta...@dpdk.org > > Signed-off-by: Dapeng Yu <dapengx...@intel.com> Acked-by: Qi Zhang <qi.z.zh...@intel.com> Applied to dpdk-next-net-intel. Thanks Qi