Difference between revisions of "Solarflare SFN7122F"
Jump to navigation
Jump to search
| Line 17: | Line 17: | ||
To accelerate an application with the Onload user-level transport, simply invoke the application on the command line as normal, prepended with "onload". | To accelerate an application with the Onload user-level transport, simply invoke the application on the command line as normal, prepended with "onload". | ||
| − | + | ie. Instead of: | |
netperf -t TCP_RR -H myserver | netperf -t TCP_RR -H myserver | ||
| − | + | do this: | |
onload netperf -t TCP_RR -H myserver | onload netperf -t TCP_RR -H myserver | ||
| − | + | and tuned for best latency: | |
onload -p latency netperf -t TCP_RR -H myserver | onload -p latency netperf -t TCP_RR -H myserver | ||
Revision as of 10:59, 21 August 2013
Onload Install
System requierments
- Centos with full updates
- Development tools
Installation
scripts/onload_install
onload_tool reloadNetperf Tests
To accelerate an application with the Onload user-level transport, simply invoke the application on the command line as normal, prepended with "onload".
ie. Instead of:
netperf -t TCP_RR -H myserver
do this:
onload netperf -t TCP_RR -H myserver
and tuned for best latency:
onload -p latency netperf -t TCP_RR -H myserver