]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'add-the-capability-to-consume-sram-for-hwfd-descriptor-queue-in-airoha_...
authorPaolo Abeni <pabeni@redhat.com>
Mon, 26 May 2025 15:32:58 +0000 (17:32 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Mon, 26 May 2025 15:32:59 +0000 (17:32 +0200)
Lorenzo Bianconi says:

====================
Add the capability to consume SRAM for hwfd descriptor queue in airoha_eth driver

In order to improve packet processing and packet forwarding
performances, EN7581 SoC supports consuming SRAM instead of DRAM for hw
forwarding descriptors queue. For downlink hw accelerated traffic
request to consume SRAM memory for hw forwarding descriptors queue.
Moreover, in some configurations QDMA blocks require a contiguous block
of system memory for hwfd buffers queue. Introduce the capability to
allocate hw buffers forwarding queue via the reserved-memory DTS
property instead of running dmam_alloc_coherent().

v2: https://lore.kernel.org/r/20250509-airopha-desc-sram-v2-0-9dc3d8076dfb@kernel.org
v1: https://lore.kernel.org/r/20250507-airopha-desc-sram-v1-0-d42037431bfa@kernel.org
====================

Link: https://patch.msgid.link/20250521-airopha-desc-sram-v3-0-a6e9b085b4f0@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge