Message ID | 20240326222022.27926-1-tariqt@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | mlx5e misc patches | expand |
On Wed, 27 Mar 2024 00:20:14 +0200 Tariq Toukan wrote: > This patchset includes small features and misc code enhancements for the > mlx5e driver. > > Patches 1-4 by Gal improves the mlx5e ethtool stats implementation, for > example by using standard helpers ethtool_sprintf/puts. > > Patch 5 by Carolina adds exposure of RX packet drop counters of VFs/SFs > on their representor. > > Patch 6 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 7 and 8 are simple cleanups. This is purely mlx5 changes, since you're not listed as the maintainer it'd be good to add an note to the cover letter explaining your expectations. Otherwise you may have just typo'ed the subject and have actually meant it for mlx5-next.
On 28/03/2024 18:25, Jakub Kicinski wrote: > On Wed, 27 Mar 2024 00:20:14 +0200 Tariq Toukan wrote: >> This patchset includes small features and misc code enhancements for the >> mlx5e driver. >> >> Patches 1-4 by Gal improves the mlx5e ethtool stats implementation, for >> example by using standard helpers ethtool_sprintf/puts. >> >> Patch 5 by Carolina adds exposure of RX packet drop counters of VFs/SFs >> on their representor. >> >> Patch 6 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 7 and 8 are simple cleanups. > > This is purely mlx5 changes, since you're not listed as the maintainer > it'd be good to add an note to the cover letter explaining your > expectations. This is targeted for net-next. I should add myself in the proper mlx5 maintainers section. We'll submit a patch for that. > Otherwise you may have just typo'ed the subject and > have actually meant it for mlx5-next. >