On Fri, Jul 28, 2023 at 10:12:43AM -0700, Tony Nguyen wrote: > From: Rafal Rogalski <rafalx.rogalski@xxxxxxxxx> > > During qdisc create/delete, it is necessary to rebuild the queue > of VSIs. An error occurred because the VSIs created by RDMA were > still active. > > Added check if RDMA is active. If yes, it disallows qdisc changes > and writes a message in the system logs. > > Fixes: 348048e724a0 ("ice: Implement iidc operations") > Signed-off-by: Rafal Rogalski <rafalx.rogalski@xxxxxxxxx> > Signed-off-by: Mateusz Palczewski <mateusz.palczewski@xxxxxxxxx> > Signed-off-by: Kamil Maziarz <kamil.maziarz@xxxxxxxxx> > Tested-by: Bharathi Sreenivas <bharathi.sreenivas@xxxxxxxxx> > Signed-off-by: Tony Nguyen <anthony.l.nguyen@xxxxxxxxx> > --- > drivers/net/ethernet/intel/ice/ice_main.c | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxx>