23 Jan
2024
23 Jan
'24
1:39 a.m.
On Tue, 16 Jan 2024 11:50:30 +1100
David Gibson
There are a number of things that are more-or-less general to flows which are still explicitly handled in tcp.c and tcp_splice.c including allocation and freeing of flow entries, and dispatch of deferred and timer functions.
Even without adding more fields to the common flow structure, we can handle a number of these in a more flow-centric way.
Unlike v1 this version is based on the hash table rework series.
Applied. -- Stefano