Lines Matching refs:reload
7 ``devlink-reload`` provides mechanism to reinit driver entities, applying
14 User may select a reload action.
17 .. list-table:: Possible reload actions
30 firmware reset. If no new image pending this action will reload current
36 being performed without fw activation. Therefore, the devlink reload
42 By default reload actions are not limited and driver implementation may
48 .. list-table:: Possible reload limits
61 namespaces during devlink reload operation.
69 $ devlink dev reload help
70 …$ devlink dev reload DEV [ netns { PID | NAME | ID } ] [ action { driver_reinit | fw_activate } ] …
72 # Run reload command for devlink driver entities re-initialization:
73 $ devlink dev reload pci/0000:82:00.0 action driver_reinit
77 # Run reload command to activate firmware:
79 $ devlink dev reload pci/0000:82:00.0 action fw_activate