]> git.ipfire.org Git - thirdparty/linux.git/commit
rxrpc: Don't use received skbuff timestamps
authorDavid Howells <dhowells@redhat.com>
Wed, 4 Dec 2024 07:46:53 +0000 (07:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 21:48:29 +0000 (13:48 -0800)
commit7903d4438b3f50b2f44af1ce4560631e0e0a9779
treed6d75a0904912033f990de615935e1a1e333dcdd
parentdcdff0d8e3b61033b28c72926997d458949fcc05
rxrpc: Don't use received skbuff timestamps

Don't use received skbuff timestamps, but rather set a timestamp when an
ack is processed so that the time taken to get to rxrpc_input_ack() is
included in the RTT.

The timestamp of the latest ACK received is tracked in
call->acks_latest_ts.

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-26-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/rxrpc/input.c
net/rxrpc/local_object.c