[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260115071938.116336-1-tao03.wang@horizon.auto>
Date: Thu, 15 Jan 2026 15:19:38 +0800
From: Tao Wang <tao03.wang@...izon.auto>
To: <kuba@...nel.org>
CC: <alexandre.torgue@...s.st.com>, <andrew+netdev@...n.ch>,
<davem@...emloft.net>, <edumazet@...gle.com>, <horms@...nel.org>,
<linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<maxime.chevallier@...tlin.com>, <mcoquelin.stm32@...il.com>,
<netdev@...r.kernel.org>, <pabeni@...hat.com>, <rmk+kernel@...linux.org.uk>,
<tao03.wang@...izon.auto>
Subject: Re: Re: [PATCH net v2] net: stmmac: fix transmit queue timed out after resume
> > 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 <tao03.wang@...izon.auto>
>
> 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
Powered by blists - more mailing lists