Re: [PATCH net v2] net: stmmac: fix transmit queue timed out after resume
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-15 03:16:47
Also in:
linux-doc, lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-15 03:16:47
Also in:
linux-doc, lkml
On Wed, 14 Jan 2026 19:00:31 +0800 Tao Wang wrote:
To solve the issue, set last_segment to false in stmmac_free_tx_buffer:
tx_q->tx_skbuff_dma[i].last_segment = false. Do not use the last_segment
default value and set last_segment to false in stmmac_tso_xmit. This
will prevent similar issues from occurring in the future.
Fixes: c2837423cb54 ("net: stmmac: Rework TX Coalesce logic")
changelog:
v1 -> v2:
- Modify commit message, del empty line, add fixed commit
information.
Signed-off-by: Tao Wang <redacted>When you repost to address Russell's feedback in the commit message please: - follow the recommended format (changelog placement and no empty lines between Fixes and SoB): https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#changes-requested - do not send new version in reply to the old one, start a new thread -- pw-bot: cr