[openib-general] diff-perftest-07 replace pp_get_local_lid()
Grant Grundler
iod00d at hp.com
Tue May 17 18:38:21 PDT 2005
Hi Michael,
Following patch to rdma_lat.c:
o replaces pp_get_local_lid with code from ibv_pingpong.
This calls into libibverbs instead of fishing around in /sys FS.
o makes two minor white space fix-ups.
Signed-off-by: Grant Grundler <iod00d at hp.com>
I'd like to slowly restructure main() into multiple distinct parts:
1) parameter parsing/setting
2) global data init (e.g. srand())
3) setup connection
3) negotiate test+parameters with server/client
4) run test (maybe several iterations with different params)
5) exit/cleanup
I'm thinking about how to keep the server running and iterating.
The goal is to be able to run a sequence of tests just
from the client side.
Or is this a waste of time?
Should I rather be looking at fixing up netperf to support IB?
thanks,
grant
More information about the general
mailing list