commit | 4d73ce19243eaea6277310e971131a74eb3b1ef0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Apr 30 17:43:29 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 30 17:43:29 2020 -0700 |
tree | 3b980e1dca2185974cbd1dde9358f03bf54b6970 | |
parent | 64cf2ea13b1e3babaa5baab596aa97e85ac9d8d9 [diff] | |
parent | ef2a0bd99b1549a3a4253355be247d5dff25d720 [diff] |
Merge branch 'net-dsa-b53-ARL-improvements' Florian Fainelli says: ==================== net: dsa: b53: ARL improvements 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. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>