> -----Original Message----- > From: Sebastian Andrzej Siewior <[email protected]> > Sent: Thursday, May 30, 2019 1:15 AM > To: [email protected] > Cc: [email protected]; David S. Miller <[email protected]>; Sebastian > Andrzej Siewior <[email protected]>; Ioana Ciocoi Radulescu > <[email protected]> > 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 <[email protected]> > Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Acked-by: Ioana Radulescu <[email protected]> Thanks, Ioana
