mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 03:56:44 +07:00
e538ebaf78
As expected, the simplified accessors are faster. for i in `seq 50`; do /usr/bin/time -f 'Wall time:%e' ./vringh_test --indirect --eventidx --parallel --fast-vringh; done 2>&1 | stats --trim-outliers: Before: Using CPUS 0 and 3 Guest: notified 0, pinged 39062-39063(39063) Host: notified 39062-39063(39063), pinged 0 Wall time:1.760000-2.220000(1.789167) After: Using CPUS 0 and 3 Guest: notified 0, pinged 39037-39063(39062) Host: notified 39037-39063(39062), pinged 0 Wall time:1.640000-1.810000(1.676875) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
bug.h | ||
device.h | ||
err.h | ||
export.h | ||
hrtimer.h | ||
irqreturn.h | ||
kernel.h | ||
module.h | ||
printk.h | ||
ratelimit.h | ||
scatterlist.h | ||
slab.h | ||
types.h | ||
uaccess.h | ||
uio.h | ||
virtio_config.h | ||
virtio_ring.h | ||
virtio.h | ||
vringh.h |