]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
mlxsw: spectrum_switchdev: Check success of FDB add operation
authorShalom Toledo <shalomt@mellanox.com>
Thu, 1 Mar 2018 10:37:05 +0000 (11:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 4 Mar 2018 23:12:44 +0000 (18:12 -0500)
commit0a8a1bf17e3af34f1f8d2368916a6327f8b3bfd5
tree5c5782c8c5f7692c3609ce30f371e6fc43822eb5
parent19f6484fca3ff3089850345332fb48ae3ea1fe76
mlxsw: spectrum_switchdev: Check success of FDB add operation

Until now, we assumed that in case of error when adding FDB entries, the
write operation will fail, but this is not the case. Instead, we need to
check that the number of entries reported in the response is equal to
the number of entries specified in the request.

Fixes: 56ade8fe3fe1 ("mlxsw: spectrum: Add initial support for Spectrum ASIC")
Reported-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Shalom Toledo <shalomt@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_switchdev.c