]> rtime.felk.cvut.cz Git - can-benchmark.git/history - ugw
Add more tests
[can-benchmark.git] / ugw /
2014-02-03 Michal SojkaUpdate gitignore
2014-01-20 Michal SojkaUpdate .gitignore
2014-01-20 Michal SojkaFinal benchmark
2014-01-20 Michal SojkaImplement recvmmsg/sendmmsg gateway
2014-01-20 Michal SojkaWe need more data
2014-01-20 Michal SojkaRename one experiment
2014-01-20 Michal SojkaFix burst benchmark
2014-01-20 Michal SojkaLimit socket recv buf size - to not have so big latencies
2014-01-20 Michal SojkaPreprocess only files that exist, don't fail on missing...
2014-01-19 Michal SojkaNew tests
2014-01-19 Michal Sojkafixup
2014-01-19 Michal SojkaAdd readnb-noirq test + make bench-all.sh faster
2014-01-19 Michal SojkaMore fixes for new novaboot
2014-01-19 Michal SojkaUpdate boot scripts to the new novaboot syntax
2014-01-15 Michal SojkaAdd remaining uncommitted files
2014-01-14 Michal SojkaIgnore measured data
2014-01-14 Michal SojkaPlot frame loss and sort columns always the same
2014-01-14 Michal SojkaBoot linux quietly - it's faster
2014-01-14 Michal SojkaAdd mmap-mmap test and store data in directory accordin...
2014-01-14 Michal SojkaAdd readnb test
2014-01-14 Michal Sojkaugw: Use send() instead of poll() in mmap()-based TX
2014-01-14 Michal Sojkaugw: Make PF_PACKET frames smaller
2014-01-14 Michal Sojkaugw: Remove debug printf
2014-01-14 Michal Sojkaugw: Add statistics
2014-01-14 Michal Sojkaugw: Add nonblocking mode
2014-01-13 Michal SojkaStop on error
2014-01-13 Michal SojkaScripts for running all experiments, getting and proces...
2014-01-12 Michal SojkaAdded ftrace config (commented oud)
2014-01-12 Michal SojkaAttempt to add busy_poll support for mmap RX
2014-01-12 Michal SojkaImplement busy_poll (aka low latency) for read method
2014-01-12 Michal SojkaMake latester on glab SUID root
2014-01-12 Michal SojkaAllow passing options to ugw via kernel command line
2014-01-12 Michal Sojkammap()-based TX works now
2014-01-11 Michal SojkaAdd mmap()-based TX method - it doesn't work (yet?)
2014-01-11 Michal SojkaAdd PF_PACKET + mmap() support for RX in ugw
2014-01-10 Michal SojkaAdd a simple script for performing gateway benchmarks
2014-01-07 Michal SojkaAdd a simple user space gateway for measuring routing...