Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] Add NPAC driver to accel subsystem
@ 2026-07-01  6:25 Jaspinder Budhal
  2026-07-01  6:25 ` [RFC PATCH 1/2] Documentation: accel: Add NPAC client driver documentation Jaspinder Budhal
  2026-07-01  6:25 ` [RFC PATCH 2/2] accel/npac: Add NPAC client driver Jaspinder Budhal
  0 siblings, 2 replies; 3+ messages in thread
From: Jaspinder Budhal @ 2026-07-01  6:25 UTC (permalink / raw)
  To: ogabbay, corbet, skhan
  Cc: dri-devel, linux-doc, linux-kernel, linux-arm-kernel, j-budhal,
	srk, s-vadapalli

This series adds support for the Network Packet ACcelerator (NPAC)
client driver. NPAC is a hardware accelerator for offloading
packet processing tasks from the various hosts on TI's TDA5 family
of SoCs.

This is a minimal reference implementation to establish the framework
for NPAC acceleration support in the Linux kernel. Further details
are in patch 1 which adds documentation for the driver and describes
the system architecture, driver interface, and execution flows.

This RFC is submitted for getting feedback on the initial implementation.

Jaspinder Budhal (2):
  Documentation: accel: Add NPAC client driver documentation
  accel/npac: Add NPAC client driver

 Documentation/accel/npac.rst  | 142 ++++++++++++++++++++++
 drivers/accel/Kconfig         |   1 +
 drivers/accel/Makefile        |   1 +
 drivers/accel/npac/Kconfig    |  13 ++
 drivers/accel/npac/Makefile   |   3 +
 drivers/accel/npac/npac_drv.c | 218 ++++++++++++++++++++++++++++++++++
 6 files changed, 378 insertions(+)
 create mode 100644 Documentation/accel/npac.rst
 create mode 100644 drivers/accel/npac/Kconfig
 create mode 100644 drivers/accel/npac/Makefile
 create mode 100644 drivers/accel/npac/npac_drv.c

-- 
2.34.1



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

end of thread, other threads:[~2026-07-01  6:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-01  6:25 [RFC PATCH 0/2] Add NPAC driver to accel subsystem Jaspinder Budhal
2026-07-01  6:25 ` [RFC PATCH 1/2] Documentation: accel: Add NPAC client driver documentation Jaspinder Budhal
2026-07-01  6:25 ` [RFC PATCH 2/2] accel/npac: Add NPAC client driver Jaspinder Budhal

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