]> git.openfabrics.org - ~ardavis/dapl.git/commit
dtest: add new -Q option to get provider list and query and time each
authorArlin Davis <arlin.r.davis@intel.com>
Mon, 24 Feb 2014 17:44:32 +0000 (09:44 -0800)
committerArlin Davis <arlin.r.davis@intel.com>
Mon, 24 Feb 2014 17:44:32 +0000 (09:44 -0800)
commitfee23568c7a970222579888eebbbb9ae71ccbc65
treeaf048bfa3dc28731e446f68e596316bdb81c4fd3
parent5365c0b93b6c2a7742dceef6ebaa7850802c7457
dtest: add new -Q option to get provider list and query and time each

3 modes for -Q added to dtest:

-Q 1 == open/query/close, normal method
-Q 2 == open_query/close_query mode, new extensions
-Q 3 == both modes

Individual query and total times are reported. With
the new -Q option, dtest will query and exit without
connection or data transfer tests

If query extensions are not supported open_query will
simply return DAT_NOT_IMPLEMENTED.

Signed-off-by: Arlin Davis <arlin.r.davis@intel.com>
test/dtest/dtest.c