Re: [PATCH net-next v2 5/6] net: marvell: prestera: Register inetaddr stub notifiers

From: Andrew Lunn
Date: Fri Jan 07 2022 - 08:43:17 EST


On Fri, Jan 07, 2022 at 03:42:56AM +0200, Yevhen Orlov wrote:
> On Thu, Dec 30, 2021 at 04:34:42PM +0200, Ido Schimmel wrote:
> >
> > What happens to that RIF when the port is linked to a bridge or unlinked
> > from one?
> >
>
> We doesn't support any "RIF with bridge" scenario for now.
> This restriction mentioned in cover latter.

I did not look at the code. Does it return -EOPNOTSUPP? And then
bridging is performed by the host in software?

Andrew