numam-dpdk/drivers/raw
Wei Huang 2479a1e9a8 raw/ifpga: fix monitor thread
Monitor thread handles graceful shutdown according to the value of
specific sensors in device, two issues are found below.
1. Thread is not created when card is probed.
2. Thread is canceled without checking presence of other cards.
To fix them, thread is created in pci device probe function, a reference
count is checked before canceling the thread.

Fixes: 9c006c45 ("raw/ifpga: scan PCIe BDF device tree")
Cc: stable@dpdk.org

Signed-off-by: Wei Huang <wei.huang@intel.com>
Acked-by: Tianfei Zhang <tianfei.zhang@intel.com>
2022-03-07 23:34:25 +01:00
..
cnxk_bphy remove unnecessary null checks 2022-02-12 12:07:48 +01:00
cnxk_gpio raw/cnxk_gpio: stop device once tests are complete 2022-02-27 17:13:15 +01:00
dpaa2_cmdif build: remove custom dependency checks in drivers 2022-01-21 15:40:58 +01:00
dpaa2_qdma remove unnecessary null checks 2022-02-12 12:07:48 +01:00
ifpga raw/ifpga: fix monitor thread 2022-03-07 23:34:25 +01:00
ioat dma/idxd: move config script from raw driver 2021-10-22 22:40:59 +02:00
ntb raw/ntb: clear all valid doorbell bits on init 2022-02-13 12:23:34 +01:00
skeleton remove unnecessary null checks 2022-02-12 12:07:48 +01:00
meson.build raw/cnxk_gpio: add GPIO driver skeleton 2022-02-18 12:54:32 +01:00