Re: [PATCH net-next 0/5] net/mlx5e: Add support for PCIe congestion events

From: Leon Romanovsky
Date: Wed Jun 25 2025 - 07:40:27 EST


On Thu, Jun 19, 2025 at 02:37:16PM +0300, Mark Bloch wrote:
> PCIe congestion events are events generated by the firmware when the
> device side has sustained PCIe inbound or outbound traffic above
> certain thresholds. The high and low threshold are hysteresis thresholds
> to prevent flapping: once the high threshold has been reached, a low
> threshold event will be triggered only after the bandwidth usage went
> below the low threshold.

<...>

> Dragos Tatulea (5):
> net/mlx5: Small refactor for general object capabilities
> net/mlx5: Add IFC bits for PCIe Congestion Event object

Applied these patches to mlx5-next.

Thanks