Re: [PATCH] fpga: stratix10-soc: make FPGA task un-interruptible

2020-07-20 Thread Richard Gong
Hi Moritz, Sorry for asking. When you get chance, can you review this FPGA patch? Regards, Richard On 7/7/20 11:14 AM, richard.g...@linux.intel.com wrote: From: Richard Gong When CTRL+C occurs during the process of FPGA reconfiguration, the FPGA reconfiguration process stops and the user

Re: [PATCH] fpga: stratix10-soc: make FPGA task un-interruptible

2020-07-09 Thread Richard Gong
Hi Tom, On 7/9/20 3:01 PM, Tom Rix wrote: Mostly fine, see inline question. On 7/7/20 9:14 AM, richard.g...@linux.intel.com wrote: From: Richard Gong When CTRL+C occurs during the process of FPGA reconfiguration, the FPGA reconfiguration process stops and the user can't perform a new FPGA re

Re: [PATCH] fpga: stratix10-soc: make FPGA task un-interruptible

2020-07-09 Thread Tom Rix
Mostly fine, see inline question. On 7/7/20 9:14 AM, richard.g...@linux.intel.com wrote: > From: Richard Gong > > When CTRL+C occurs during the process of FPGA reconfiguration, the FPGA > reconfiguration process stops and the user can't perform a new FPGA > reconfiguration properly. > > Set FPGA

Re: [PATCH] fpga: stratix10-soc: make FPGA task un-interruptible

2020-07-08 Thread Richard Gong
Hi Dinh, On 7/8/20 1:47 PM, Dinh Nguyen wrote: On 7/8/20 1:30 PM, Richard Gong wrote: Hi Dinh, On 7/8/20 12:08 PM, Dinh Nguyen wrote: Hi On 7/7/20 11:14 AM, richard.g...@linux.intel.com wrote: From: Richard Gong When CTRL+C occurs during the process of FPGA reconfiguration, the FPGA re

Re: [PATCH] fpga: stratix10-soc: make FPGA task un-interruptible

2020-07-08 Thread Dinh Nguyen
On 7/8/20 1:30 PM, Richard Gong wrote: > Hi Dinh, > > > On 7/8/20 12:08 PM, Dinh Nguyen wrote: >> Hi >> >> On 7/7/20 11:14 AM, richard.g...@linux.intel.com wrote: >>> From: Richard Gong >>> >>> When CTRL+C occurs during the process of FPGA reconfiguration, the FPGA >>> reconfiguration process

Re: [PATCH] fpga: stratix10-soc: make FPGA task un-interruptible

2020-07-08 Thread Richard Gong
Hi Dinh, On 7/8/20 12:08 PM, Dinh Nguyen wrote: Hi On 7/7/20 11:14 AM, richard.g...@linux.intel.com wrote: From: Richard Gong When CTRL+C occurs during the process of FPGA reconfiguration, the FPGA reconfiguration process stops and the user can't perform a new FPGA reconfiguration properly.

Re: [PATCH] fpga: stratix10-soc: make FPGA task un-interruptible

2020-07-08 Thread Dinh Nguyen
Hi On 7/7/20 11:14 AM, richard.g...@linux.intel.com wrote: > From: Richard Gong > > When CTRL+C occurs during the process of FPGA reconfiguration, the FPGA > reconfiguration process stops and the user can't perform a new FPGA > reconfiguration properly. > > Set FPGA complete task to be not inte