diff options
author | 2022-12-02 22:14:50 +0200 | |
---|---|---|
committer | 2022-12-08 10:36:06 +0100 | |
commit | 81f8fba5ecaad53b6b32a81fe7ef06b772557647 (patch) | |
tree | 7935912d57f64ce3e6a134873a2c1ae03a2c215d /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | net/mlx5e: Improve IPsec flow steering autogroup (diff) | |
download | wireguard-linux-81f8fba5ecaad53b6b32a81fe7ef06b772557647.tar.xz wireguard-linux-81f8fba5ecaad53b6b32a81fe7ef06b772557647.zip |
net/mlx5e: Add statistics for Rx/Tx IPsec offloaded flows
Add the following statistics:
RX successfully IPsec flows:
ipsec_rx_pkts : Number of packets passed Rx IPsec flow
ipsec_rx_bytes : Number of bytes passed Rx IPsec flow
Rx dropped IPsec policy packets:
ipsec_rx_drop_pkts: Number of packets dropped in Rx datapath due to IPsec drop policy
ipsec_rx_drop_bytes: Number of bytes dropped in Rx datapath due to IPsec drop policy
TX successfully encrypted and encapsulated IPsec packets:
ipsec_tx_pkts : Number of packets encrypted and encapsulated successfully
ipsec_tx_bytes : Number of bytes encrypted and encapsulated successfully
Tx dropped IPsec policy packets:
ipsec_tx_drop_pkts: Number of packets dropped in Tx datapath due to IPsec drop policy
ipsec_tx_drop_bytes: Number of bytes dropped in Tx datapath due to IPsec drop policy
The above can be seen using:
ethtool -S <ifc> |grep ipsec
Signed-off-by: Raed Salem <raeds@nvidia.com>
Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions