On Thu, May 22, 2025 at 04:50:10AM -0600, Jan Klemkow wrote: > CVSROOT: /cvs > Module name: src > Changes by: j...@cvs.openbsd.org 2025/05/22 04:50:10 > > Modified files: > sys/dev/pci : if_ix.c > > Log message: > ix(4): use 4k clusters in LRO mode to avoid m_defrag calls > > ok bluhm
Are you sure this works? ix(4) is as fucked up as most Intel Ethernet devices and do not handle ETHER_ALIGN well. This is why those drivers use the mcl2k2 pool which is oversized. -- :wq Claudio