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:
c635036
)
ifb: use the lockless variants of skb_queue
author
Changli Gao
<xiaosuo@gmail.com>
Sat, 4 Dec 2010 15:01:52 +0000
(15:01 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 10 Dec 2010 22:34:34 +0000
(14:34 -0800)
rq and tq are both protected by tx queue lock, so we can simply use
the lockless variants of skb_queue.
skb_queue_splice_tail_init() is used instead of the open coded and slow
one.
Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found