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
Unknown Object (File)
Sat, Dec 28, 6:40 PM
Unknown Object (File)
Thu, Dec 5, 1:19 AM
Unknown Object (File)
Nov 24 2024, 1:46 AM
Unknown Object (File)
Nov 12 2024, 6:39 AM
Unknown Object (File)
Nov 12 2024, 6:22 AM
Unknown Object (File)
Nov 12 2024, 5:10 AM
Unknown Object (File)
Sep 23 2024, 4:47 AM
Unknown Object (File)
Sep 22 2024, 11:32 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.