Page MenuHomeFreeBSD

vtnet: Adjust rx buffer so IP header 32-bit aligned
ClosedPublic

Authored by imp on Dec 20 2023, 8:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 27, 9:20 PM
Unknown Object (File)
Sat, Oct 26, 8:44 PM
Unknown Object (File)
Sat, Oct 26, 5:54 PM
Unknown Object (File)
Mon, Oct 21, 2:32 PM
Unknown Object (File)
Mon, Oct 21, 2:32 PM
Unknown Object (File)
Sat, Oct 19, 4:15 PM
Unknown Object (File)
Tue, Oct 15, 4:11 PM
Unknown Object (File)
Tue, Oct 15, 4:10 PM
Subscribers
None

Details

Summary

Call madj(m, ETHER_ALIGN) to offset rx buffers when allocating them.
This improves performance everywhere, and allows armv7 to work at all.

PR: 271288
Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55051
Build 51940: arc lint + arc unit

Event Timeline

imp requested review of this revision.Dec 20 2023, 8:47 PM
imp created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Dec 21 2023, 4:21 AM
This revision was automatically updated to reflect the committed changes.