Re: [RFC net-next] net: dsa: rtl8366rb: support bridge offloading
From: Linus Walleij
Date: Mon Mar 01 2021 - 08:57:07 EST
On Wed, Feb 24, 2021 at 7:12 AM DENG Qingfang <dqfext@xxxxxxxxx> wrote:
> +/* Port isolation registers */
> +#define RTL8366RB_PORT_ISO_BASE 0x0F08
> +#define RTL8366RB_PORT_ISO(pnum) (RTL8366RB_PORT_ISO_BASE + (pnum))
> +#define RTL8366RB_PORT_ISO_EN BIT(0)
> +#define RTL8366RB_PORT_ISO_PORTS_MASK GENMASK(7, 1)
BTW where did you find this register? It's not in any of my
vendor driver code dumps.
Curious!
Yours,
Linus Walleij