[Cake] act_connmark + dscp

Toke Høiland-Jørgensen toke at redhat.com
Thu Mar 7 04:50:39 EST 2019


John Sager <john at sager.me.uk> 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


More information about the Cake mailing list