vfio: drop fallback Linux implementation
authorAnatoly Burakov <anatoly.burakov@intel.com>
Thu, 28 Oct 2021 14:15:16 +0000 (14:15 +0000)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 8 Nov 2021 15:27:15 +0000 (16:27 +0100)
commit84e03bde1ccd46057d6bc1eb807e96ea1ac390e3
tree1962a231a081b822ea8725d409d694b832d874af
parentb1f4933ef320cfc9096101499b711d0dd65f2e51
vfio: drop fallback Linux implementation

Currently, VFIO support for Linux is compiled unconditionally, and
supported kernel versions start with 4.4, so VFIO is assumed to always
be enabled. There is no way of disabling VFIO support at compile time
anyway, so just drop the "VFIO not available" fallback code altogether.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Acked-by: Chenbo Xia <chenbo.xia@intel.com>
lib/eal/linux/eal_vfio.c