Files
linux/drivers
Ivan Vecera a67f1f83f3 i40e: Fix waiting for queues of all VSIs to be disabled
[ Upstream commit c73729b64bb692186da080602cd13612783f52ac ]

The function i40e_pf_wait_queues_disabled() iterates all PF's VSIs
up to 'pf->hw.func_caps.num_vsis' but this is incorrect because
the real number of VSIs can be up to 'pf->num_alloc_vsi' that
can be higher. Fix this loop.

Fixes: 69129dc39f ("i40e: Modify Tx disable wait flow in case of DCB reconfiguration")
Signed-off-by: Ivan Vecera <ivecera@redhat.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Wojciech Drewek <wojciech.drewek@intel.com>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com> (A Contingent worker at Intel)
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-02-23 08:25:09 +01:00
..
2023-09-23 10:59:52 +02:00
2022-05-09 09:03:20 +02:00
2023-11-20 10:30:12 +01:00
2024-02-23 08:24:54 +01:00
2024-02-23 08:25:09 +01:00
2024-01-25 14:34:21 -08:00
2022-08-25 11:18:33 +02:00
2023-07-27 08:37:19 +02:00