aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/install_dpdk
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-09-30 08:07:20 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-30 08:07:20 +0000
commit2cc3ef430319e1b3b4984737abc656349ae1bc5c (patch)
tree75587038eb443aced7071cb970de17730e932ae2 /ansible/roles/install_dpdk
parent3b675c32c89e8b4ff3e76397f057deaa0cca8c01 (diff)
parent1d799103e32ca83e89e10a16053977279d203ed8 (diff)
Merge "dpdk: pciutils and lspci is required for dpdk-devbind.py"
Diffstat (limited to 'ansible/roles/install_dpdk')
-rwxr-xr-xansible/roles/install_dpdk/tasks/Debian.yml1
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"