Lines Matching full:reload
4 Devlink Reload
7 ``devlink-reload`` provides mechanism to reinit driver entities, applying
11 Reload Actions
14 User may select a reload action.
17 .. list-table:: Possible reload actions
39 firmware reset. If no new image pending this action will reload current
45 being performed without fw activation. Therefore, the devlink reload
48 Reload Limits
51 By default reload actions are not limited and driver implementation may
57 .. list-table:: Possible reload limits
70 namespaces during devlink reload operation.
78 $ devlink dev reload help
79 …$ devlink dev reload DEV [ netns { PID | NAME | ID } ] [ action { driver_reinit | fw_activate } ] …
81 # Run reload command for devlink driver entities re-initialization:
82 $ devlink dev reload pci/0000:82:00.0 action driver_reinit
86 # Run reload command to activate firmware:
88 $ devlink dev reload pci/0000:82:00.0 action fw_activate