[PATCH v1] raw/ifpga: fix monitor thread issues

Thomas Monjalon thomas at monjalon.net
Mon Mar 7 23:30:04 CET 2022


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: stable at dpdk.org
> 
> Signed-off-by: Wei Huang <wei.huang at intel.com>
> Acked-by: Tianfei Zhang <tianfei.zhang at intel.com>

In general, it is better to have 2 separate patches for 2 different issues.

Applied





More information about the stable mailing list