Merge branch 'mlx5e-per-queue-coalescing'
authorJakub Kicinski <kuba@kernel.org>
Mon, 22 Apr 2024 21:22:22 +0000 (14:22 -0700)
committerJakub Kicinski <kuba@kernel.org>
Mon, 22 Apr 2024 21:22:22 +0000 (14:22 -0700)
Tariq Toukan says:

====================
mlx5e per-queue coalescing

This patchset adds ethtool per-queue coalescing support for the mlx5e
driver.

The series introduce some changes needed as preparations for the final
patch which adds the support and implements the callbacks.  Main
changes:
- DIM code movements into its own header file.
- Switch to dynamic allocation of the DIM struct in the RQs/SQs.
- Allow coalescing config change without channels reset when possible.
====================

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

Trivial merge