Re: [Codel] SfqCodel

2015-04-11 Thread sahil grover
thanks for your help as always. On Sat, Apr 11, 2015 at 2:25 AM, Jonathan Morton wrote: > SFQ is quite simple in essence. It performs flow isolation, allowing > packets from different flows to bypass each other. > > A flow is defined as packets possessing a common 5-tuple of source > address, de

Re: [Codel] SfqCodel

2015-04-10 Thread Jonathan Morton
SFQ is quite simple in essence. It performs flow isolation, allowing packets from different flows to bypass each other. A flow is defined as packets possessing a common 5-tuple of source address, destination address, protocol (TCP, UDP, ICMP etc), source port and destination port. Ideally, Fair Q

[Codel] SfqCodel

2015-04-10 Thread sahil grover
Hi i am very curious to know about sfqCodel. i guess i need to learn sfq first. So i tried with this " http://www.rdrop.com/users/paulmck/scalability/paper/sfq.2002.06.04.pdf"; paper. But its so long and does not work for me. and i just want to know the concept of SFQ in simple words. So a