Re: [PATCH v2 18/19] block/nvme: Switch to using the MSIX API

2020-10-27 Thread Philippe Mathieu-Daudé
On 10/26/20 9:32 PM, Auger Eric wrote: > Hi Philippe, > > On 10/26/20 11:55 AM, Philippe Mathieu-Daudé wrote: >> In preparation of using multiple IRQs, switch to using the recently >> introduced MSIX API. Instead of allocating and assigning IRQ in >> a single step, we now have to use two distinct

Re: [PATCH v2 18/19] block/nvme: Switch to using the MSIX API

2020-10-26 Thread Auger Eric
Hi Philippe, On 10/26/20 11:55 AM, Philippe Mathieu-Daudé wrote: > In preparation of using multiple IRQs, switch to using the recently > introduced MSIX API. Instead of allocating and assigning IRQ in > a single step, we now have to use two distinct calls. > > Reviewed-by: Stefan Hajnoczi > Sign

[PATCH v2 18/19] block/nvme: Switch to using the MSIX API

2020-10-26 Thread Philippe Mathieu-Daudé
In preparation of using multiple IRQs, switch to using the recently introduced MSIX API. Instead of allocating and assigning IRQ in a single step, we now have to use two distinct calls. Reviewed-by: Stefan Hajnoczi Signed-off-by: Philippe Mathieu-Daudé --- block/nvme.c | 14 -- 1 fi