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
Unknown Object (File)
Wed, Nov 12, 3:13 AM
Unknown Object (File)
Fri, Nov 7, 12:24 PM
Unknown Object (File)
Thu, Nov 6, 4:41 AM
Unknown Object (File)
Sat, Oct 25, 1:37 AM
Unknown Object (File)
Thu, Oct 23, 9:38 PM
Unknown Object (File)
Fri, Oct 17, 6:28 PM
Unknown Object (File)
Fri, Oct 17, 6:28 PM
Unknown Object (File)
Fri, Oct 17, 9:38 AM
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.