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
F152555596: D11403.id30367.diff
Wed, Apr 15, 4:11 PM
F152555230: D11403.id30367.diff
Wed, Apr 15, 4:07 PM
F152543993: D11403.id.diff
Wed, Apr 15, 2:18 PM
F152528656: D11403.id30204.diff
Wed, Apr 15, 12:24 PM
F152520122: D11403.id30202.diff
Wed, Apr 15, 11:29 AM
F152442786: D11403.id30367.diff
Wed, Apr 15, 12:09 AM
Unknown Object (File)
Sun, Apr 12, 8:34 AM
Unknown Object (File)
Thu, Apr 9, 10:58 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.