--- zzzz-none-000/linux-4.9.276/net/sched/sch_ingress.c 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/net/sched/sch_ingress.c 2023-04-05 08:19:02.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,