Skip to content

Commit 2836654

Browse files
Tariq Toukandavem330
authored andcommitted
Documentation: TLS: Add missing counter description
Add TLS TX counter description for the handshake retransmitted packets that triggers the resync procedure then skip it, going into the regular transmit flow. Fixes: 46a3ea9 ("net/mlx5e: kTLS, Enhance TX resync flow") Signed-off-by: Tariq Toukan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]> Acked-by: Jakub Kicinski <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 517ce4e commit 2836654

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/networking/tls-offload.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,10 @@ by the driver:
436436
encryption.
437437
* ``tx_tls_ooo`` - number of TX packets which were part of a TLS stream
438438
but did not arrive in the expected order.
439+
* ``tx_tls_skip_no_sync_data`` - number of TX packets which were part of
440+
a TLS stream and arrived out-of-order, but skipped the HW offload routine
441+
and went to the regular transmit flow as they were retransmissions of the
442+
connection handshake.
439443
* ``tx_tls_drop_no_sync_data`` - number of TX packets which were part of
440444
a TLS stream dropped, because they arrived out of order and associated
441445
record could not be found.

0 commit comments

Comments
 (0)