方法2(hostdev):在devices段落里加入(本文测试中,该方法有效)
<hostdev mode='subsystem' type='pci' managed='yes'> <source> <address domain='0x0000' bus='0x02' slot='0x00' function='0x1'/> </source> ```方法选择:
方法1:功能多,可以配置mac和vlan;
方法2:mac和vlan需要自己在宿主上敲ip命令设置。
连接虚拟机,验证是否有RDMA网卡
lspci | grep Mellanox00:06.0 Infiniband controller: Mellanox Technologies MT28800 Family [ConnectX-5 Virtual Function]
可以看到,在虚拟机中有RDMA网卡,接下来就是安装驱动等操作了。
RDMA配置SR-IOV参考资料:https://community.mellanox.com/s/article/HowTo-Configure-SR-IOV-for-ConnectX-4-ConnectX-5-ConnectX-6-with-KVM-Ethernet