Re: [PATCH 15/16] block/nvme: Switch to using the MSIX API

2020-10-22 Thread Stefan Hajnoczi
On Tue, Oct 20, 2020 at 07:24:27PM +0200, 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. > > Signed-off-by: Philippe

[PATCH 15/16] block/nvme: Switch to using the MSIX API

2020-10-20 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. Signed-off-by: Philippe Mathieu-Daudé --- block/nvme.c | 14 -- 1 file changed, 12 insertions(+),