]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net/mlx5e: Fix missing IPsec statistics on uplink representor
authorRaed Salem <raeds@nvidia.com>
Thu, 8 Jul 2021 09:48:24 +0000 (12:48 +0300)
committerAndrea Righi <andrea.righi@canonical.com>
Tue, 4 Jan 2022 08:49:10 +0000 (09:49 +0100)
commit8e10af70636bdda88ff66b6d054b859ff4730a2c
tree6f0606bef8c7431b173cb33f5e3ec3e59c1489b5
parentc59b00e9411ab502f1cc24e1f9beeacaac0980f1
net/mlx5e: Fix missing IPsec statistics on uplink representor

BugLink: https://bugs.launchpad.net/bugs/1953731
[ Upstream commit 51ebf5db67f5c6aed79c05f1aa5137bdf5ca6614 ]

The cited patch added the IPsec support to uplink representor, however
as uplink representors have his private statistics where IPsec stats
is not part of it, that effectively makes IPsec stats hidden when uplink
representor stats queried.

Resolve by adding IPsec stats to uplink representor private statistics.

Fixes: 5589b8f1a2c7 ("net/mlx5e: Add IPsec support to uplink representor")
Signed-off-by: Raed Salem <raeds@nvidia.com>
Reviewed-by: Alaa Hleihel <alaa@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c