summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorNathan Fontenot <nfont@linux.vnet.ibm.com>2017-04-25 15:01:10 -0400
committerDavid S. Miller <davem@davemloft.net>2017-04-26 14:49:15 -0400
commit1bb3c739ad2c0030792cd527f30865accc50c460 (patch)
treec510f6edb3a2b6a90d5a64636b446e54de62937e /tools/perf/scripts/python
parentd346b9bc4f652ddaf29b2d80ec7fc75d3b07124e (diff)
ibmvnic: Move initialization of sub crqs to ibmvnic_init
The sub crq structures are initialized in interrupt context while handling the response to crqs when negotiating capabilities for the driver. The sub crqs do not need to be initialized at this point and can be moved to being done from ibmvnic_init. Moving the init of the sub crqs to ibmvnic_init also allows use to allocate the memory with GFP_KERNEL instead of GFP_ATOMIC. Signed-off-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions