commit | 7612fb0387d6ffcfc3173527466fe3f596657c58 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Wed Nov 01 11:47:40 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 02 16:10:39 2017 +0900 |
tree | 96e7cff7244bec827c2a5f3788876f1a579e63e1 | |
parent | 44ae12a768b7212976a362c590075716a77e8f28 [diff] |
net: sched: remove tc_can_offload check from egdev call Since the only user, mlx5 driver does the check in mlx5e_setup_tc_block_cb, no need to check here. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>