Skip to content
Commit 1f7fe5d4 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'ibmvnic-Move-sub-crq-init-out-of-interrupt-context'



Nathan Fontenot says:

====================
ibmvnic: Move sub crq init out of interrupt context

The sub crqs are currently intialized in interrupt context when
handling a crq response fromn the vios server. There is no reason
they must be initialized there.

Moving the initialization of the sub crqs to the ibmvnic_init routine
allows us to do the initialization outside of interrupt context and
make all of the allocations with GFP_KERNEL instead of GFP_ATOMIC.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 4c5e7a2c 1bb3c739
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment