Lines Matching +full:firmware +full:- +full:specific
1 .. SPDX-License-Identifier: GPL-2.0
7 ``devlink-reload`` provides mechanism to reinit driver entities, applying
8 ``devlink-params`` and ``devlink-resources`` new values. It also provides
9 mechanism to activate firmware.
17 .. list-table:: Possible reload actions
20 * - Name
21 - Description
22 * - ``driver-reinit``
23 - Devlink driver entities re-initialization, including applying
27 * ``devlink-params`` in configuration mode ``driverinit``
28 * ``devlink-resources``
30 Other devlink entities may stay over the re-initialization:
32 * ``devlink-health-reporter``
33 * ``devlink-region``
36 * - ``fw_activate``
37 - Firmware activate. Activates new firmware if such image is stored and
39 firmware reset. If no new image pending this action will reload current
40 firmware image.
42 Note that even though user asks for a specific action, the driver
55 implementation to specific constraints.
57 .. list-table:: Possible reload limits
60 * - Name
61 - Description
62 * - ``no_reset``
63 - No reset allowed, no down time allowed, no link flap and no
74 -------------
81 # Run reload command for devlink driver entities re-initialization:
86 # Run reload command to activate firmware:
87 # Note that mlx5 driver reloads the driver while activating firmware