]> Gentwo Git Trees - linux/.git/commit
Merge branch 'net-ravb-soc-specific-configuration'
authorJakub Kicinski <kuba@kernel.org>
Sat, 25 Oct 2025 02:04:36 +0000 (19:04 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 25 Oct 2025 02:05:57 +0000 (19:05 -0700)
commit568656789c14fd85e1258cb20e0dd9d846ca7725
tree393c9de3b8a14c05fd2aa9bc68132b3b307c4bcc
parentc09b183dc14e0fda14bb99b31b9637ce2e1d3682
parent3912e804ff6a03693cc50d801ab840479f7b20ac
Merge branch 'net-ravb-soc-specific-configuration'

Lad Prabhakar says:

====================
net: ravb: SoC-specific configuration

This series addresses several issues in the Renesas Ethernet AVB (ravb)
driver related to SoC-specific resource configuration.

The series includes the following changes:

- Make DBAT entry count configurable per SoC
The number of descriptor base address table (DBAT) entries is not uniform
across all SoCs. Pass this information via the hardware info structure and
allocate resources accordingly.

- Allocate correct number of queues based on SoC support
Use the per-SoC configuration to determine whether a network control queue
is available, and allocate queues dynamically to match the SoC's
capability.

v2: https://lore.kernel.org/20251017151830.171062-1-prabhakar.mahadev-lad.rj@bp.renesas.com
====================

Link: https://patch.msgid.link/20251023112111.215198-1-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>