numam-dpdk/drivers/net/tap
Stephen Hemminger 9b4b4d95bc net/tap: add persist option
The TAP device only lasts as long as the DPDK application that opened
it is running. This behavior is bad if the DPDK application needs
to be updated transparently without disturbing other services
using the tap device.

Add a persist feature to the TAP device. If this flag is set, the
kernel network device remains even if after the application has exited.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Reviewed-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
2022-10-04 16:40:24 +02:00
..
meson.build net/tap: set BPF syscall ID for LoongArch 2022-10-06 12:45:05 +02:00
rte_eth_tap.c net/tap: add persist option 2022-10-04 16:40:24 +02:00
rte_eth_tap.h net/tap: add persist option 2022-10-04 16:40:24 +02:00
tap_bpf_api.c fix spelling in comments and strings 2022-01-11 12:16:53 +01:00
tap_bpf_insns.h add missing static keyword to globals 2018-10-29 02:01:08 +01:00
tap_bpf_program.c replace packed attributes 2020-04-16 18:16:46 +02:00
tap_bpf.h net/tap: set BPF syscall ID for LoongArch 2022-10-06 12:45:05 +02:00
tap_flow.c net/tap: fix overflow of network interface index 2022-10-04 16:33:17 +02:00
tap_flow.h ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
tap_intr.c net/tap: fix interrupt handler freeing 2022-05-12 10:11:16 +02:00
tap_log.h net/tap: convert to dynamic logging 2018-04-27 18:00:59 +01:00
tap_netlink.c net/tap: fix build for glibc < 2.24 2020-05-11 22:27:39 +02:00
tap_netlink.h align SPDX Mellanox copyrights 2018-04-11 01:47:47 +02:00
tap_rss.h ethdev: add namespace 2021-10-22 18:15:38 +02:00
tap_tcmsgs.c net/tap: fix overflow of network interface index 2022-10-04 16:33:17 +02:00
tap_tcmsgs.h net/tap: fix overflow of network interface index 2022-10-04 16:33:17 +02:00
version.map version: 22.11-rc0 2022-07-21 12:13:48 +02:00