Page MenuHomeFreeBSD

ixl(4)/ixlv(4): Revert m_collapse() in ixl_xmit() to m_defrag().
ClosedPublic

Authored by erj on Feb 5 2016, 11:05 PM.
Tags
None
Referenced Files
F147983809: D5207.diff
Sun, Mar 15, 12:36 AM
Unknown Object (File)
Sat, Mar 14, 12:21 PM
Unknown Object (File)
Sat, Mar 14, 12:15 PM
Unknown Object (File)
Sat, Feb 14, 9:20 PM
Unknown Object (File)
Feb 10 2026, 11:42 AM
Unknown Object (File)
Jan 31 2026, 8:12 AM
Unknown Object (File)
Jan 12 2026, 5:50 PM
Unknown Object (File)
Jan 9 2026, 5:54 PM
Subscribers

Details

Summary

The m_collapse() failed when transmitting medium-sized packets when the
interface mtu was set to 9000, so revert back to the non-error-causing
m_defrag().

It's also possible there was no performance benefit to using m_collapse()
over m_defrag() there, but that would need to be investigated.

Test Plan

Test medium (960-1400 byte) message sizes with 9000 MTU.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2406
Build 2422: arc lint + arc unit

Event Timeline

erj retitled this revision from to ixl(4)/ixlv(4): Revert m_collapse() in ixl_xmit() to m_defrag()..
erj updated this object.
This revision is now accepted and ready to land.Feb 11 2016, 11:05 PM

This was committed in rS295831, but this revision didn't update for some reason.