[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <754ebf6db6955795f628d9a887adf4577a8d9041.camel@redhat.com>
Date: Thu, 01 Dec 2022 13:52:21 +0100
From: Paolo Abeni <pabeni@...hat.com>
To: Casper Andersson <casper.casan@...il.com>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>
Cc: Lars Povlsen <lars.povlsen@...rochip.com>,
Steen Hegelund <Steen.Hegelund@...rochip.com>,
Daniel Machon <daniel.machon@...rochip.com>,
UNGLinuxDriver@...rochip.com,
Richard Cochran <richardcochran@...il.com>,
netdev@...r.kernel.org,
Horatiu Vultur <horatiu.vultur@...rochip.com>
Subject: Re: [PATCH v2 net] net: microchip: sparx5: correctly free skb in
xmit
On Tue, 2022-11-29 at 16:26 +0100, Casper Andersson wrote:
> consume_skb on transmitted, kfree_skb on dropped, do not free on
> TX_BUSY.
>
> Previously the xmit function could return -EBUSY without freeing, which
> supposedly is interpreted as a drop. And was using kfree on successfully
> transmitted packets.
>
> sparx5_fdma_xmit and sparx5_inject returns error code, where -EBUSY
> indicates TX_BUSY and any other error code indicates dropped.
>
> Fixes: f3cad2611a77 ("net: sparx5: add hostmode with phylink support")
>
> Signed-off-by: Casper Andersson <casper.casan@...il.com>
Minor nit: please remote the empty line between the Fixes and SoB tags,
thanks!
Paolo
Powered by blists - more mailing lists