Re: [PATCH net-next 1/5] net: dsa: mv88e6xxx: Improve isolation of standalone ports
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2022-02-01 17:20:20
Also in:
lkml
From: Vladimir Oltean <olteanv@gmail.com>
Date: 2022-02-01 17:20:20
Also in:
lkml
On Tue, Feb 01, 2022 at 07:06:34PM +0200, Vladimir Oltean wrote:
Question: can we disable learning per FID? I searched for this in the limited documentation that I have, but I didn't see such option. Doing this would be advantageous because we'd end up with a bit more space in the ATU. With your solution we're just doing damage control.
Answering my own question... Your patch 4/5 does disable learning for packets coming from standalone ports, but not by FID, but by VTU policy. So that's good. Reading on...