<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, Nov 26, 2025 at 9:16 AM Andrew Bailey <<a href="mailto:abailey@iol.unh.edu">abailey@iol.unh.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
+ if (<br>
+ test_run.ctx.topology.type != LinkTopology.NO_LINK<br>
+ and test_run.ctx.sut_node.ports[0].config.os_driver_for_dpdk == "vfio-pci"<br>
+ ):<br>
+ test_run.ctx.sut_node.main_session.send_command("modprobe vfio")<br>
+ test_run.ctx.sut_node.main_session.send_command("modprobe vfio-pci")<br></blockquote><div><br></div><div>Final nit - I think it's better to add an abstract method for load_vfio() or similar and implement that in linux_session.py</div><div> </div><div>Reviewed-by: Patrick Robb <<a href="mailto:probb@iol.unh.edu">probb@iol.unh.edu</a>> </div></div></div>