Re: [PATCH net-next] ibmvnic: Fix assignment of RX/TX IRQ's

2017-06-29 Thread David Miller
From: Thomas Falcon Date: Wed, 28 Jun 2017 19:55:54 -0500 > The driver currently creates RX/TX queues during device probe, but > assigns IRQ's to them during device open. On reset, however, > IRQ's are assigned when resetting the queues. If there is a reset > while the device is closed and the de

[PATCH net-next] ibmvnic: Fix assignment of RX/TX IRQ's

2017-06-28 Thread Thomas Falcon
The driver currently creates RX/TX queues during device probe, but assigns IRQ's to them during device open. On reset, however, IRQ's are assigned when resetting the queues. If there is a reset while the device is closed and the device is later opened, the driver will request IRQ's twice, causing t