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:
67fd893
)
cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_align
author
Alexander Duyck
<alexander.h.duyck@redhat.com>
Wed, 10 Dec 2014 03:41:03 +0000
(19:41 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 10 Dec 2014 18:31:57 +0000
(13:31 -0500)
In order to use napi_alloc_skb I needed to pass a pointer to struct adapter
instead of struct pci_dev. This allowed me to access &adapter->napi.
Signed-off-by: Alexander Duyck <alexander.h.duyck@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found