Re: [PATCH net-next] ibmvnic: Add device identification to requested IRQs

2019-04-27 Thread David Miller
From: Murilo Fossa Vicentini Date: Thu, 25 Apr 2019 11:02:33 -0300 > The ibmvnic driver currently uses the same fixed name when using > request_irq, this makes it hard to parse when multiple VNIC devices are > available at the same time. This patch adds the unit_address as the device > identifica

Re: [PATCH net-next] ibmvnic: Add device identification to requested IRQs

2019-04-25 Thread Thomas Falcon
On 4/25/19 9:02 AM, Murilo Fossa Vicentini wrote: The ibmvnic driver currently uses the same fixed name when using request_irq, this makes it hard to parse when multiple VNIC devices are available at the same time. This patch adds the unit_address as the device identification along with an id f

Re: [PATCH net-next] ibmvnic: Add device identification to requested IRQs

2019-04-25 Thread Mauro Rodrigues
On Thu, Apr 25, 2019 at 11:02:33AM -0300, Murilo Fossa Vicentini wrote: > The ibmvnic driver currently uses the same fixed name when using > request_irq, this makes it hard to parse when multiple VNIC devices are > available at the same time. This patch adds the unit_address as the device > identif

[PATCH net-next] ibmvnic: Add device identification to requested IRQs

2019-04-25 Thread Murilo Fossa Vicentini
The ibmvnic driver currently uses the same fixed name when using request_irq, this makes it hard to parse when multiple VNIC devices are available at the same time. This patch adds the unit_address as the device identification along with an id for each queue. The original idea was to use the inter