netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pre-fetching skb for delayed send
@ 2012-07-06 23:10 Ben Greear
  2012-07-06 23:52 ` Benjamin LaHaise
  0 siblings, 1 reply; 4+ messages in thread
From: Ben Greear @ 2012-07-06 23:10 UTC (permalink / raw)
  To: netdev

Suppose one has a bridge-like thing that may store up packets
for a bit (100+ms) before sending them....

We notice that performance is very good if we can run with (near) zero
delay, but at higher delay, performance goes down significantly when attempting 10G
speeds.  I assume this is because we are sending skbs that are no longer in the cache...

So, is there an easy way to pre-fetch an skb and it's related pages?

Thanks,
Ben

-- 
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc  http://www.candelatech.com

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

end of thread, other threads:[~2012-07-07 14:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-06 23:10 pre-fetching skb for delayed send Ben Greear
2012-07-06 23:52 ` Benjamin LaHaise
2012-07-07  4:15   ` Ben Greear
2012-07-07 14:18     ` Benjamin LaHaise

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).