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 <[email protected]>
Cc: Prashant Sreedharan <[email protected]>
Cc: Michael Chan <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
[...]
MBR, Sergei