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:
94dec6a
)
sfc: Fix NAPI list corruption during ring reallocation
author
Ben Hutchings
<bhutchings@solarflare.com>
Tue, 7 Dec 2010 19:47:34 +0000
(19:47 +0000)
committer
Ben Hutchings
<bhutchings@solarflare.com>
Tue, 7 Dec 2010 20:04:22 +0000
(20:04 +0000)
Call netif_napi_{add,del}() on the NAPI contexts in the new and
old channels, respectively.
Since efx_init_napi() cannot fail, make its return type void.
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
No differences found