Whamcloud - gitweb
LU-6790 build: handle external Intel OFED stack 82/15582/2
authorJames Simmons <uja.ornl@yahoo.com>
Mon, 13 Jul 2015 14:01:37 +0000 (10:01 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Sat, 25 Jul 2015 03:12:32 +0000 (03:12 +0000)
commit81f4797a105e2c5d6300f465d9fb9b7174d2177b
tree9960695e6d5f0516cf60dc0fd90539b065a52566
parentb80d263bed6d4756ecc471129822612104f01487
LU-6790 build: handle external Intel OFED stack

Besides the Mellanox stack Intel also releases their own
OFED stack. Just like the Mellanox stack this Intel OFED
stack has a compatibility layer to support distributions
kernels. This layer provided stomps over the default
kernel headers so like the Mellanox stack compact-2.6.h
has to be placed before all other headers. The reason
it didn't show up before with the Mellanox stacks is the
Intel stack additionally stomps the pci layer of the
kernel.

Change-Id: If565f25432cf87723b69e5d65e00a7d5d301dc4f
Signed-off-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-on: http://review.whamcloud.com/15582
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Chris Horn <hornc@cray.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lnet/autoconf/lustre-lnet.m4