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:
8c2acc5
)
pktgen: Fix netdevice unregister
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 24 Nov 2009 22:50:53 +0000
(14:50 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 24 Nov 2009 22:50:53 +0000
(14:50 -0800)
When multi queue compatable names are used by pktgen (eg eth0@0),
we currently cannot unload a NIC driver if one of its device
is currently in use.
Allow pktgen_find_dev() to find pktgen devices by their suffix (netdev name)
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found