Re: [PATCH] mlx5: simplify EQ interrupt polling logic

From: Jakub Kicinski
Date: Tue Oct 29 2024 - 20:29:36 EST


On Wed, 23 Oct 2024 14:51:12 -0600 Caleb Sander Mateos wrote:
> Use a while loop in mlx5_eq_comp_int() and mlx5_eq_async_int() to
> clarify the EQE polling logic. This consolidates the next_eqe_sw() calls
> for the first and subequent iterations. It also avoids a goto. Turn the
> num_eqes < MLX5_EQ_POLLING_BUDGET check into a break condition.

Applied, thanks!