[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170425185704.41126.65738.stgit@ltcalpine2-lp23.aus.stglabs.ibm.com>
Date: Tue, 25 Apr 2017 15:00:58 -0400
From: Nathan Fontenot <nfont@...ux.vnet.ibm.com>
To: netdev@...r.kernel.org
Cc: jallen@...ux.vnet.ibm.com, tlfalcon@...ux.vnet.ibm.com
Subject: [PATCH net-next 0/2] 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.
-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(-)
--
Powered by blists - more mailing lists