mempool/octeontx2: add NPA IRQ handler
authorJerin Jacob <jerinj@marvell.com>
Sat, 22 Jun 2019 13:24:09 +0000 (18:54 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 25 Jun 2019 21:35:57 +0000 (23:35 +0200)
commit50b95c3ea7af13243a10a48189fe7e0bb0183398
treeb81cc249065fa9f01166002f9db269d24f8be0d7
parent35e628db9d45c6f902c961b5b556a5926022bcdf
mempool/octeontx2: add NPA IRQ handler

Register and implement NPA IRQ handler for RAS and all type of
error interrupts to get the fatal errors from HW.

Signed-off-by: Jerin Jacob <jerinj@marvell.com>
Signed-off-by: Harman Kalra <hkalra@marvell.com>
drivers/mempool/octeontx2/Makefile
drivers/mempool/octeontx2/meson.build
drivers/mempool/octeontx2/otx2_mempool.c
drivers/mempool/octeontx2/otx2_mempool.h
drivers/mempool/octeontx2/otx2_mempool_irq.c [new file with mode: 0644]