IP Forwarding Performance

Sepherosa Ziehau has been making a lot of commits to increase packet-per-second rates without increasing CPU usage.  He’s published a sort of progress report/benchmark to show current performance levels.  It sounds like he’s expecting even better performance in the future, though I’m not sure how much more he could push out of it, since the bulk performance appears to be close to the rated capacity of the copper…

SMBIOS access now possible

Sascha Wildner has added system management BIOS (SMBIOS) support, visible with kenv, from FreeBSD.  Use it for getting things like the BIOS revision, system manufacturer, and so on.  For example:

smbios.bios.reldate="12/04/2006"
smbios.bios.vendor="Dell Inc. "
smbios.bios.version="2.1.0 "

This may seem minor, but this can be very helpful when dealing with hardware you aren’t physically able to access.

MSI-X for the masses

Sepherosa Ziehau is switching a number of network cards over to use ifpoll, which means they will have capabilities similar to MSI-X, even if the network card doesn’t support it.  My suspicion is that it will make these cards perform better in busy situation where they would otherwise get bogged down… but that’s based on hunch rather than empirical testing.  As Sepherosa Ziehau pointed out, it certainly can’t hurt.

Major USB update arrives

Sascha Wildner has committed Markus Pfeiffer’s port of USB4BSD to DragonFly.   USB network, input , audio, and storage devices (including xhci/USB3 items) may work, though there’s no guarantee for each driver.  This is added but not on by default, so see the first link for instructions on how to rebuild your kernel to use it.  This will be in (but not default) the DragonFly 3.2 release.

(This is shaping up to be a much bigger release than I anticipated!)

Another SSD conversation

Pierre Abbat is curious about using Hammer on an SSD.  The discussion that came from that has some useful points, including notes that a straightforward SSD as disk works for most anything with Hammer other than very intensive database use, due to the history retention.  If space is an issue, swapcache on the SSD and attaching a normal HDD is a fine alternative.  A SSD with Hammer can leave some features off, though I’d argue that dedup is totally worth is.  Also, SSD speed is directly correlated with size.