diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-29 00:57:16 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-09-29 00:57:37 -0700 |
commit | 1d799103e32ca83e89e10a16053977279d203ed8 (patch) | |
tree | 543af14d708d4a11d8e9dc59153237213650435c /ansible/roles/install_dpdk/tasks | |
parent | 12722dca61e657942182b236ca0281aabee47b96 (diff) |
dpdk: pciutils and lspci is required for dpdk-devbind.py
Change-Id: I8529f33d849fc659b557e1d19761c0765ebda57e
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Diffstat (limited to 'ansible/roles/install_dpdk/tasks')
-rwxr-xr-x | ansible/roles/install_dpdk/tasks/Debian.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ansible/roles/install_dpdk/tasks/Debian.yml b/ansible/roles/install_dpdk/tasks/Debian.yml index c77e4f96a..4f0c3c881 100755 --- a/ansible/roles/install_dpdk/tasks/Debian.yml +++ b/ansible/roles/install_dpdk/tasks/Debian.yml @@ -16,6 +16,7 @@ action: "{{ ansible_pkg_mgr }} name={{ item }} state=present" with_items: - libpcap-dev + - pciutils - name: Install kernel headers action: "{{ ansible_pkg_mgr }} name=linux-headers-{{ dpdk_kernel }} state=present" |