[dpdk-users] Using devbind.py for automated testing

David Christensen drc at linux.vnet.ibm.com
Fri Jan 31 00:13:40 CET 2020


> My questions are:
> - Has anyone developed similar functionality? if yes, please share its details.
> - Any better way to achieve the same functionality?

Have you seen the driverctl application?
https://gitlab.com/driverctl/driverctl

I've found it useful for scripting with Ansible.

# driverctl list-devices
# driverctl list-overrides
# driverctl -v set-override 0000:00:01.0 vfio
# driverctl -v unset-override 0000:00:01.0

Dave


More information about the users mailing list