]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
net: sched: remove tc_can_offload check from egdev call
authorJiri Pirko <jiri@mellanox.com>
Wed, 1 Nov 2017 10:47:40 +0000 (11:47 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 2 Nov 2017 07:10:39 +0000 (16:10 +0900)
commit7612fb0387d6ffcfc3173527466fe3f596657c58
tree96e7cff7244bec827c2a5f3788876f1a579e63e1
parent44ae12a768b7212976a362c590075716a77e8f28
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>
net/sched/cls_api.c