Whamcloud - gitweb
LU-3617 o2ib: Correctly detect infiniband features 88/7488/3
authorJames Simmons <uja.ornl@gmail.com>
Thu, 29 Aug 2013 14:50:35 +0000 (10:50 -0400)
committerJohann Lombardi <johann.lombardi@intel.com>
Wed, 25 Sep 2013 22:42:47 +0000 (22:42 +0000)
commit171bd56323363662f3bd4d18b31c08dd96464213
treeaf29d70442e878a64aa2f1e85ce4f01df8a9acd4
parentf72a24d0c2cc967011c8e883fbd4d1f5c94da3b6
LU-3617 o2ib: Correctly detect infiniband features

The header file rdma_cm.h refers to the fc_compat.h
header for a function declaration. Lustre test to
see if certain infiniband features are available but
in order for those test to work properly the
fc_compact.h header must be included. Otherwise the
test will always fail thus disabling potential
features. This patch includes fc_compact.h when needed.

Signed-off-by: James Simmons <uja.ornl@gmail.com>
Change-Id: I9e6a9726dec04b3acd5898d6f633ef510144e4b2
Reviewed-on: http://review.whamcloud.com/7488
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Liang Zhen <liang.zhen@intel.com>
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
lnet/autoconf/lustre-lnet.m4
lnet/autoconf/ofed.m4