]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: Add basic provider framework
authorSean Hefty <sean.hefty@intel.com>
Mon, 24 Mar 2014 05:27:28 +0000 (22:27 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 16 Apr 2014 06:33:00 +0000 (23:33 -0700)
commit1bd67b9d2900b0bf062aabceb8a1d406eee71f57
treeefcd85ffff437cb152d11ce8c443e30b569c303a
parent930cbe787a6363999e0bf7706108f352a951e82a
ibacm: Add basic provider framework

Define the provider interface for handling path record query
and route resolution requests.  This will define the boundary
between the provider and the core layer.

Update the core functions to invoke the provider interfaces
used for processing client requests.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
include/infiniband/acm_prov.h
src/acm.c