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:
parent
06201c94fa
commit
cc5cd1cbed
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue