net/tap: support Rx interrupt
authorMoti Haimovsky <motih@mellanox.com>
Sun, 28 Jan 2018 10:45:35 +0000 (12:45 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 29 Jan 2018 09:45:20 +0000 (10:45 +0100)
commit4870a8cdd9687c62b2c9bf71584b445b4a4257e8
tree1e18d870a6b6dee777647fca9e20f5f328386b38
parent643958cf910f9d2b6a22307a331834a93722884d
net/tap: support Rx interrupt

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 <motih@mellanox.com>
Acked-by: Pascal Mazon <pascal.mazon@6wind.com>
doc/guides/nics/features/tap.ini
drivers/net/tap/Makefile
drivers/net/tap/rte_eth_tap.c
drivers/net/tap/rte_eth_tap.h
drivers/net/tap/tap_intr.c [new file with mode: 0644]