git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7ef941
)
pkt_sched: fq: more robust memory allocation
author
Eric Dumazet
<edumazet@google.com>
Sun, 15 Dec 2013 21:15:25 +0000
(13:15 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 17 Dec 2013 20:25:20 +0000
(15:25 -0500)
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 <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/sch_fq.c
patch
|
blob
|
history
diff --cc
net/sched/sch_fq.c
Simple merge