]> git.droids-corp.org - dpdk.git/commit
interrupt: fix request notifier interrupt processing
authorMaciej Szwed <maciej.szwed@intel.com>
Tue, 19 Oct 2021 10:06:57 +0000 (12:06 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Mon, 8 Nov 2021 17:26:07 +0000 (18:26 +0100)
commitaeed570a211fe31c976f9f4de07039cb7c8a125e
tree2d04d59c7c2012b6115c111ece80219fbff8dcba
parent49fdb0ae0d635fd4bc5c9830f4acbc84a099869a
interrupt: fix request notifier interrupt processing

We should call read() on RTE_INTR_HANDLE_VFIO_REQ event
to confirm that event.

Fixes: 0eb8a1c4c786 ("vfio: add request notifier interrupt")
Cc: stable@dpdk.org
Signed-off-by: Maciej Szwed <maciej.szwed@intel.com>
lib/eal/linux/eal_interrupts.c