[dpdk-dev] [PATCH v2 5/6] usertools/setup: fix loading vfio module

David Marchand david.marchand at redhat.com
Thu Nov 26 19:31:12 CET 2020


On Thu, Nov 26, 2020 at 3:20 PM Ferruh Yigit <ferruh.yigit at intel.com> wrote:
>
> script is checking the existing of the kernel module file, but in some
> distros kernel modules are stored compressed, like as 'vfio-pci.ko.xz'.

Since this script expects modprobe to be installed (coming with kmod
tools), it means modinfo is available.
Checking for module availability should be "modinfo vfio-pci".


-- 
David Marchand



More information about the dev mailing list