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:
b507408
)
ehea: Increase the skb array usage
author
Breno Leitao
<leitao@linux.vnet.ibm.com>
Tue, 11 Jan 2011 07:45:57 +0000
(07:45 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 11 Jan 2011 22:03:09 +0000
(14:03 -0800)
Currently the skb array is not fully allocated, and the allocation
is done as it's requested, which is not the expected way.
This patch just allocate the full skb array at driver initialization.
Also, this patch increases ehea version to 107.
Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found