Re: [net-next PATCH 06/10] net: dsa: realtek: rtl8365mb: add VLAN support
From: Linus Walleij
Date: Mon Apr 27 2026 - 16:12:34 EST
On Mon, Apr 27, 2026 at 8:07 PM Luiz Angelo Daros de Luca
<luizluca@xxxxxxxxx> wrote:
>I’ve successfully reverse-engineered the table access
> functions and format, which are similar to the rtl8367b, to the point
> where I have the rtl8365mb driver running on an RTL8367R. I also
> managed to enable CPU tagging, and it is currently functional using
> the rtl8_4 tag. The code still needs some cleanup, support for
> additional features (like LEDs) and a lot of tests, but it’s looking
> promising. Adding support for the RTL8367 variant should make adding
> RTL8367B or RTL8367D support much easier in the future.
Wow that was an unexpected development from a stray question
from my side!
Your attention to detail is much appreciated, as this will help migration
away from swconfig in OpenWrt.
I had the same issue: all code I've written for the RTL8366RB family
is based on code dumps and no public documentation. Sometimes
I wonder if Realtek even documented it or just made the proprietary
driver and shipped without any documentation.
Yours,
Linus Walleij