--- zzzz-none-000/linux-4.9.231/net/sched/sch_ingress.c 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/net/sched/sch_ingress.c 2022-03-30 12:03:35.000000000 +0000 @@ -118,7 +118,8 @@ static bool clsact_cl_offload(u32 classid) { - return TC_H_MIN(classid) == TC_H_MIN(TC_H_MIN_INGRESS); + return TC_H_MIN(classid) == TC_H_MIN(TC_H_MIN_INGRESS) || + TC_H_MIN(classid) == TC_H_MIN(TC_H_MIN_EGRESS); } static unsigned long clsact_bind_filter(struct Qdisc *sch,