From: Eric Dumazet Date: Sun, 15 Dec 2013 21:15:25 +0000 (-0800) Subject: pkt_sched: fq: more robust memory allocation X-Git-Tag: v3.14-rc1~94^2~477 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3bd85495aef69e9df2e03a450a3a1f195c3867c;p=pandora-kernel.git pkt_sched: fq: more robust memory allocation This patch brings NUMA support and automatic fallback to vmalloc() in case kmalloc() failed to allocate FQ hash table. NUMA support depends on XPS being setup for the device before qdisc allocation. After a XPS change, it might be worth creating qdisc hierarchy again. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed