CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/17 06:54:19
Modified files:
sys/dev/pci : if_ice.c if_icevar.h if_ixl.c
Log message:
ixl/ice(4): use 128 segments for DMA maps of TSO packets
This avoids unnecessary m_defrag() calls and gain some performance.
with tweaks for kettenis and bluhm
ok kettenis, bluhm
