commit | 7f3b39dafc6234dc1565fafe6adb15a6c4932182 | [log] [tgz] |
---|---|---|
author | Chris Mi <chrism@mellanox.com> | Fri Aug 18 07:24:20 2017 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 18 10:29:04 2017 -0700 |
tree | e299a94f8873ef053e38e29f2d6306a6d96653cb | |
parent | 6ed272b2e9781cb284e20efa5e89d270a5707e5b [diff] |
net/sched: Fix the logic error to decide the ingress qdisc The offending commit used a newly added helper function. But the logic is wrong. Without this fix, the affected NICs can't do HW offload. Error -EOPNOTSUPP will be returned directly. Fixes: a2e8da9378cc ("net/sched: use newly added classid identity helpers") Signed-off-by: Chris Mi <chrism@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>