sr-iov vf not showing up in network adapters list

Dec 22, 2020
6
0
1
39
Hello,

I enabled a virtual function on my intel i-350v4 but thw vf is not showing up in the list of network adapters (i do see the virtual functions created using ip link / lspci -nn ) .. how can I get them to show up ? I want to assign one of the vf's to a OVS bridge but i cant find the interface name ..

Thanks!
 
Last edited:
usually you need to provide a module parameter - iirc for igb (which should be the driver for the i350) the paramter is max_vfs

I hope this helps!