aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_core/mlx5_fwdump.c
Commit message (Expand)AuthorAgeFilesLines
* mlx5: Do not try to enable fwdumps if scan space did not responded.Konstantin Belousov2019-12-021-0/+4
* mlx5: Downgrade assert about misbehaving hardware to error message.Konstantin Belousov2019-12-021-3/+5
* Improve mlx5_fwdump_prep logging in mlx5core.Hans Petter Selasky2019-10-021-4/+7
* Return an error from ioctl(MLX5_FW_RESET) if reset was rejected in mlx5core.Hans Petter Selasky2019-10-021-3/+7
* Move EEPROM information query from a sysctl in mlx5en(4) to an ioctlHans Petter Selasky2019-10-021-0/+63
* Unify prints in mlx5core.Hans Petter Selasky2019-10-021-3/+3
* Remove no longer needed fwdump register tables from mlx5core.Hans Petter Selasky2019-10-021-4/+0
* Read rege map from crdump scan space in mlx5core.Hans Petter Selasky2019-10-021-15/+71
* Fix race between driver unload and dumping firmware in mlx5core.Hans Petter Selasky2019-05-081-61/+65
* Rename functions from mlx5_fwdump to mlx5_ctl in mlx5core.Hans Petter Selasky2019-05-081-10/+10
* Implement firmware reset from userspace in mlx5tool(8).Hans Petter Selasky2019-05-081-0/+29
* Implement userspace firmware update for ConnectX-4/5/6.Hans Petter Selasky2019-05-081-0/+32
* Rename mlx5_fwdump_addr to more neutral mlx5_tool_addr in mlx5core.Hans Petter Selasky2019-05-081-4/+4
* Prepare for FW dump in error state in mlx5core.Hans Petter Selasky2018-03-301-1/+5
* Add call to setup firmware data dump structure during device load inHans Petter Selasky2018-03-081-5/+8
* Add kernel and userspace code to dump the firmware state of supportedHans Petter Selasky2018-03-081-0/+308