1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

PCIeCard: load correct kernel module

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-08-14 09:47:19 +02:00 committed by Niklas Eiling
parent eeeb9b1d7b
commit 97fccd604d

View file

@ -34,7 +34,7 @@ PCIeCardFactory::make(json_t *json_card, std::string card_name,
auto logger = getStaticLogger();
// make sure the vfio container has the required modules
kernel::loadModule("vfio_pcie");
kernel::loadModule("vfio_pci");
kernel::loadModule("vfio_iommu_type1");
json_t *json_ips = nullptr;