diff options
author | David Howells <dhowells@redhat.com> | 2024-12-04 10:46:52 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-12-10 00:48:29 +0300 |
commit | dcdff0d8e3b61033b28c72926997d458949fcc05 (patch) | |
tree | f5e12c4ec0010236fbdbdbb1223276f9531e981a /include/math-emu | |
parent | 9b052c6b92f9316d670bf50566f70e183d0d19cb (diff) | |
download | linux-dcdff0d8e3b61033b28c72926997d458949fcc05.tar.xz |
rxrpc: Store the DATA serial in the txqueue and use this in RTT calc
Store the serial number set on a DATA packet at the point of transmission
in the rxrpc_txqueue struct and when an ACK is received, match the
reference number in the ACK by trawling the txqueue rather than sharing an
RTT table with ACK RTT. This can be done as part of Tx queue rotation.
This means we have a lot more RTT samples available and is faster to search
with all the serial numbers packed together into a few cachelines rather
than being hung off different txbufs.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: linux-afs@lists.infradead.org
Link: https://patch.msgid.link/20241204074710.990092-25-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/math-emu')
0 files changed, 0 insertions, 0 deletions