use 2k clusters on the rx ring instead of 9k clusters.
authordlg <dlg@openbsd.org>
Wed, 21 Aug 2024 01:17:50 +0000 (01:17 +0000)
committerdlg <dlg@openbsd.org>
Wed, 21 Aug 2024 01:17:50 +0000 (01:17 +0000)
commitda1cde29b3cc12533100e4b49ab43b236031b025
tree4e4b07f59a5b13b73e3f2b27a5ed6ce8be1cce59
parente21346fa864ba9020c64df4d8451f82fd7f7cc98
use 2k clusters on the rx ring instead of 9k clusters.

rge can chain mbufs from multiple rx descriptors together to build
a jumbo packet. 1514 byte packets are still the most common, so
avoiding the waste of most of a 9k cluster if we can still makes
sense.
sys/dev/pci/if_rge.c