From 9793898efb872539c5c49561a4d095c37ee8ddf2 Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Wed, 30 Oct 2019 19:39:46 +0100 Subject: travis: Enable pdump for DPDK build. OVS has support for DPDK pdump that checked in configure script. Enabling it to increase OVS build test coverage by the code guarded by DPDK_PDUMP macro. Signed-off-by: Ilya Maximets Reviewed-by: David Marchand --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5676d9748..84bdb4ba4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ addons: - libjemalloc1 - libjemalloc-dev - libnuma-dev + - libpcap-dev - python3-sphinx - libelf-dev - selinux-policy-dev -- cgit v1.2.1