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)
Wed, Oct 15, 12:02 AM
Unknown Object (File)
Wed, Oct 15, 12:02 AM
Unknown Object (File)
Wed, Oct 15, 12:02 AM
Unknown Object (File)
Tue, Oct 14, 3:14 PM
Unknown Object (File)
Sun, Oct 12, 11:22 PM
Unknown Object (File)
Sun, Oct 5, 3:45 AM
Unknown Object (File)
Mon, Sep 29, 2:30 PM
Unknown Object (File)
Sep 15 2025, 5:40 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