From: Eric Dumazet Date: Tue, 28 Dec 2010 21:53:33 +0000 (+0000) Subject: sch_sfq: allow big packets and be fair X-Git-Tag: v2.6.38-rc1~476^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeaeb068f1393b4db4861481bf594bcd1c3eda7a;p=pandora-kernel.git sch_sfq: allow big packets and be fair SFQ is currently 'limited' to small packets, because it uses a 15bit allotment number per flow. Introduce a scale by 8, so that we can handle full size TSO/GRO packets. Use appropriate handling to make sure allot is positive before a new packet is dequeued, so that fairness is respected. Signed-off-by: Eric Dumazet Acked-by: Jarek Poplawski Cc: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed