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)
commite110225ec120bb4327b442601daffe82ca514bbf
treec84fcb5c242f206c6f84221672488459b940a176
parentb4d0679b34e47873fff04bb91ba54d2bcc06df27
parent78bd5d81241ebb921d51cc4c7f8bf26bd4b8de3f
Merge branch 'refactoring-rvu-nic-driver'

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>