diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2019-06-07 21:20:37 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-06-10 04:40:09 +0200 |
commit | 90bc6d4b5466009d4a5c8d3a18dbf72b0f5ec807 (patch) | |
tree | 3e334f4950598a07265fb31359ec9b1f65e8f2e4 /kernel | |
parent | dpaa2-eth: Remove preempt_disable() from seed_pool() (diff) | |
download | linux-90bc6d4b5466009d4a5c8d3a18dbf72b0f5ec807.tar.xz linux-90bc6d4b5466009d4a5c8d3a18dbf72b0f5ec807.zip |
dpaa2-eth: Use napi_alloc_frag()
The driver is using netdev_alloc_frag() for allocation in the
->ndo_start_xmit() path. That one is always invoked in a BH disabled
region so we could also use napi_alloc_frag().
Use napi_alloc_frag() for skb allocation.
Cc: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Acked-by: Ioana Radulescu <ruxandra.radulescu@nxp.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions