Add miob example config#879
Conversation
|
please name the file fpga-miob. The filename should reference the node type the file is an example for. |
I renamed the file. 5a24f6b |
|
The new config fails in the integration test: |
@stv0g It looks like the module vfio or vfio-platform can not be loaded on the integration server |
|
fpga test will always fail because the CI does not have a FPGA. We tested the file offline. Why does fpga.conf work? |
|
The test will only attempt to parse the configuration. No actual exchange via VFIO needs to take place here. The point is only to verify that the configuration file is semantically correct and can be parsed. |
|
the parsing shouldn't try to load the vfio kernel module. @IgnoreWarnings can you check what is happening? Maybe you have to separate the device resolution from the parsing. |
5168ed2 to
8c2ffc0
Compare
|
I will look into why this fails, it works on hardware. |
|
@IgnoreWarnings I see you removed the module loading for |
Yes, I will look at this the next weeks, should be an easy fix. |
8c2ffc0 to
f10fc2c
Compare
|
@stv0g The creation of a vfio container, which is passed to the fpga factories, requires vfio module, which cannot be loaded on pipeline. Maybe we should just ignore the integration test? |
|
Okay, thats strange. Ideally, we would be able to defer loading modules to after the configuration parsing. If thats not possible, we could add another exception. But, I think we should first understand why the modules are loadded so early.. |
f10fc2c to
1e0b3d4
Compare
Add a miob example config for loopback.