]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
Merge branch 'refactoring-rvu-nic-driver'
authorJakub Kicinski <kuba@kernel.org>
Thu, 31 Oct 2024 00:50:39 +0000 (17:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 31 Oct 2024 00:50:40 +0000 (17:50 -0700)
Geetha sowjanya says:

====================
Refactoring RVU NIC driver

This is a preparation pathset for follow-up "Introducing RVU representors
driver" patches. The RVU representor driver creates representor netdev
of each rvu device when switch dev mode is enabled.

RVU representor and NIC have a similar set of HW resources(NIX_LF,RQ/SQ/CQ)
and implements a subset of NIC functionality.
This patch set groups hw resources and queue configuration code into single
API and export the existing functions so, that code can be shared between
NIC and representor drivers.

These patches are part of "Introduce RVU representors" patchset.
https://lore.kernel.org/all/ZsdJ-w00yCI4NQ8T@nanopsycho.orion/T/
As suggested by "Jiri Pirko", submitting as separate patchset.
====================

Link: https://patch.msgid.link/20241023161843.15543-1-gakula@marvell.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge