Summary: | e1000 driver falsely reports that it supports LRO | ||
---|---|---|---|
Product: | Base System | Reporter: | Ed Maste <emaste> |
Component: | kern | Assignee: | Kevin Bowling <kbowling> |
Status: | Closed Not A Bug | ||
Severity: | Affects Only Me | CC: | erj, kbowling |
Priority: | --- | Keywords: | IntelNetworking |
Version: | CURRENT | ||
Hardware: | Any | ||
OS: | Any | ||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254596 |
Description
Ed Maste
![]() ![]() I don't understand this bug? The IFCAP_LRO capability gets passed to iflib via the isc_capenable/isc_capabilities fields via the driver's if_softc_ctx_t object, then those are used in a if_setcapabilities/if_setcapenable() call in iflib when the driver loads. Then iflib sets up the lro context and handles sending packets via LRO's tcp_lro_rx() instead of the regular if_input() routine. iflib ends up handling most of it, but the driver still needs to set IFCAP_LRO if it wants iflib to use LRO. (In reply to Eric Joyner from comment #1) Agreed |