Re: [PATCH net 0/5] net: lan966x: Fix issues with MAC table

From: Vladimir Oltean
Date: Sat Jul 16 2022 - 16:11:01 EST


On Thu, Jul 14, 2022 at 09:40:35PM +0200, Horatiu Vultur wrote:
> The patch series fixes 2 issues:
> - when an entry was forgotten the irq thread was holding a spin lock and then
> was talking also rtnl_lock.
> - the access to the HW MAC table is indirect, so the access to the HW MAC
> table was not synchronized, which means that there could be race conditions.

Reviewed-by: Vladimir Oltean <vladimir.oltean@xxxxxxx>