CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/04/08 01:27:58
Modified files:
sys/dev/pci : if_ice.c
Log message:
allow up to 8 DMA segments per frame on ice(4), like xl(4) does
Reduces use of m_defrag(), which was quite high according to testing
done by bluhm@.
In my testing, TCP Tx throughput increases from 4.5 Gbit/s to 6 Gbit/s.
