DPDK required libdpdk-dev package to bind port

Without this package ovs failed to bind dpdk interface to
ovs provider bridge. This is ubuntu where they split
dependencies libs/drivers to different package.

Example: /usr/lib/x86_64-linux-gnu/dpdk/pmds-20.0/librte_pmd_ixgbe.so
file required by Intel NIC which is part of that package.

Change-Id: Ia0cacbbffca363f79d4d43edbc1eb140bfea5e04
This commit is contained in:
Satish Patel 2021-10-19 22:58:29 -04:00
parent 18024df25d
commit 20593254eb
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ neutron_ovn_northd_opts_file: "/etc/default/ovn-central"
neutron_ovs_dpdk_required_packages:
- openvswitch-common
- openvswitch-switch-dpdk
- libdpdk-dev
dpdk_service_name: dpdk