[PATCH v2 0/1] net/mlx5: Added cond_resched() to crdump collection
From: Mohamed Khalfella
Date: Thu Aug 29 2024 - 17:39:41 EST
Changes in v2:
- Removed cond_resched() in mlx5_vsc_wait_on_flag(). The idea is that
usleep_range() should be enough.
- Updated cond_resched() in mlx5_vsc_gw_read_block_fast every 128
iterations.
v1: https://lore.kernel.org/all/20240819214259.38259-1-mkhalfella@xxxxxxxxxxxxxxx/
Mohamed Khalfella (1):
net/mlx5: Added cond_resched() to crdump collection
drivers/net/ethernet/mellanox/mlx5/core/lib/pci_vsc.c | 4 ++++
1 file changed, 4 insertions(+)
--
2.45.2