Page MenuHomeFreeBSD

tcp: initialize the LRO hash table correctly
ClosedPublic

Authored by tuexen on Aug 20 2024, 1:18 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Nov 25 2024, 8:17 PM
Unknown Object (File)
Nov 20 2024, 4:44 AM
Unknown Object (File)
Nov 14 2024, 5:01 PM
Unknown Object (File)
Nov 8 2024, 11:36 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