Whamcloud - gitweb
LU-6215 ofed: strengthen ib_create_cq test in 4.2+ kernels 42/16342/3
authorJames Simmons <uja.ornl@yahoo.com>
Wed, 9 Sep 2015 15:28:52 +0000 (11:28 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 15 Sep 2015 16:59:06 +0000 (16:59 +0000)
commitd7223c0ccda11f120e50cd0195d84583d6ee4a29
tree4a5f467e1945ec5d3c083ea612f5b7bd8817c355
parent3a7d56b3078906f66e59a96f03d1e36fc27c7460
LU-6215 ofed: strengthen ib_create_cq test in 4.2+ kernels

External infinband stacks tend to keep their kernel
headers in sync with the latest kernels but this is
not the case with the driver code itself. Since this
is the case we can not trust testing for API changes
using OFED headers but need to be test driver code
API changes. Update the autoconf test to see if
ib_create_cq() uses struct ib_cq_init_attr.

Change-Id: I9875b6787723589b9cbdb55ef088b146b6900b2a
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/16342
Tested-by: Jenkins
Reviewed-by: Alexander Boyko <alexander.boyko@seagate.com>
Reviewed-by: frank zago <fzago@cray.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/autoconf/lustre-lnet.m4