Whamcloud - gitweb
LU-14588 o2ib: make config script aware of the ofed symbols 23/43223/2
authorSerguei Smirnov <ssmirnov@whamcloud.com>
Tue, 6 Apr 2021 22:54:01 +0000 (15:54 -0700)
committerOleg Drokin <green@whamcloud.com>
Fri, 9 Apr 2021 23:06:18 +0000 (23:06 +0000)
commitbcc5d784826d2d7a8eece28e96fab8b0fa02ab17
treead784e7549a6d8385cb5eb33d64838ea5966d8ef
parent622e4c6e04baa4f9d19cc33f4636679014fc1d2f
LU-14588 o2ib: make config script aware of the ofed symbols

LNet o2ib configuration script needs to be aware of the external
ofed dkms symbols when testing for availability of o2ib features
by building "conftest" kernel objects. If this is not done,
symbols from the core kernel are used by default which is
different from what is used when actually building LNet,
at least on Ubuntu. This patch adds the check for external symbols.

Test-Parameters: trivial
Signed-off-by: Serguei Smirnov <ssmirnov@whamcloud.com>
Change-Id: Iea566f8a3feb86b8bef2f4501a3abc968d76451a
Reviewed-on: https://review.whamcloud.com/43223
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Amir Shehata <ashehata@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lnet/autoconf/lustre-lnet.m4