John Sager <[email protected]> writes: > You should be able to infer get (egress action) and set (ingress action) > from which qdisc it is attached to. Is it possible to do that when the > action function is invoked (from parameters of tcf_connmark_act() or does it > need a static flag set when tc attaches the action?
From the TC action point of view there is no difference between what we call egress and ingress actions. They are just things that happen when an action is invoked on a qdisc. So we definitely need configuration flags, and I think it is simpler to just name them 'get' and 'set' rather than attach any directional meaning to them... -Toke _______________________________________________ Cake mailing list [email protected] https://lists.bufferbloat.net/listinfo/cake
