HomeFreeBSD

tcp_hpts: use tcp_pace.cts_last_ran for last ran table

Description

tcp_hpts: use tcp_pace.cts_last_ran for last ran table

Remove the global cts_last_ran and use already existing unused field of
struct tcp_hptsi, which seems originally planned to hold this table. This
makes it consistent with other malloc-ed tables, like main array of HPTS
entities and CPU groups.

Reviewed by: tuexen
Differential Revision: https://reviews.freebsd.org/D43091

Details

Provenance
glebiusAuthored on Dec 19 2023, 6:21 PM
Reviewer
tuexen
Differential Revision
D43091: tcp_hpts: use tcp_pace.cts_last_ran for last ran table
Parents
rGc2e0b604a3aa: netinet tests: test that we send IGMP join/leave packets as expected
Branches
Unknown
Tags
Unknown