• David Howells's avatar
    rxrpc: Record the Tx serial in the rxrpc_txbuf and retransmit trace · ba132d84
    David Howells authored
    Each Rx protocol packet contains a per-connection monotonically increasing
    serial number used to correlate outgoing messages with their replies -
    something that can be used for RTT calculation.
    
    Note this value in the rxrpc_txbuf struct in addition to the wire header
    and then log it in the rxrpc_retransmit trace for reference.
    Signed-off-by: default avatarDavid 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
    ba132d84
output.c 19.8 KB