iflib_netmap_config
-
pfSense + Have been getting this message on reboot: 586.587322 [857] iflib_netmap_config txr 4 rxr 4 txd 1024 rxd 1024 rbufsz 2048
Not sure how to resolve...looked here: https://github.com/freebsd/freebsd-src/commit/21d0c01226eb979556d6d792ec58eb54012fbc24 but don't know how or where to make alignment changes so Netmap doesn't get upset when starting up.
-
Those are harmless information messages from the netmap kernel device during its initialization. It is printing out the current configuration of netmap based on the NIC driver being used. It is detailing the number of rings, TX/RX descriptors, and the buffer size that will be used.
There is no way to stop the message. It comes from the kernel device itself. Nothing pfSense nor any packages can do about it.
-
@bmeeks said in iflib_netmap_config:
Those are harmless information messages from the netmap kernel device during its initialization. It is printing out the current configuration of netmap based on the NIC driver being used. It is detailing the number of rings, TX/RX descriptors, and the buffer size that will be used.
There is no way to stop the message. It comes from the kernel device itself. Nothing pfSense nor any packages can do about it.
Thank you Bill...the only way I saw it was hooking up a monitor to my pfSense box, a rare occasion...was thinking to do a clean install since I had upgraded from v2.5.2> 2.6RC > 22.01 release.