Re: [PATCH v2 0/3] Add size table feature for qdiscs
From: David Miller <davem@davemloft.net>
Date: 2008-07-20 07:09:50
From: David Miller <davem@davemloft.net>
Date: 2008-07-20 07:09:50
From: Jussi Kivilinna <redacted> Date: Sun, 20 Jul 2008 02:34:55 +0300
Patch adds generic size table for qdiscs that is similiar to rate table used by htb/tbf/cbq. Changes since v1: - ingress qdisc / actions handled too - size of table is now dynamic - add qdisc_enqueue_root wrapper
This stuff looks fundamentally fine to me, so I've added these changes to net-2.6 Please send any further fixups as relative changes. Thanks.