Page MenuHomeFreeBSD

cxgbei: Add support for zero-copy iSCSI target transmission/read.
ClosedPublic

Authored by jhb on Apr 21 2021, 11:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 18 2024, 12:30 PM
Unknown Object (File)
Jan 14 2024, 5:00 AM
Unknown Object (File)
Dec 2 2023, 11:55 PM
Unknown Object (File)
Dec 2 2023, 11:55 PM
Unknown Object (File)
Dec 2 2023, 11:55 PM
Unknown Object (File)
Dec 2 2023, 11:42 PM
Unknown Object (File)
Nov 30 2023, 12:53 PM
Unknown Object (File)
Sep 25 2023, 9:55 AM
Subscribers

Details

Summary
  • Switch to allocating the cxgbei version of icl_pdu explicitly as a separate refcounted object allocated via malloc/free instead of storing it in the bhs mbuf prior to the bhs.
  • Support the icl_conn_pdu_queue_cb() method to set a callback on a PDU to be invoked when the PDU is freed.
  • For ICL_NOCOPY buffers, use an external mbuf to manage the storage for the buffer via m_extaddref(). Each external mbuf holds a reference on the associated PDU, so the callback is invoked once all of the external mbufs have been freed.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable