Hi Ferruh, I tested this patch on Ubuntu 20.04 (5.4.0-53-generic) and Centos 8.2 (4.18.0-193.28.1.el8_2.x86_64), load VFIO worked on both systems. I'm not sure if this is a problem that effects either of these distros though.
Thanks, Conor. > From: Yigit, Ferruh <[email protected]> > Sent: Thursday 26 November 2020 14:19 > To: Thomas Monjalon <[email protected]> > Cc: Yigit, Ferruh <[email protected]>; [email protected]; > [email protected]; Stephen Hemminger > <[email protected]>; Richardson, Bruce > <[email protected]>; Walsh, Conor <[email protected]> > Subject: [PATCH v2 5/6] usertools/setup: fix loading vfio module > > 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'. > > Add wildcard to cover both compressed and not compressed cases. > > Signed-off-by: Ferruh Yigit <[email protected]> Tested-by: Conor Walsh <[email protected]>

