diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-10-05 01:19:27 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-06 01:29:00 +0200 |
commit | a4d26fdbc2a5414bb1b67198656cc7e24a4a3c3a (patch) | |
tree | 27aff1b1be15148421eba9b38f1f2efee5dc5dd4 /Documentation/networking | |
parent | net/tls: add TlsDecryptError stat (diff) | |
download | linux-a4d26fdbc2a5414bb1b67198656cc7e24a4a3c3a.tar.xz linux-a4d26fdbc2a5414bb1b67198656cc7e24a4a3c3a.zip |
net/tls: add TlsDeviceRxResync statistic
Add a statistic for number of RX resyncs sent down to the NIC.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r-- | Documentation/networking/tls.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/networking/tls.rst b/Documentation/networking/tls.rst index ab82362dd819..8cb2cd4e2a80 100644 --- a/Documentation/networking/tls.rst +++ b/Documentation/networking/tls.rst @@ -236,3 +236,6 @@ TLS implementation exposes the following per-namespace statistics - ``TlsDecryptError`` - record decryption failed (e.g. due to incorrect authentication tag) + +- ``TlsDeviceRxResync`` - + number of RX resyncs sent to NICs handling cryptography |