public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* e1000 driver 2.6.18 - how to waste processor cycles
@ 2006-11-08 21:38 Jeff V. Merkey
  2006-11-09  1:01 ` Jesse Brandeburg
  0 siblings, 1 reply; 7+ messages in thread
From: Jeff V. Merkey @ 2006-11-08 21:38 UTC (permalink / raw)
  To: Linux kernel


Is there a good reason the skb refill routine in e1000_alloc_rx_buffers 
needs to go and touch and remap skb memory
on already loaded descriptors/  This seems extremely wasteful of 
processor cycles when refilling the ring buffer.

I note that the archtiecture has changed and is recycling buffers from 
the rx_irq routine and when the routine is called
to refill the ring buffers, a lot of wasteful and needless calls for 
map_skb is occurring.

Jeff

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-08 21:38 e1000 driver 2.6.18 - how to waste processor cycles Jeff V. Merkey
2006-11-09  1:01 ` Jesse Brandeburg
2006-11-09  2:43   ` David Miller
2006-11-09  8:46   ` Jeffrey V. Merkey
2006-11-09 22:45     ` Jesse Brandeburg
2006-11-09 22:49       ` Jeff V. Merkey
2006-11-09 22:54         ` Jeff V. Merkey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox