Clean install of 6.2-1. apt install openvswitch-switch-dpdk
Setting up openvswitch-switch-dpdk (2.12.0-1) ...
update-alternatives: using /usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode
update-alternatives: warning: not replacing /usr/sbin/ovs-vswitchd with a link
The binary, /usr/sbin/ovs-vswitchd is not compiled with DPDK support. One would usually "re-link" the binary to the DPDK compiled version (/usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk) but that file is a bash script that's broken. Includes library path that don't exist:
LD_LIBRARY_PATH="/root/sources/pve/openvswitch/openvswitch-2.12.0/_dpdk/ofproto/.libs:/root/sources/pve/openv
switch/openvswitch-2.12.0/_dpdk/lib/.libs:$LD_LIBRARY_PATH"
Anyone manage to get this package to work? I could always compile everything from source, but why have pre-compiled packages?
Setting up openvswitch-switch-dpdk (2.12.0-1) ...
update-alternatives: using /usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk to provide /usr/sbin/ovs-vswitchd (ovs-vswitchd) in auto mode
update-alternatives: warning: not replacing /usr/sbin/ovs-vswitchd with a link
The binary, /usr/sbin/ovs-vswitchd is not compiled with DPDK support. One would usually "re-link" the binary to the DPDK compiled version (/usr/lib/openvswitch-switch-dpdk/ovs-vswitchd-dpdk) but that file is a bash script that's broken. Includes library path that don't exist:
LD_LIBRARY_PATH="/root/sources/pve/openvswitch/openvswitch-2.12.0/_dpdk/ofproto/.libs:/root/sources/pve/openv
switch/openvswitch-2.12.0/_dpdk/lib/.libs:$LD_LIBRARY_PATH"
Anyone manage to get this package to work? I could always compile everything from source, but why have pre-compiled packages?