ConnectX-4 LX SR-IOV Config

kevindd992002

Member
Dec 20, 2023
54
2
8
So I think I have a good grasp of how to configure SR-IOV using Nvidia's guide here and I was able to show the VF's already. The only thing I can't get my head to wrap around on is step 7 under section 2 (Enable SR-IOV on the MLNX_OFED Driver). Why do you need to change the MAC address of every VF when I see that the individual VF's already have random MAC's assigned to them? Or is this just optional?
 
修改MAC地址是可选的,我的默认不分配是,目前我遇到了问题,PF0接入交换机,PF1与VF0V1做OVS,我想通过PF1访问PF0下的所有VF网卡,目前实现不了
 
修改MAC地址是可选的,我的默认不分配是,目前我遇到了问题,PF0接入交换机,PF1与VF0V1做OVS,我想通过PF1访问PF0下的所有VF网卡,目前实现不了
But I think it's better to assign a static MAC, right? If you don't, then after a proxmox reboot, new random MACs will be assigned to your VF's?