https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230465
--- Comment #32 from Jeff Pieper <[email protected]> --- (In reply to Charles Goncalves from comment #31) I believe this requires a driver reset. If you are using a static driver (compiled into the kernel), then yes, it has to be at boot. If you are using a driver module, then with the driver unloaded, you can do: #kenv dev.ixl.0.iflib.override_ntxqs=<val> #kenv dev.ixl.0.iflib.override_nrxqs=<val> Then load then driver. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
