Hello! On 30.05.2019 1:15, Sebastian Andrzej Siewior wrote:
tg3_alloc_rx_data() uses netdev_alloc_frag() for sbk allocation. All
^^^ skb?
callers of tg3_alloc_rx_data() either hold the tp->lock lock (which is
^^^^^^^^^ Sort of tautological.
held with BH disabled) or run in NAPI context. Use napi_alloc_frag() for skb allocations. Cc: Siva Reddy Kallam <siva.kal...@broadcom.com> Cc: Prashant Sreedharan <prash...@broadcom.com> Cc: Michael Chan <mc...@broadcom.com> Signed-off-by: Sebastian Andrzej Siewior <bige...@linutronix.de>
[...] MBR, Sergei