summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2020-04-21 06:26:54 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-29 17:33:10 +0300
commitcb1a18a7d328732f72b3e69e525b99389a0b4496 (patch)
treec939d87e3cc3bae7c6816b92d6e48bff754efb4c /arch/x86
parent2cc27f102dcdbc218700feb56b5e3182c0efcae9 (diff)
downloadlinux-cb1a18a7d328732f72b3e69e525b99389a0b4496.tar.xz
net: dsa: b53: Rework ARL bin logic
[ Upstream commit 6344dbde6a27d10d16246d734b968f84887841e2 ] 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86')
0 files changed, 0 insertions, 0 deletions