commit | 67ba422e95edfbd42f1d9782868880b364eea173 | [log] [tgz] |
---|---|---|
author | Amir Vadai <amir@vadai.me> | Tue Mar 08 12:42:34 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 10 16:24:02 2016 -0500 |
tree | 7c03b0a23550b154233202a7ed6b7903e1845eba | |
parent | 60ab4584f5bf4e496baec7b090a4b382d03b2100 [diff] |
net/mlx5e: Relax ndo_setup_tc handle restriction Restricting handle to TC_H_ROOT breaks the old instantiation of mqprio to setup a hardware qdisc. This patch relaxes the test, to only check the type. Fixes: 08fb1da ("net/mlx5e: Support DCBNL IEEE ETS") Signed-off-by: Amir Vadai <amir@vadai.me> Signed-off-by: David S. Miller <davem@davemloft.net>