Re: [dpdk-dev] [PATCH V16 1/4] eal: add device event handle in interrupt thread

2018-03-28 Thread Guo, Jia
jianfeng On 3/27/2018 5:26 PM, Tan, Jianfeng wrote: Hi, On 3/26/2018 7:20 PM, Jeff Guo wrote: Add new interrupt handle type of RTE_INTR_HANDLE_DEV_EVENT, for device event interrupt monitor. A simple search of RTE_INTR_HANDLE_ALARM, we can see that we still need to update rte_intr_enable()

Re: [dpdk-dev] [PATCH V16 1/4] eal: add device event handle in interrupt thread

2018-03-27 Thread Tan, Jianfeng
Hi, On 3/26/2018 7:20 PM, Jeff Guo wrote: Add new interrupt handle type of RTE_INTR_HANDLE_DEV_EVENT, for device event interrupt monitor. A simple search of RTE_INTR_HANDLE_ALARM, we can see that we still need to update rte_intr_enable()/rte_intr_disable(), and test_interrupt_init(). Thank

[dpdk-dev] [PATCH V16 1/4] eal: add device event handle in interrupt thread

2018-03-26 Thread Jeff Guo
Add new interrupt handle type of RTE_INTR_HANDLE_DEV_EVENT, for device event interrupt monitor. Signed-off-by: Jeff Guo --- v16->v15: split into small patch base on the function --- lib/librte_eal/common/include/rte_eal_interrupts.h | 1 + lib/librte_eal/linuxapp/eal/eal_interrupts.c | 5 +