Re: [net-next 14/15] net/mlx5: Add support for FW fatal reporter dump

2019-05-06 Thread Jiri Pirko
Mon, May 06, 2019 at 12:54:00PM CEST, mo...@mellanox.com wrote: > > >On 5/5/2019 6:52 PM, Jiri Pirko wrote: >> Sun, May 05, 2019 at 02:33:33AM CEST, sae...@mellanox.com wrote: >>> From: Moshe Shemesh >>> >>> Add support of dump callback for mlx5 FW fatal reporter. >>> The FW fatal dump use cr-dump

Re: [net-next 14/15] net/mlx5: Add support for FW fatal reporter dump

2019-05-06 Thread Moshe Shemesh
On 5/5/2019 6:52 PM, Jiri Pirko wrote: > Sun, May 05, 2019 at 02:33:33AM CEST, sae...@mellanox.com wrote: >> From: Moshe Shemesh >> >> Add support of dump callback for mlx5 FW fatal reporter. >> The FW fatal dump use cr-dump functionality to gather cr-space data for >> debug. The cr-dump uses vs

Re: [net-next 14/15] net/mlx5: Add support for FW fatal reporter dump

2019-05-05 Thread Jiri Pirko
Sun, May 05, 2019 at 02:33:33AM CEST, sae...@mellanox.com wrote: >From: Moshe Shemesh > >Add support of dump callback for mlx5 FW fatal reporter. >The FW fatal dump use cr-dump functionality to gather cr-space data for >debug. The cr-dump uses vsc interface which is valid even if the FW >command i

[net-next 14/15] net/mlx5: Add support for FW fatal reporter dump

2019-05-04 Thread Saeed Mahameed
From: Moshe Shemesh Add support of dump callback for mlx5 FW fatal reporter. The FW fatal dump use cr-dump functionality to gather cr-space data for debug. The cr-dump uses vsc interface which is valid even if the FW command interface is not functional, which is the case in most FW fatal errors.