Page MenuHomeFreeBSD

tcp: initialize the LRO hash table correctly
ClosedPublic

Authored by tuexen on Aug 20 2024, 1:18 PM.
Tags
None
Referenced Files
F102014531: D46378.id.diff
Wed, Nov 6, 1:46 PM
F102010351: D46378.diff
Wed, Nov 6, 12:33 PM
Unknown Object (File)
Tue, Nov 5, 2:48 PM
Unknown Object (File)
Tue, Nov 5, 12:52 PM
Unknown Object (File)
Thu, Oct 17, 5:23 AM
Unknown Object (File)
Wed, Oct 16, 1:21 AM
Unknown Object (File)
Sun, Oct 13, 6:29 PM
Unknown Object (File)
Sat, Oct 12, 6:30 AM

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