]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove it
authorDavid Howells <dhowells@redhat.com>
Wed, 4 Dec 2024 07:46:47 +0000 (07:46 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 21:48:28 +0000 (13:48 -0800)
commit692c4caa074c0d6092bd713babc6fc3872b5592a
tree99a1dc92c00b6479c11c521283bfd80cb3844cc6
parentb341a0263b1b804d329f864c2dc24815364510ec
rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove it

Now that packets are removed from the Tx queue in the rotation function
rather than being cleaned up later, call->acks_hard_ack now advances in
step with call->tx_bottom, so remove it.

Some of the places call->acks_hard_ack is used in the rxrpc tracepoints are
replaced by call->acks_first_seq instead as that's the peer's reported idea
of the hard-ACK point.

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-20-dhowells@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/trace/events/rxrpc.h
net/rxrpc/ar-internal.h
net/rxrpc/call_event.c
net/rxrpc/input.c
net/rxrpc/proc.c
net/rxrpc/sendmsg.c