Page MenuHomeFreeBSD

cxgbei: Rework the pdu_append_data hook to support M_WAITOK.
ClosedPublic

Authored by jhb on Apr 21 2021, 11:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 1, 3:55 PM
Unknown Object (File)
Sat, Jan 25, 7:29 PM
Unknown Object (File)
Fri, Jan 24, 7:14 PM
Unknown Object (File)
Dec 26 2024, 2:37 PM
Unknown Object (File)
Dec 11 2024, 7:06 PM
Unknown Object (File)
Dec 11 2024, 10:19 AM
Unknown Object (File)
Dec 1 2024, 3:35 AM
Unknown Object (File)
Nov 24 2024, 8:17 PM
Subscribers

Details

Summary
  • Only allocate 16K jumbo mbufs if the region of data to be appended is sufficiently large, and use a loop.
  • Use m_getm2() to allocate a chain for data less than 16K, or if m_getjcl() fails.
  • Use ENOMEM as the return value instead of '1' if the hook fails due to a memory allocation error.

Diff Detail

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