https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290793
--- Comment #6 from David BOYER <[email protected]> --- What I did: Create the file /etc/iovctl/mce0.conf --------------------------------- PF { device : "mlx5_core0"; num_vfs : 1; } DEFAULT { passthrough : false; } VF-0 { mac-addr : "aa:bb:cc:dd:ee:ff"; } -------------------------------------------- Then run: iovctl -C -f /etc/iovctl/mce0.conf If you want that to start on boot, add to /etc/rc.conf.d/iovctl iovctl_enable="YES" iovctl_files="/etc/iovctl/*.conf" -- You are receiving this mail because: You are the assignee for the bug.
