Re: [dpdk-dev] [PATCH] net/tap: add Rx interrupts

2017-11-22 Thread Pascal Mazon
Hi, The patch looks globally fine to me. I'll inline just one comment. Best regards, Pascal On 20/11/2017 14:59, Moti Haimovsky wrote: > This patch adds support for registering and waiting for Rx interrupts. > This allows applications to wait for Rx events from the PMD using the > DPDK rte_epoll

[dpdk-dev] [PATCH] net/tap: add Rx interrupts

2017-11-20 Thread Moti Haimovsky
This patch adds support for registering and waiting for Rx interrupts. This allows applications to wait for Rx events from the PMD using the DPDK rte_epoll subsystem. Signed-off-by: Moti Haimovsky --- doc/guides/nics/features/tap.ini | 1 + drivers/net/tap/Makefile | 1 + drivers/net