Page MenuHomeFreeBSD

iflib - use proper max segment size for DMA
ClosedPublic

Authored by krzysztof.galazka_intel.com on Jun 29 2017, 9:59 AM.
Tags
None
Referenced Files
F82054588: D11403.diff
Thu, Apr 25, 1:45 AM
Unknown Object (File)
Dec 22 2023, 11:33 PM
Unknown Object (File)
Aug 13 2023, 7:02 AM
Unknown Object (File)
Jun 14 2023, 1:47 PM
Unknown Object (File)
May 24 2023, 1:49 PM
Unknown Object (File)
Jan 29 2023, 2:44 PM
Unknown Object (File)
Dec 23 2022, 2:07 PM
Unknown Object (File)
Dec 15 2022, 5:09 PM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sbruno requested changes to this revision.Jul 3 2017, 6:38 PM
sbruno added inline comments.
sys/net/iflib.c
2933 ↗(On Diff #30204)

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.