Re: [PATCH net 3/4] ibmvnic: simplify and improve driver probe function

2016-07-07 Thread John Allen
On 07/06/2016 03:35 PM, Thomas Falcon wrote: > @@ -3560,6 +3608,7 @@ static const struct file_operations ibmvnic_dump_ops = { > > static int ibmvnic_probe(struct vio_dev *dev, const struct vio_device_id *id) > { > + unsigned long timeout = msecs_to_jiffies(3); > struct ibmvnic_adap

[PATCH net 3/4] ibmvnic: simplify and improve driver probe function

2016-07-06 Thread Thomas Falcon
This patch creates a function that handles sub-CRQ IRQ creation separately from sub-CRQ initialization. Another function is then needed to release sub-CRQ resources prior to sub-CRQ IRQ creation. These additions allow the driver probe function to be simplified, specifically during the VNIC Server