[Bug 290793] iovctl on mlx5en won't work

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.