commit | 90bc6d4b5466009d4a5c8d3a18dbf72b0f5ec807 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Fri Jun 07 21:20:37 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sun Jun 09 19:40:09 2019 -0700 |
tree | 3e334f4950598a07265fb31359ec9b1f65e8f2e4 | |
parent | f9dae5554aed4d55ab82a344f9fa698423ffac95 [diff] |
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>