Re: [PATCH net-next] net: ocelot: Fix deletetion of MRP entries from MAC table

2021-03-18 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Thu, 18 Mar 2021 20:29:38 +0100 you wrote: > When a MRP ring was deleted or disabled, the driver was iterating over > the ports to detect if any other MPR rings exists and in case it didn't > exist it would delete the MA

[PATCH net-next] net: ocelot: Fix deletetion of MRP entries from MAC table

2021-03-18 Thread Horatiu Vultur
When a MRP ring was deleted or disabled, the driver was iterating over the ports to detect if any other MPR rings exists and in case it didn't exist it would delete the MAC table entry. But the problem was that it used the last iterated port to delete the MAC table entry and this could be a NULL po