CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2024/08/20 19:17:50

Modified files:
        sys/dev/pci    : if_rge.c 

Log message:
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.

Reply via email to