[PATCH net-next RFC 10/13] net/mlx5: Add devlink param enable_remote_dev_reset support

2020-07-27 Thread Moshe Shemesh
The enable_remote_dev_reset devlink param flags that the host admin allows resets by other hosts. In case it is cleared mlx5 host PF driver will send NACK on pci sync for firmware update reset request and the command will fail. By default enable_remote_dev_reset parameter is true, so pci sync for f

Re: [PATCH net-next RFC 10/13] net/mlx5: Add devlink param enable_remote_dev_reset support

2020-07-27 Thread Jakub Kicinski
On Mon, 27 Jul 2020 14:02:30 +0300 Moshe Shemesh wrote: > static void mlx5_sync_reset_request_event(struct work_struct *work) > { > struct mlx5_fw_reset *fw_reset = container_of(work, struct > mlx5_fw_reset, > reset_request_work); >