]> git.ipfire.org Git - thirdparty/qemu.git/commit
configure: Check if we can use ibv_reg_mr_iova
authorYuval Shaia <yuval.shaia@oracle.com>
Sun, 18 Aug 2019 13:21:06 +0000 (16:21 +0300)
committerMarcel Apfelbaum <marcel.apfelbaum@gmail.com>
Wed, 6 Nov 2019 10:48:41 +0000 (12:48 +0200)
commitee108585bb1924a8df88188925d0d01b90b4b9e8
tree90b9fe6a983d53f96ca7dba5624ce067b43ddeaa
parent412fbef3d076c43e56451bacb28c4544858c66a3
configure: Check if we can use ibv_reg_mr_iova

The function reg_mr_iova is an enhanced version of ibv_reg_mr function
that can help to easly register and use guest's MRs.

Add check in 'configure' phase to detect if we have libibverbs with this
support.

Signed-off-by: Yuval Shaia <yuval.shaia@oracle.com>
Reviewed-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
Message-Id: <20190818132107.18181-2-yuval.shaia@oracle.com>
Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
configure