public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [net-next PATCH 0/4] Refactoring RVU NIC driver
@ 2024-09-03 12:40 Geetha sowjanya
  2024-09-03 12:40 ` [net-next PATCH 1/4] octeontx2-pf: Defines common API for HW resources configuration Geetha sowjanya
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Geetha sowjanya @ 2024-09-03 12:40 UTC (permalink / raw)
  To: netdev, linux-kernel
  Cc: kuba, davem, pabeni, jiri, edumazet, sgoutham, gakula, sbhatta,
	hkelam

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 patchset groups hw resources and queue configuration code into separate
APIs 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.

Geetha sowjanya (4):
  octeontx2-pf: Defines common API for HW resources configuration
  octeontx2-pf: Add new APIs for queue memory alloc/free.
  octeontx2-pf: Reuse max mtu value
  octeontx2-pf: Export common APIs

 .../marvell/octeontx2/nic/otx2_common.c       |   6 +-
 .../marvell/octeontx2/nic/otx2_common.h       |  15 ++
 .../ethernet/marvell/octeontx2/nic/otx2_pf.c  | 243 +++++++++++-------
 .../marvell/octeontx2/nic/otx2_txrx.c         |  17 +-
 .../marvell/octeontx2/nic/otx2_txrx.h         |   3 +-
 .../ethernet/marvell/octeontx2/nic/otx2_vf.c  |   7 +-
 6 files changed, 186 insertions(+), 105 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-09-04  6:21 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03 12:40 [net-next PATCH 0/4] Refactoring RVU NIC driver Geetha sowjanya
2024-09-03 12:40 ` [net-next PATCH 1/4] octeontx2-pf: Defines common API for HW resources configuration Geetha sowjanya
2024-09-03 14:55   ` Jiri Pirko
2024-09-03 14:57   ` Pavan Chebbi
2024-09-04  5:48     ` [EXTERNAL] " Geethasowjanya Akula
2024-09-04  6:18       ` Pavan Chebbi
2024-09-03 12:40 ` [net-next PATCH 2/4] octeontx2-pf: Add new APIs for queue memory alloc/free Geetha sowjanya
2024-09-03 15:12   ` Pavan Chebbi
2024-09-04  5:35     ` [EXTERNAL] " Geethasowjanya Akula
2024-09-03 12:40 ` [net-next PATCH 3/4] octeontx2-pf: Reuse PF max mtu value Geetha sowjanya
2024-09-03 12:40 ` [net-next PATCH 4/4] octeontx2-pf: Export common APIs Geetha sowjanya
2024-09-03 15:00   ` Jiri Pirko
2024-09-04  6:20     ` [EXTERNAL] " Geethasowjanya Akula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox