rxrpc: Add a tracepoint to log which packets will be retransmitted
Add a tracepoint to log in rxrpc_resend() which packets will be retransmitted. Note that if a positive ACK comes in whilst we have dropped the lock to retransmit another packet, the actual retransmission may not happen, though some of the effects will (such as altering the congestion management). Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
@@ -196,6 +196,8 @@ static void rxrpc_resend(struct rxrpc_call *call)
|
||||
|
||||
/* Okay, we need to retransmit a packet. */
|
||||
call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation;
|
||||
trace_rxrpc_retransmit(call, seq, annotation | anno_type,
|
||||
ktime_to_ns(ktime_sub(skb->tstamp, max_age)));
|
||||
}
|
||||
|
||||
resend_at = ktime_sub(ktime_add_ms(oldest, rxrpc_resend_timeout), now);
|
||||
|
Reference in New Issue
Block a user