Page MenuHomeFreeBSD

tcp: initialize the LRO hash table correctly
ClosedPublic

Authored by tuexen on Aug 20 2024, 1:18 PM.
Tags
None
Referenced Files
F109370494: D46378.id142268.diff
Tue, Feb 4, 4:40 AM
F109363934: D46378.diff
Tue, Feb 4, 2:32 AM
Unknown Object (File)
Tue, Jan 28, 2:21 AM
Unknown Object (File)
Mon, Jan 27, 6:38 AM
Unknown Object (File)
Fri, Jan 24, 5:38 PM
Unknown Object (File)
Thu, Jan 23, 6:23 AM
Unknown Object (File)
Mon, Jan 20, 7:56 PM
Unknown Object (File)
Sat, Jan 18, 9:27 PM

Details

Summary

There will at most lro_entries entries in the LRO hash table. So no need to take lro_mbufs into account, which only results in the LRO hash table being too large and therefore wasting memory.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable