[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170530153708.GI22758@lunn.ch>
Date: Tue, 30 May 2017 17:37:08 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Vivien Didelot <vivien.didelot@...oirfairelinux.com>
Cc: netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
kernel@...oirfairelinux.com,
"David S. Miller" <davem@...emloft.net>,
Florian Fainelli <f.fainelli@...il.com>
Subject: Re: [PATCH net-next 7/7] net: dsa: factor skb freeing on xmit
On Tue, May 30, 2017 at 10:21:31AM -0400, Vivien Didelot wrote:
> The taggers are currently responsible to free the original SKB if they
> made a copy of it, or in case of error.
>
> This patch simplifies this by freeing the original SKB in the
> dsa_slave_xmit caller if it differs from the return SKB (copy or NULL.)
So we have two different things here:
1) The tagger needs to drop the frame, because there is an error of
some sort.
2) The tagger allocates a new skb for the frame.
I think on error, the core code can drop the frame.
If the tagger allocates a new skb, i think the tagger should be
responsible for freeing to original.
Andrew
Powered by blists - more mailing lists