https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276774
--- Comment #2 from Curtis Villamizar ---
I attempted a bisect but the test might need work so I have to do it over.
The test is:
compile kernel on build machine
reboot build machine with new kernel
rebuild net/realtek-re-kmod from ports s
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276936
Mark Linimon changed:
What|Removed |Added
Keywords||IntelNetworking
See Also|
I have read today this deployment git of cRPD the containerized router daemon
from Juniper [1] on which they claim to control the host interface by
discovering them and use the nost network mode of docker [2] .
Can we do the same for jails ? I see a jail requires to statically define the
interf
I have tested the following scenario:
Setup the mellanox driver with SRIOV:
```
$ sudo more /etc/iov/mce0.conf
PF {
device: "mlx5_core0";
num_vfs: 8;
}
DEFAULT {
passthrough: true;
}
VF-0 {
mac-addr: "02:01:02:02:01:00";
}
VF-1 {
mac-addr: "02:01:02:02:01:01";
}
VF-2 {
passthrough: false;}
`