Add sch_fq and sch_pie to the kmod-sched package.
These are two new packet schedulers introduced in Linux 3.12 and 3.14 respectively. sch_fq is a perfect fairness queueing scheduler that also adds pacing on host TCP flows, and sch_pie is an AQM. Having them available in kmod-sched makes it easier for people to test these new queueing schemes. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk> SVN-Revision: 45885
This commit is contained in:
		| @@ -802,6 +802,8 @@ define KernelPackage/sched | |||||||
| 	CONFIG_NET_SCH_TBF \ | 	CONFIG_NET_SCH_TBF \ | ||||||
| 	CONFIG_NET_SCH_SFQ \ | 	CONFIG_NET_SCH_SFQ \ | ||||||
| 	CONFIG_NET_SCH_TEQL \ | 	CONFIG_NET_SCH_TEQL \ | ||||||
|  | 	CONFIG_NET_SCH_FQ \ | ||||||
|  | 	CONFIG_NET_SCH_PIE \ | ||||||
| 	CONFIG_NET_CLS_BASIC \ | 	CONFIG_NET_CLS_BASIC \ | ||||||
| 	CONFIG_NET_ACT_POLICE \ | 	CONFIG_NET_ACT_POLICE \ | ||||||
| 	CONFIG_NET_ACT_IPT \ | 	CONFIG_NET_ACT_IPT \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Steven Barth
					Steven Barth