numam-dpdk/drivers/net
David Marchand 8eff201b00 net/ice: fix leak on thread termination
A terminated pthread should be joined or detached so that its associated
resources are released.

The "ice-reset-<vf_id>" threads are used to service some reset task in
the background, but they are never joined by the thread that created
them.
The easiest solution is to detach new threads.

The Windows EAL did not provide a pthread_detach wrapper but there is no
resource to release for Windows threads, so add an empty wrapper.

Fixes: 3b3757bda3 ("net/ice: get VF hardware index in DCF")
Cc: stable@dpdk.org

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
2021-05-11 23:40:22 +02:00
..
af_packet log: register with standardized names 2021-05-11 15:17:55 +02:00
af_xdp net/af_xdp: fix build with Linux < 5.4 2021-05-11 16:11:26 +02:00
ark net/ark: fix leak on thread termination 2021-05-11 23:40:22 +02:00
atlantic log: register with standardized names 2021-05-11 15:17:55 +02:00
avp log: register with standardized names 2021-05-11 15:17:55 +02:00
axgbe log: register with standardized names 2021-05-11 15:17:55 +02:00
bnx2x log: register with standardized names 2021-05-11 15:17:55 +02:00
bnxt log: register with standardized names 2021-05-11 15:17:55 +02:00
bonding log: register with standardized names 2021-05-11 15:17:55 +02:00
cxgbe log: register with standardized names 2021-05-11 15:17:55 +02:00
dpaa log: register with standardized names 2021-05-11 15:17:55 +02:00
dpaa2 log: register with standardized names 2021-05-11 15:17:55 +02:00
e1000 log: register with standardized names 2021-05-11 15:17:55 +02:00
ena net/ena: update version to v2.3.0 2021-05-11 15:00:44 +02:00
enetc log: register with standardized names 2021-05-11 15:17:55 +02:00
enic log: register with standardized names 2021-05-11 15:17:55 +02:00
failsafe log: register with standardized names 2021-05-11 15:17:55 +02:00
fm10k log: register with standardized names 2021-05-11 15:17:55 +02:00
hinic log: register with standardized names 2021-05-11 15:17:55 +02:00
hns3 net/hns3: fail setting FEC if one bit mode is not supported 2021-05-11 20:07:59 +02:00
i40e log: register with standardized names 2021-05-11 15:17:55 +02:00
iavf net/iavf: remove dead code in Rx function selection 2021-05-10 04:58:55 +02:00
ice net/ice: fix leak on thread termination 2021-05-11 23:40:22 +02:00
igc log: register with standardized names 2021-05-11 15:17:55 +02:00
ionic log: register with standardized names 2021-05-11 15:17:55 +02:00
ipn3ke log: register with standardized names 2021-05-11 15:17:55 +02:00
ixgbe log: register with standardized names 2021-05-11 15:17:55 +02:00
kni log: register with standardized names 2021-05-11 15:17:55 +02:00
liquidio log: register with standardized names 2021-05-11 15:17:55 +02:00
memif log: register with standardized names 2021-05-11 15:17:55 +02:00
mlx4 log: register with standardized names 2021-05-11 15:17:55 +02:00
mlx5 net/mlx5/linux: fix firmware version 2021-05-10 11:57:49 +02:00
mvneta log: register with standardized names 2021-05-11 15:17:55 +02:00
mvpp2 log: register with standardized names 2021-05-11 15:17:55 +02:00
netvsc log: register with standardized names 2021-05-11 15:17:55 +02:00
nfb drivers: change indentation in build files 2021-04-21 14:04:09 +02:00
nfp net/nfp: fix reporting of RSS capabilities 2021-05-11 15:31:32 +02:00
null log: register with standardized names 2021-05-11 15:17:55 +02:00
octeontx log: register with standardized names 2021-05-11 15:17:55 +02:00
octeontx2 drivers/net: fix FW version query 2021-04-26 13:50:42 +02:00
octeontx_ep log: register with standardized names 2021-05-11 15:17:55 +02:00
pcap log: register with standardized names 2021-05-11 15:17:55 +02:00
pfe log: register with standardized names 2021-05-11 15:17:55 +02:00
qede log: register with standardized names 2021-05-11 15:17:55 +02:00
ring log: register with standardized names 2021-05-11 15:17:55 +02:00
sfc net/sfc: fix mark support in EF100 native Rx datapath 2021-04-30 18:06:22 +02:00
softnic log: register with standardized names 2021-05-11 15:17:55 +02:00
szedata2 log: register with standardized names 2021-05-11 15:17:55 +02:00
tap log: register with standardized names 2021-05-11 15:17:55 +02:00
thunderx log: register with standardized names 2021-05-11 15:17:55 +02:00
txgbe net/txgbe: fix QinQ strip 2021-05-11 18:51:21 +02:00
vdev_netvsc log: register with standardized names 2021-05-11 15:17:55 +02:00
vhost log: register with standardized names 2021-05-11 15:17:55 +02:00
virtio log: register with standardized names 2021-05-11 15:17:55 +02:00
vmxnet3 log: register with standardized names 2021-05-11 15:17:55 +02:00
meson.build drivers: clean up build lists 2021-04-21 12:37:55 +02:00