eal: add device event handle in interrupt thread
authorJeff Guo <jia.guo@intel.com>
Fri, 13 Apr 2018 08:30:37 +0000 (16:30 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 13 Apr 2018 08:49:26 +0000 (10:49 +0200)
commit493b8e173fe6ba98ba8f4322a58c6e6c8b816b17
treea44673ecce0eb7f809093ec0c341ad04c0b82fed
parent08a20b3d37e4e648e1b57b6df2dd05558a987965
eal: add device event handle in interrupt thread

Add new interrupt handle type of RTE_INTR_HANDLE_DEV_EVENT, for
device event interrupt monitor.

Signed-off-by: Jeff Guo <jia.guo@intel.com>
Reviewed-by: Jianfeng Tan <jianfeng.tan@intel.com>
lib/librte_eal/common/include/rte_eal_interrupts.h
lib/librte_eal/linuxapp/eal/eal_interrupts.c
test/test/test_interrupts.c