diff options
author | David Howells <dhowells@redhat.com> | 2024-01-31 11:03:52 +0000 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2024-03-05 23:35:25 +0000 |
commit | 4d267ad6fd566c58d33ac899fefd5357b9a71908 (patch) | |
tree | 41b94d35024f625ace8b6aa54fe9b6c1f2b6231b /net/ipv6/raw.c | |
parent | 153f90a066dd4a91ef7edc0df3964dd097a5e2a5 (diff) |
rxrpc: Record probes after transmission and reduce number of time-gets
Move the recording of a successfully transmitted DATA or ACK packet that
will provide RTT probing to after the transmission. With the I/O thread
model, this can be done because parsing of the responding ACK can no longer
race with the post-transmission code.
Move the various timeout-settings done after successfully transmitting a
DATA packet into rxrpc_tstamp_data_packets() and eliminate a number of
calls to get the current time.
As a consequence we no longer need to cancel a proposed RTT probe on
transmission failure.
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Marc Dionne <marc.dionne@auristor.com>
cc: "David S. Miller" <davem@davemloft.net>
cc: Eric Dumazet <edumazet@google.com>
cc: Jakub Kicinski <kuba@kernel.org>
cc: Paolo Abeni <pabeni@redhat.com>
cc: linux-afs@lists.infradead.org
cc: netdev@vger.kernel.org
Diffstat (limited to 'net/ipv6/raw.c')
0 files changed, 0 insertions, 0 deletions