Re: [net-next 07/15] net/mlx5: Issue SW reset on FW assert

2019-05-06 Thread Moshe Shemesh
On 5/5/2019 6:38 PM, Jiri Pirko wrote: > Sun, May 05, 2019 at 02:33:18AM CEST, sae...@mellanox.com wrote: >> From: Feras Daoud >> >> If a FW assert is considered fatal, indicated by a new bit in the health >> buffer, reset the FW. After the reset go through the normal recovery >> flow. Only one

Re: [net-next 07/15] net/mlx5: Issue SW reset on FW assert

2019-05-05 Thread Jiri Pirko
Sun, May 05, 2019 at 02:33:18AM CEST, sae...@mellanox.com wrote: >From: Feras Daoud > >If a FW assert is considered fatal, indicated by a new bit in the health >buffer, reset the FW. After the reset go through the normal recovery >flow. Only one PF needs to issue the reset, so an attempt is made t

[net-next 07/15] net/mlx5: Issue SW reset on FW assert

2019-05-04 Thread Saeed Mahameed
From: Feras Daoud If a FW assert is considered fatal, indicated by a new bit in the health buffer, reset the FW. After the reset go through the normal recovery flow. Only one PF needs to issue the reset, so an attempt is made to prevent the 2nd function from also issuing the reset. It's not an er