Re: [PATCH net-next 0/4] net: dsa: b53: ARL improvements

2020-04-30 Thread David Miller
From: Florian Fainelli Date: Thu, 30 Apr 2020 11:49:07 -0700 > This patch series improves the b53 driver ARL search code by > renaming the ARL entries to be reflective of what they are: bins, and > then introduce the number of buckets so we can properly bound check ARL > searches. > > The final

[PATCH net-next 0/4] net: dsa: b53: ARL improvements

2020-04-30 Thread Florian Fainelli
Hi all, This patch series improves the b53 driver ARL search code by renaming the ARL entries to be reflective of what they are: bins, and then introduce the number of buckets so we can properly bound check ARL searches. The final patch removes an unused argument. Florian Fainelli (4): net: ds