diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-04-20 20:26:54 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-04-22 12:50:41 -0700 |
commit | 6344dbde6a27d10d16246d734b968f84887841e2 (patch) | |
tree | 6fe692713d684f290ee80ed9a1d99d30a0b283f1 /drivers/net/arcnet/arc-rimi.c | |
parent | c2e77a18a7ed65eb48f6e389b6a59a0fd753646a (diff) |
net: dsa: b53: Rework ARL bin logic
When asking the ARL to read a MAC address, we will get a number of bins
returned in a single read. Out of those bins, there can essentially be 3
states:
- all bins are full, we have no space left, and we can either replace an
existing address or return that full condition
- the MAC address was found, then we need to return its bin index and
modify that one, and only that one
- the MAC address was not found and we have a least one bin free, we use
that bin index location then
The code would unfortunately fail on all counts.
Fixes: 1da6df85c6fb ("net: dsa: b53: Implement ARL add/del/dump operations")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/arcnet/arc-rimi.c')
0 files changed, 0 insertions, 0 deletions