netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Move sub crq init out of interrupt context
@ 2017-04-25 19:00 Nathan Fontenot
  2017-04-25 19:01 ` [PATCH net-next 1/2] ibmvnic: Split initialization of scrqs to its own routine Nathan Fontenot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nathan Fontenot @ 2017-04-25 19:00 UTC (permalink / raw)
  To: netdev; +Cc: jallen, tlfalcon

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.

-Nathan

---

Nathan Fontenot (2):
      ibmvnic: Split initialization of scrqs to its own routine
      ibmvnic: Move initialization of sub crqs to ibmvnic_init


 drivers/net/ethernet/ibm/ibmvnic.c |  114 +++++++++++++++++++-----------------
 1 file changed, 61 insertions(+), 53 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-26 18:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-25 19:00 [PATCH net-next 0/2] Move sub crq init out of interrupt context Nathan Fontenot
2017-04-25 19:01 ` [PATCH net-next 1/2] ibmvnic: Split initialization of scrqs to its own routine Nathan Fontenot
2017-04-25 19:01 ` [PATCH net-next 2/2] ibmvnic: Move initialization of sub crqs to ibmvnic_init Nathan Fontenot
2017-04-26 18:49 ` [PATCH net-next 0/2] Move sub crq init out of interrupt context David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).