From 1d799103e32ca83e89e10a16053977279d203ed8 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Fri, 29 Sep 2017 00:57:16 -0700 Subject: dpdk: pciutils and lspci is required for dpdk-devbind.py Change-Id: I8529f33d849fc659b557e1d19761c0765ebda57e Signed-off-by: Ross Brattain --- ansible/roles/install_dpdk/tasks/Debian.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible') 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" -- cgit 1.2.3-korg