Files
linux/drivers/net
Ivan Vecera c73729b64b i40e: Fix waiting for queues of all VSIs to be disabled
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>
2024-02-12 16:58:07 -08:00
..
2024-01-19 08:08:53 -06:00
2024-01-24 18:03:53 -08:00
2023-10-17 12:45:03 +02:00
2024-02-06 18:45:52 -08:00
2023-11-19 19:48:25 +00:00
2024-01-11 16:55:17 -08:00
2023-10-26 15:21:09 +02:00
2024-01-05 19:07:18 -08:00
2023-12-13 12:49:05 +00:00
2023-10-04 11:49:20 -07:00