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

fpga: do not create the vfio container twice

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2024-03-01 14:11:55 +01:00 committed by pipeacosta
parent 06201c94fa
commit cc5cd1cbed

View file

@ -251,7 +251,7 @@ int FpgaNodeFactory::start(SuperNode *sn) {
if (cards.empty()) {
auto searchPath =
sn->getConfigPath().substr(0, sn->getConfigPath().rfind("/"));
createCards(sn->getConfig(), cards, searchPath);
createCards(sn->getConfig(), cards, searchPath, vfioContainer);
}
return NodeFactory::start(sn);