]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm/prov: Change the provider to use the core SA access functions
authorKaike Wan <kaike.wan@intel.com>
Mon, 9 Jun 2014 21:38:19 +0000 (14:38 -0700)
committerSean Hefty <sean.hefty@intel.com>
Mon, 9 Jun 2014 21:38:19 +0000 (14:38 -0700)
commita2a5c851189225133b5b5532fb03455365008334
treeb473a4d4f878e37bef03aa3ca5e1e53e02b5a4d2
parentf490dc7109f52e841df6e7d6d083537dc0b8b9a5
ibacm/prov: Change the provider to use the core SA access functions

This patch enables the default provider to access the SA through
helper functions in the core instead of the verbs interface.
Major changes:

(1) Join the multicast group through the new core SA interface;
(2) Get path record through the new core SA interface;
(3) Remove the code to open umad interface in the default provider;
(4) Remove the sa_depth option in the default provider.

Signed-off-by: Kaike Wan <kaike.wan@intel.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
include/infiniband/acm_prov.h
prov/acmp/src/acmp.c
src/acm.c