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

(cherry picked from commit 175d4d69887fb103f0b0385cbbafec0432284ff3)

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
rGe4a5a27b1bbe: hpts: remove from opt_inet.h
Branches
Unknown
Tags
Unknown