numam-dpdk/drivers/net/tap
Yunjian Wang c5f9911d34 net/tap: fix memory leak when unregister intr handler
The return check of function tap_lsc_intr_handle_set() is wrong, it should
be 0 or a positive number if success. So the intr_handle->intr_vec was not
been freed when tap_lsc_intr_handle_set() returned a positive number.

Fixes: 4870a8cdd9 ("net/tap: support Rx interrupt")
Cc: stable@dpdk.org

Signed-off-by: Yunjian Wang <wangyunjian@huawei.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
2020-02-05 09:51:19 +01:00
..
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build
rte_eth_tap.c net/tap: fix memory leak when unregister intr handler 2020-02-05 09:51:19 +01:00
rte_eth_tap.h
rte_pmd_tap_version.map build: align symbols with global ABI version 2019-11-20 23:05:39 +01:00
tap_bpf_api.c
tap_bpf_insns.h
tap_bpf_program.c
tap_bpf.h
tap_flow.c
tap_flow.h
tap_intr.c
tap_log.h
tap_netlink.c
tap_netlink.h
tap_rss.h
tap_tcmsgs.c
tap_tcmsgs.h