net/ena: add interrupt handler for admin queue
authorMichal Krawczyk <mk@semihalf.com>
Thu, 7 Jun 2018 09:42:59 +0000 (11:42 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 14 Jun 2018 17:27:50 +0000 (19:27 +0200)
commit15773e063feb93f6fa09b6ee73f60b93816c6b63
tree73e253b7109a86c35d2446dfd940b5317ad57b4b
parent1d339597a17561fb3b285a076100673381bec9a0
net/ena: add interrupt handler for admin queue

The ENA device is able to send MSI-X when it will complete an command
when polling mode is deactivated. Further, the same interrupt handler
will be used for the AENQ handling - services of the ENA device, that
allows to implement watchdog or LSC handler.

Signed-off-by: Michal Krawczyk <mk@semihalf.com>
drivers/net/ena/ena_ethdev.c