Re: [PATCH net-next v3 1/2] net: stmmac: est: Drop frames causing HLBS error
From: Furong Xu <hidden>
Date: 2025-09-26 13:25:29
Also in:
linux-arm-kernel, lkml
From: Furong Xu <hidden>
Date: 2025-09-26 13:25:29
Also in:
linux-arm-kernel, lkml
On Thu, 25 Sep 2025 22:06:13 +0800 Rohan G Thomas [off-list ref] wrote:
From: Rohan G Thomas <redacted> Drop those frames causing Head-of-Line Blocking due to Scheduling (HLBS) error to avoid HLBS interrupt flooding and netdev watchdog timeouts due to blocked packets. Tx queues can be configured to drop those blocked packets by setting Drop Frames causing Scheduling Error (DFBS) bit of EST_CONTROL register. Also, add per queue HLBS drop count. Signed-off-by: Rohan G Thomas <redacted> Reviewed-by: Matthew Gerlach <matthew.gerlach@altera.com>
Reviewed-by: Furong Xu <redacted>