netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Kernel Janitor TODO: dev_kfree_skb
@ 2006-06-23 17:35 John Daiker
  2006-06-23 23:47 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: John Daiker @ 2006-06-23 17:35 UTC (permalink / raw)
  To: netdev; +Cc: akpm, jgarzik

I was running through the kernel janitors TODO list 
(http://janitor.kernelnewbies.org/TODO) and thought I'd try to find 
something easy for my first attempt at kernel hacking/maintenance.

The "Balancing Function" header suggests that all net_device interrupt 
functions should use dev_kfree_skb_irq as opposed to dev_kfree_skb.
Should we ever be calling dev_kfree_skb directly, or would the better 
practice be to always call dev_kfree_skb_any (thus letting the kernel 
decide to call dev_kfree_skb or dev_kfree_skb_irq)?

dev_kfree_skb_any is defined in 'net/core/dev.c:1118'

John Daiker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-06-23 23:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-23 17:35 Kernel Janitor TODO: dev_kfree_skb John Daiker
2006-06-23 23:47 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).