numam-dpdk/drivers/net/tap
Pascal Mazon 2bc06869cd net/tap: add remote netdevice traffic capture
By default, a tap netdevice is of no use when not fed by a separate
process. The ability to automatically feed it from another netdevice
allows applications to capture any kind of traffic normally destined to
the kernel stack.

This patch implements this ability through a new optional "remote"
parameter.

Packets matching filtering rules created with the flow API are matched
on the remote device and redirected to the tap PMD, where the relevant
action will be performed.

Signed-off-by: Pascal Mazon <pascal.mazon@6wind.com>
Acked-by: Olga Shern <olgas@mellanox.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
2017-04-04 18:59:47 +02:00
..
Makefile net/tap: add basic flow API patterns and actions 2017-04-04 18:59:46 +02:00
rte_eth_tap.c net/tap: add remote netdevice traffic capture 2017-04-04 18:59:47 +02:00
rte_eth_tap.h net/tap: add remote netdevice traffic capture 2017-04-04 18:59:47 +02:00
rte_pmd_tap_version.map net/tap: add TUN/TAP device PMD 2017-01-17 19:40:50 +01:00
tap_flow.c net/tap: add remote netdevice traffic capture 2017-04-04 18:59:47 +02:00
tap_flow.h net/tap: add remote netdevice traffic capture 2017-04-04 18:59:47 +02:00
tap_netlink.c net/tap: add netlink back-end for flow API 2017-04-04 18:59:46 +02:00
tap_netlink.h net/tap: add netlink back-end for flow API 2017-04-04 18:59:46 +02:00
tap_tcmsgs.c net/tap: add netlink back-end for flow API 2017-04-04 18:59:46 +02:00
tap_tcmsgs.h net/tap: add netlink back-end for flow API 2017-04-04 18:59:46 +02:00