[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4FF77070.7040705@candelatech.com>
Date: Fri, 06 Jul 2012 16:10:40 -0700
From: Ben Greear <greearb@...delatech.com>
To: netdev <netdev@...r.kernel.org>
Subject: pre-fetching skb for delayed send
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@...delatech.com>
Candela Technologies Inc http://www.candelatech.com
--
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