> -----Original Message----- > From: Sebastian Andrzej Siewior <bige...@linutronix.de> > Sent: Thursday, May 30, 2019 1:15 AM > To: netdev@vger.kernel.org > Cc: t...@linutronix.de; David S. Miller <da...@davemloft.net>; Sebastian > Andrzej Siewior <bige...@linutronix.de>; Ioana Ciocoi Radulescu > <ruxandra.radule...@nxp.com> > Subject: [PATCH net-next 4/7] 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.radule...@nxp.com> > Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de>
Acked-by: Ioana Radulescu <ruxandra.radule...@nxp.com> Thanks, Ioana