CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/11 12:34:24
Modified files:
sys/dev/pci : if_ixl.c
Log message:
Revert rev 1.109:
| 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
This seems to cause oactive stalls and ixl is too common to have it broken
like this. I prefer unnecessary m_defrag() calls over hanging interfaces.
