numam-dpdk/drivers/net/failsafe
David Marchand f809040b41 net/failsafe: fix interrupt handle leak
A intr_handle is being allocated as a hack to get a (proxy) eventfd from
the Linux interrupt implementation.
But this handle is never freed.

Remove this convoluted hack and create an eventfd in Linux case.

Fixes: d61138d4f0 ("drivers: remove direct access to interrupt handle")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Ferruh Yigit <ferruh.yigit@xilinx.com>
2022-08-30 12:59:54 +02:00
..
failsafe_args.c devargs: unify scratch buffer storage 2021-04-14 22:25:08 +02:00
failsafe_eal.c bus: hide bus object 2022-09-23 16:14:34 +02:00
failsafe_ether.c net/failsafe: check stop call status 2020-10-16 22:26:41 +02:00
failsafe_flow.c eal: remove sys/queue.h from public headers 2021-10-01 13:09:43 +02:00
failsafe_intr.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
failsafe_ops.c net/failsafe: fix interrupt handle leak 2022-08-30 12:59:54 +02:00
failsafe_private.h dev: hide driver object 2022-09-23 16:14:34 +02:00
failsafe_rxtx.c ethdev: make driver-only headers private 2021-01-29 20:59:09 +01:00
failsafe.c bus: hide bus object 2022-09-23 16:14:34 +02:00
meson.build drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
version.map version: 22.11-rc0 2022-07-21 12:13:48 +02:00