Re: [Cake] [Ecn-sane] My (controversial) position paper on TCP

2019-03-20 Thread Mikael Abrahamsson
On Mon, 18 Mar 2019, Dave Taht wrote: Another ietf idea that makes me crazy is the motto of "no host changes" in homenet, and "dumb endpoints" - when we live in an age where we have quad cores and AI coprocessors in everybody's hands. This isn't a resource problem, it's a code problem. The

Re: [Cake] act_conndscp

2019-03-20 Thread Kevin Darbyshire-Bryant
> On 20 Mar 2019, at 09:54, Sebastian Moeller wrote: > > Hi Kevin, > > thanks for the information! > >> On Mar 20, 2019, at 10:01, Kevin Darbyshire-Bryant >> wrote: >> >> >> >>> On 20 Mar 2019, at 08:38, Sebastian Moeller wrote: >>> >>> Hi Kevin, >>> >>> Impressive! I had a look at

Re: [Cake] act_conndscp

2019-03-20 Thread Sebastian Moeller
Hi Kevin, thanks for the information! > On Mar 20, 2019, at 10:01, Kevin Darbyshire-Bryant > wrote: > > > >> On 20 Mar 2019, at 08:38, Sebastian Moeller wrote: >> >> Hi Kevin, >> >> Impressive! I had a look at your_layer_cake.qos, and with half the brain at >> my disposal currently, I

Re: [Cake] act_conndscp

2019-03-20 Thread Kevin Darbyshire-Bryant
And another - sorry! - some stats/info overlimits counts the number of packets that have had their DSCP overwritten/restored/set requeues counts the number of times the ’statemask’ bit has been SET. root@Router:~# tc -s filter show dev eth0 filter parent cacf: protocol all pref 10 u32 chain 0

Re: [Cake] act_conndscp

2019-03-20 Thread Kevin Darbyshire-Bryant
Addendum: If not obvious. There are two separate instances of ‘conndscp’, one on the egress path (in ‘both’ mode) and one on the ingress path (in ’set’ mode) Cheers, Kevin D-B gpg: 012C ACB2 28C6 C53E 9775 9123 B3A2 389B 9DE2 334A ___ Cake mailing

Re: [Cake] act_conndscp

2019-03-20 Thread Kevin Darbyshire-Bryant
> On 20 Mar 2019, at 08:38, Sebastian Moeller wrote: > > Hi Kevin, > > Impressive! I had a look at your_layer_cake.qos, and with half the brain at > my disposal currently, I am confused. I had thought the idea is to set dscp > marks on internal hosts or the LAN interface ofva router and

Re: [Cake] act_conndscp

2019-03-20 Thread Sebastian Moeller
Hi Kevin, Impressive! I had a look at your_layer_cake.qos, and with half the brain at my disposal currently, I am confused. I had thought the idea is to set dscp marks on internal hosts or the LAN interface ofva router and copy those to incoming packets of the same flow, but you seem to set

Re: [Cake] act_conndscp

2019-03-20 Thread Kevin Darbyshire-Bryant
> On 20 Mar 2019, at 03:31, Ryan Mounce wrote: > > On Wed, 20 Mar 2019 at 07:57, Kevin Darbyshire-Bryant > wrote: >> >> >> >>> On 19 Mar 2019, at 21:24, Ryan Mounce wrote: >>> >>> Hi Kevin, >>> >>> I've finally applied your patches, compiled, and flashed on my router. >>> Could you