Re: [net-next PATCH v2 4/8] net: dsa: realtek: rtl8365mb: add table lookup interface

From: Jakub Kicinski

Date: Tue May 05 2026 - 21:26:36 EST


On Sun, 03 May 2026 03:18:24 -0300 Luiz Angelo Daros de Luca wrote:
> From: Alvin Šipraga <alsi@xxxxxxxxxxxxxxx>
>
> Add a generic table lookup interface to centralize access to
> the RTL8365MB internal tables.
>
> This interface abstracts the low-level table access logic and
> will be used by subsequent commits to implement FDB and VLAN
> operations.

kdoc says:

Warning: drivers/net/dsa/realtek/rtl8365mb_table.h:32 enum rtl8365mb_table { RTL8365MB_TABLE_ACL_RULE = 1, RTL8365MB_TABLE_ACL_ACTION = 2, RTL8365MB_TABLE_CVLAN = 3, RTL8365MB_TABLE_L2 = 4, RTL8365MB_TABLE_IGMP_GROUP = 5, }; error: Cannot parse struct or union!
Warning: drivers/net/dsa/realtek/rtl8365mb_table.h:130 No description found for return value of 'rtl8365mb_table_query'
Warning: drivers/net/dsa/realtek/rtl8365mb_table.h:130 No description found for return value of 'rtl8365mb_table_query'