CentOS 7 - Extras for x86_64: system environment/kernel: driverctl
Jump to letter: [
ABCDEFGHKLMNOPQRSUW
]
driverctl - Device driver control utility
- Description:
driverctl is a tool for manipulating and inspecting the system
device driver choices.
Devices are normally assigned to their sole designated kernel driver
by default. However in some situations it may be desireable to
override that default, for example to try an older driver to
work around a regression in a driver or to try an experimental alternative
driver. Another common use-case is pass-through drivers and driver
stubs to allow userspace to drive the device, such as in case of
virtualization.
driverctl integrates with udev to support overriding
driver selection for both cold- and hotplugged devices from the
moment of discovery, but can also change already assigned drivers,
assuming they are not in use by the system. The driver overrides
created by driverctl are persistent across system reboots
by default.
Packages
driverctl-0.108-1.el7_6.noarch
[22 KiB] |
Changelog
by Timothy Redaelli (2019-03-11):
- Fix bash autocompletion (#1698002)
- Fix --no-save to do not always returns with exit code 1
- Return error code when unbinding a device from a driver fails
|
driverctl-0.101-1.el7.noarch
[21 KiB] |
Changelog
by Timothy Redaelli (2018-10-19):
- Fix shellcheck warnings (#1506969)
- Install bash-completion as driverctl instead of driverctl-bash-completion.sh
- fix load_override for non-PCI bus
- Make sure driverctl had loaded all the overrides before basic.target (#1634160)
|
driverctl-0.95-1.el7.noarch
[21 KiB] |
Changelog
by Timothy Redaelli (2017-01-31):
- Update to 0.95
- update URLs to new group-based location
|
driverctl-0.59-3.el7.noarch
[17 KiB] |
Changelog
by Panu Matilainen (2016-03-16):
- Disable librte_vhost NUMA support for now, it causes segfaults
|
driverctl-0.59-2.el7.noarch
[17 KiB] |
Changelog
by Panu Matilainen (2016-01-27):
- Use a different quoting method to avoid messing up vim syntax highlighting
- A string is expected as CONFIG_RTE_MACHINE value, quote it too
- Enable librte_vhost NUMA-awareness
|