Re: Re: [PATCH net v2] net: stmmac: fix transmit queue timed out after resume
From: Tao Wang <hidden>
Date: 2026-01-15 07:20:05
Also in:
linux-doc, lkml
From: Tao Wang <hidden>
Date: 2026-01-15 07:20:05
Also in:
linux-doc, lkml
quoted
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
Understood, I will correct the commit message format and post the next version of the patch as a new thread. Thanks Tao Wang