01/03/2022 09:47, Wei Huang: > 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: sta...@dpdk.org > > Signed-off-by: Wei Huang <wei.hu...@intel.com> > Acked-by: Tianfei Zhang <tianfei.zh...@intel.com>
In general, it is better to have 2 separate patches for 2 different issues. Applied