]> Git Repo - linux.git/commit
vxge: prefetch RxD descriptors
authorBenjamin LaHaise <[email protected]>
Tue, 4 Aug 2009 10:21:39 +0000 (10:21 +0000)
committerDavid S. Miller <[email protected]>
Wed, 5 Aug 2009 20:10:45 +0000 (13:10 -0700)
commit3f23e436d241ac1cf50a659228a5a0e1e6572c1a
treeeca045a10b9d536362f3a4f654da5c740a416e85
parentff1b974cf30b282f90993ab658e59b73c152c0b8
vxge: prefetch RxD descriptors

This patch prefetches RxD descriptors which helps to lower the latency of a
cache miss in vxge_hw_ring_rxd_next_completed.  This lowers the % of CPU
time used by vxge_hw_ring_rxd_next_completed() where the descriptor is
accessed in profiling netperf on a P4 Xeon from 1.5% to 1.0%.

Signed-off-by: Benjamin LaHaise <[email protected]>
Signed-off-by: Sreenivasa Honnur <[email protected]>
Signed-off-by: Ramkrishna Vepa <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/vxge/vxge-main.c
drivers/net/vxge/vxge-traffic.c
This page took 0.053872 seconds and 4 git commands to generate.