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

2022-03-07 Thread Huang, Wei
Subject: Re: [PATCH v1] raw/ifpga: fix monitor thread issues > > 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.

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

2022-03-07 Thread Thomas Monjalon
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 crea

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

2022-03-01 Thread 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 ref