numam-dpdk/lib/librte_eal
Jeff Guo c48407e8af eal: fix deadlock in hot-unplug
When device be hot-unplugged, the hot-unplug handler will be invoked by uio
remove event and the device will be detached, then kernel will sent another
pci remove event. So if there is any unlock miss, it will cause a dead lock
issue. This patch will add this missing unlock for hot-unplug handler.

Fixes: 0fc54536b1 ("eal: add failure handling for hot-unplug")

Signed-off-by: Jeff Guo <jia.guo@intel.com>
2018-11-18 17:16:40 +01:00
..
bsdapp eal: force IOVA to a particular mode 2018-10-29 00:01:05 +01:00
common malloc: fix adjacency check to also include segment list 2018-11-18 14:15:04 +01:00
linuxapp eal: fix deadlock in hot-unplug 2018-11-18 17:16:40 +01:00
Makefile lib: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build mk: build with _GNU_SOURCE defined by default 2018-10-22 11:28:27 +02:00
rte_eal_version.map eal: remove experimental tag for probe/remove 2018-11-06 01:14:02 +01:00