[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4C29FE89.8090901@goop.org>
Date: Tue, 29 Jun 2010 16:09:13 +0200
From: Jeremy Fitzhardinge <jeremy@...p.org>
To: Johann Baudy <johann.baudy@...-log.net>
CC: NetDev <netdev@...r.kernel.org>,
Ian Campbell <Ian.Campbell@...rix.com>,
David Miller <davem@...emloft.net>
Subject: Why is destructor_arg in shinfo?
Hi,
I'm wondering why "net: TX_RING and packet mmap" (69e3c75) ended up
putting the skb destructor's arg in the skb's shinfo. It seems like an
odd mismatch, since the skb and the shinfo have different lifetimes.
And in principle you might have two skbs with different destructors
sharing a shinfo, and therefore conflict over the use of destructor_arg.
What's the rationale?
Would it make sense to have a shinfo destructor as well?
Thanks,
J
--
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