Re: [PATCH v2 0/1] net/mlx5: Added cond_resched() to crdump collection
From: Mohamed Khalfella <hidden>
Date: 2024-09-05 03:38:13
Also in:
linux-rdma, lkml
From: Mohamed Khalfella <hidden>
Date: 2024-09-05 03:38:13
Also in:
linux-rdma, lkml
On 2024-08-30 12:51:43 +0300, Moshe Shemesh wrote:
On 8/30/2024 10:08 AM, Przemek Kitszel wrote:quoted
On 8/30/24 01:58, Mohamed Khalfella wrote:quoted
On 2024-08-29 15:38:55 -0600, Mohamed Khalfella wrote:quoted
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@purestorage.com/ (local) 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.2Some how I missed to add reviewers were on v1 of this patch.You did it right, there is need to provide explicit tag, just engaging in the discussion is not enough. v2 is fine, so: Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>Reviewed-by: Moshe Shemesh <redacted> And fixes tag should be: Fixes: 8b9d8baae1de ("net/mlx5: Add Crdump support")
Will add the tag in v3.