net/mlx5e: CT: Add ct driver counters
authorSaeed Mahameed <saeedm@nvidia.com>
Wed, 18 May 2022 03:13:09 +0000 (20:13 -0700)
committerSaeed Mahameed <saeedm@nvidia.com>
Wed, 18 May 2022 06:41:48 +0000 (23:41 -0700)
commit77422a8f6f61be1ef64978e9a94f40fed0d1634e
treedeaa2fa9d3ef89012c1ddab64e22f5d3b69942a2
parentf05ec8d9d0d62367b6e1f2cb50d7d2a45e7747cf
net/mlx5e: CT: Add ct driver counters

Connection offload is translated to multiple rules over several
hardware flow tables. Unhandled end-cases may cause a hardware
resource leak causing multiple system symptoms such as a host
memory leak, decreased performance and other scale related issues.

Export the current number of firmware FTEs related to the CT table
as a debugfs counter. Also add a dropped packets counter to help
debug packets dropped on restore failure.

To show the offloaded count:
cat /sys/kernel/debug/mlx5/<PCI>/ct_nic/offloaded

To show the dropped count:
cat /sys/kernel/debug/mlx5/<PCI>/ct_nic/rx_dropped

Signed-off-by: Paul Blakey <paulb@mellanox.com>
Signed-off-by: Roi Dayan <paulb@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Reviewed-by: Oz Shlomo <ozsh@nvidia.com>
Reviewed-by: Paul Blakey <paulb@nvidia.com>
drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c