From: Jakub Kicinski Date: Sat, 25 Oct 2025 02:04:36 +0000 (-0700) Subject: Merge branch 'net-ravb-soc-specific-configuration' X-Git-Tag: v6.19-rc1~170^2~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=568656789c14fd85e1258cb20e0dd9d846ca7725;p=thirdparty%2Fkernel%2Flinux.git 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 --- 568656789c14fd85e1258cb20e0dd9d846ca7725