Re: [Cake] Using firewall connmarks as tin selectors

2019-02-27 Thread gamanakis
I think it's much simpler to use than tc-filter, BPF or even DSCP bits. Manipulating DSCP bits seems the simplest of the currently available mechanisms to classify traffic. Even in this case, fwmarks are essentially simpler. E.g. if you want to classify outgoing traffic on the LAN interface: with

Re: [Cake] Using firewall connmarks as tin selectors

2019-02-27 Thread Felix Resch
> How unpopular would the idea of having cake look at skb->mark directly be? loving it ___ Cake mailing list Cake@lists.bufferbloat.net https://lists.bufferbloat.net/listinfo/cake

Re: [Cake] Using firewall connmarks as tin selectors

2019-02-27 Thread Toke Høiland-Jørgensen
Kevin Darbyshire-Bryant writes: > How unpopular would the idea of having cake look at skb->mark directly be? > > https://github.com/ldir-EDB0/sch_cake/commit/64d0e6ac9368a271221db888ab91a367fcd37ae1 > > https://github.com/ldir-EDB0/tc-adv/commit/4f16ae5d588d44f8a5c83fe2f2b7dcad97843cbc Hmm, not

[Cake] Using firewall connmarks as tin selectors

2019-02-27 Thread Kevin Darbyshire-Bryant
How unpopular would the idea of having cake look at skb->mark directly be? https://github.com/ldir-EDB0/sch_cake/commit/64d0e6ac9368a271221db888ab91a367fcd37ae1 https://github.com/ldir-EDB0/tc-adv/commit/4f16ae5d588d44f8a5c83fe2f2b7dcad97843cbc I did the equivalent in eBPF here