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:
parent
18024df25d
commit
20593254eb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user