]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFO
authorPetr Machata <petrm@mellanox.com>
Mon, 6 Jan 2020 18:01:55 +0000 (18:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Jan 2020 20:45:52 +0000 (12:45 -0800)
commit7026789d13178acec9e90f2c4a5cad6c918a8234
tree12d4dc1e7199cf2eaa6c1e67df28ea3d1ddac720
parent284952a65ba53c9ecab351488d5ba5b9bafe320c
mlxsw: spectrum_qdisc: Ignore grafting of invisible FIFO

The following patch will change PRIO to replace a removed Qdisc with an
invisible FIFO, instead of NOOP. mlxsw will see this replacement due to the
graft message that is generated. But because FIFO does not issue its own
REPLACE message, when the graft operation takes place, the Qdisc that mlxsw
tracks under the indicated band is still the old one. The child
handle (0:0) therefore does not match, and mlxsw rejects the graft
operation, which leads to an extack message:

    Warning: Offloading graft operation failed.

Fix by ignoring the invisible children in the PRIO graft handler. The
DESTROY message of the removed Qdisc is going to follow shortly and handle
the removal.

Fixes: a8c4f3caf046 ("mlxsw: spectrum: qdiscs: prio: Handle graft command")
Signed-off-by: Petr Machata <petrm@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c