Merge branch 'mlx5-misc-patches'
authorJakub Kicinski <kuba@kernel.org>
Thu, 4 Apr 2024 02:48:01 +0000 (19:48 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 4 Apr 2024 02:48:01 +0000 (19:48 -0700)
commit6b164687f87b1d457bd943ec093347ce4d562f02
treeb3a108f7e7fd3f642be03eb271d01cb61dbf120b
parent8c73e8b5959317b0f270fb501ce4af8574d5b2ff
parent07e1bc785a91e1cb621ac6a098acb222fb0811cf
Merge branch 'mlx5-misc-patches'

Tariq Toukan says:

====================
mlx5 misc patches

This patchset includes small features and misc code enhancements for the
mlx5 core and EN drivers.

Patches 1-4 by Gal improves the mlx5e ethtool stats implementation, for
example by using standard helpers ethtool_sprintf/puts.

Patch 5 by me adds a reset option for the FW command interface debugfs
stats entries. This allows explicit FW command interface stats reset
between different runs of a test case.

Patches 6 and 7 are simple cleanups.

Patch 8 by Gal adds driver support for 800Gbps link modes.

Patch 9 by Jianbo enhances the L4 steering abilities.

Patches 10-11 by Jianbo save redundant operations.
====================

Link: https://lore.kernel.org/r/20240402133043.56322-1-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>