diff options
author | 2024-06-12 20:08:56 +0000 | |
---|---|---|
committer | 2024-06-17 11:37:19 +0100 | |
commit | 0a3e5c1b670f8c386bbd232ac30d74da3653a70a (patch) | |
tree | 714b4ff0c29f65de18f7bcb51138ec85b34a2d45 /net/core | |
parent | net: micro-optimize skb_datagram_iter (diff) | |
download | wireguard-linux-0a3e5c1b670f8c386bbd232ac30d74da3653a70a.tar.xz wireguard-linux-0a3e5c1b670f8c386bbd232ac30d74da3653a70a.zip |
net/mlx5e: Add txq to sq stats mapping
mlx5 currently maps txqs to an sq via priv->txq2sq. It is useful to map
txqs to sq_stats, as well, for direct access to stats.
Add priv->txq2sq_stats and insert mappings. The mappings will be used
next to tabulate stats information.
Signed-off-by: Joe Damato <jdamato@fastly.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
0 files changed, 0 insertions, 0 deletions