Re: [PATCH net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation

From: netdev
Date: Thu Dec 08 2022 - 11:04:10 EST


On 2022-12-08 14:35, Vladimir Oltean wrote:

So it appears that frames which get a VTU miss will still also cause an
ATU miss, and that's what you're seeing.

The solution would be to acknowledge this fact, and not print any error
message from the ATU IRQ handler for unknown FID/VID, which would just
alarm the user.

Thanks for clearing that up!

At leisure, do you have an idea why it will encounter a VTU miss violation at random?

I guess I must check if FID != FID_STANDALONE instead then...