]> www.infradead.org Git - nvme.git/commit
Merge branch 'ethtool-track-custom-rss-contexts-in-the-core'
authorJakub Kicinski <kuba@kernel.org>
Sat, 29 Jun 2024 01:51:38 +0000 (18:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 29 Jun 2024 01:53:21 +0000 (18:53 -0700)
commit30972a4ea092bacb9784fe251327571be6a99f9c
tree7194e04641ab154a3d83973128802b8b094e0059
parentc2dd2139e0cd0a567d68f0ca7215dcfe627e7afc
parentb859316e8218107f03dab83f1455fa46e949cd7c
Merge branch 'ethtool-track-custom-rss-contexts-in-the-core'

Edward Cree says:

====================
ethtool: track custom RSS contexts in the core

Make the core responsible for tracking the set of custom RSS contexts,
 their IDs, indirection tables, hash keys, and hash functions; this
 lets us get rid of duplicative code in drivers, and will allow us to
 support netlink dumps later.

This series only moves the sfc EF10 & EF100 driver over to the new API;
 other drivers (mvpp2, octeontx2, mlx5, sfc/siena, bnxt_en) can be converted
 afterwards and the legacy API removed.
====================

Link: https://patch.msgid.link/cover.1719502239.git.ecree.xilinx@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>