On Thu, Apr 30, 2020 at 11:49:10AM -0700, Florian Fainelli wrote: > ARL searches are done by reading two ARL entries at a time, do not cap > the search at 1024 which would only limit us to half of the possible ARL > capacity, but use b53_max_arl_entries() instead which does the right > multiplication between bins and indexes. > > Signed-off-by: Florian Fainelli <f.faine...@gmail.com>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew