Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Nov 2025 10:27:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 290793] iovctl on mlx5en won't work
Message-ID:  <bug-290793-7501-c9gZGAorzB@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-290793-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-290793-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290793

--- Comment #6 from David BOYER <jcduss13@gmail.com> ---
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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290793-7501-c9gZGAorzB>