Re: [PATCH net] net: dsa: b53: Add missing ARL entries for BCM53125

2017-07-20 Thread David Miller
From: Florian Fainelli Date: Thu, 20 Jul 2017 12:25:22 -0700 > The BCM53125 entry was missing an arl_entries member which would > basically prevent the ARL search from terminating properly. This switch > has 4 ARL entries, so add that. > > Fixes: 1da6df85c6fb ("net: dsa:

Re: [PATCH net] net: dsa: b53: Add missing ARL entries for BCM53125

2017-07-20 Thread Vivien Didelot
Florian Fainelli writes: > The BCM53125 entry was missing an arl_entries member which would > basically prevent the ARL search from terminating properly. This switch > has 4 ARL entries, so add that. > > Fixes: 1da6df85c6fb ("net: dsa: b53: Implement ARL add/del/dump

[PATCH net] net: dsa: b53: Add missing ARL entries for BCM53125

2017-07-20 Thread Florian Fainelli
The BCM53125 entry was missing an arl_entries member which would basically prevent the ARL search from terminating properly. This switch has 4 ARL entries, so add that. Fixes: 1da6df85c6fb ("net: dsa: b53: Implement ARL add/del/dump operations") Signed-off-by: Florian Fainelli