Page MenuHomeFreeBSD

iflib - use proper max segment size for DMA
ClosedPublic

Authored by kgalazka on Jun 29 2017, 9:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 20, 2:50 AM
Unknown Object (File)
Sun, Jul 19, 8:47 PM
Unknown Object (File)
Wed, Jul 8, 10:29 AM
Unknown Object (File)
Tue, Jul 7, 12:37 AM
Unknown Object (File)
Mon, Jul 6, 7:37 PM
Unknown Object (File)
Jun 21 2026, 9:51 PM
Unknown Object (File)
Jun 19 2026, 2:34 AM
Unknown Object (File)
Apr 29 2026, 4:28 AM
Subscribers

Details

Summary
  • iflib_busdma_load_mbuf_sg used isc_tx_maxsize as max semgent size.
Test Plan

Compile-tested with minimal performance testing.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10186
Build 10607: arc lint + arc unit

Event Timeline

sbruno requested changes to this revision.Jul 3 2017, 6:38 PM
sbruno added inline comments.
sys/net/iflib.c
2933

Hrm ... small typo here.

Should be scctx->isc_tx_tso_segsize_max

This revision now requires changes to proceed.Jul 3 2017, 6:38 PM
This revision was automatically updated to reflect the committed changes.