[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <54FEF355.305@hartkopp.net>
Date: Tue, 10 Mar 2015 14:36:21 +0100
From: Oliver Hartkopp <socketcan@...tkopp.net>
To: Eric Dumazet <eric.dumazet@...il.com>,
Alexander Duyck <alexander.h.duyck@...el.com>
CC: Florian Westphal <fw@...len.de>, netdev@...r.kernel.org,
mkl@...gutronix.de,
"linux-can@...r.kernel.org" <linux-can@...r.kernel.org>
Subject: Re: [PATCH] can: use sock_efree instead of own destructor
Yes - in connection with sock_rfree() for the read buffer destructur and
sock_wfree() for the write buffer it can make sense to name a function
sock_efree() as an unassigned destructor - which does not fiddle with rmem nor
wmen.
But both sock_efree() and sock_edemux() lack some comment - especially when it
makes sense to use them from non-INET contexts which Florian suggested.
Maybe Alexander can send a patch which adds a comment, as I don't know if I
would find the best words for it.
Regards,
Oliver
On 03/10/2015 01:22 PM, Eric Dumazet wrote:
> On Tue, 2015-03-10 at 07:14 +0100, Oliver Hartkopp wrote:
>
>> the other callers use it in the same way so it's a good simplification.
>> Btw. the name of sock_efree() is a bit misleading - nothing is free'd here.
>>
>> Won't it be better to rename sock_efree(skb) with sock_put_skb(skb) or
>> something like that? sock_efree() has no comment why it's named like this.
>
> I would prefer name stays as is. It eases searches in changelogs to not
> change function names unless really needed, for backports and code
> maintenance.
>
>
> # git log | grep sock_efree
> net: merge cases where sock_efree and sock_edemux are the same function
> Since sock_efree and sock_demux are essentially the same code for non-TCP
> In addition I have added a destructor named sock_efree which is meant to
>
> sock_efree was added in commit 62bccb8cdb69051b95a55ab0c489e3cab261c8ef
>
> I guess Alexander chose the name close to sock_edemux() and sock_rfree() ones.
>
> This makes sense to me at least.
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists