Re: [for-next V2 03/13] net/mlx5e: Wait for FPGA command responses with a timeout

2018-03-07 Thread Saeed Mahameed
On Wed, 2018-03-07 at 13:25 +0300, Kirill Tkhai wrote: > On 07.03.2018 09:35, Saeed Mahameed wrote: > > From: Aviad Yehezkel > > > > Generally, FPGA IPSec commands must always complete. > > We want to wait for one minute for them to complete gracefully also > > when killing

Re: [for-next V2 03/13] net/mlx5e: Wait for FPGA command responses with a timeout

2018-03-07 Thread Kirill Tkhai
On 07.03.2018 09:35, Saeed Mahameed wrote: > From: Aviad Yehezkel > > Generally, FPGA IPSec commands must always complete. > We want to wait for one minute for them to complete gracefully also > when killing a process. > > Signed-off-by: Aviad Yehezkel

[for-next V2 03/13] net/mlx5e: Wait for FPGA command responses with a timeout

2018-03-06 Thread Saeed Mahameed
From: Aviad Yehezkel Generally, FPGA IPSec commands must always complete. We want to wait for one minute for them to complete gracefully also when killing a process. Signed-off-by: Aviad Yehezkel Signed-off-by: Saeed Mahameed