Hi, I am going through OVS 2.11.90 document to build Debian package on Ubuntu 16.04.4.
http://docs.openvswitch.org/en/latest/intro/install/distributions/ where it claims to have OVS+DPDK debian package. Snippets below /************************** 3. For DPDK datapath, Open vSwitch with DPDK support is bundled in the package openvswitch-switch-dpdk. ************************/ I used following commands to build packages fakeroot debian/rules clean fakeroot debian/rules binary I got only following debian packages built but no ovs dpdk package. ls -l *deb -rw-r--r-- 1 root root 1142974 Jul 17 16:53 *libopenvswitch_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 1550512 Jul 17 16:53 *libopenvswitch-dev_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 163082 Jul 17 16:53 *openvswitch-common_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 5206104 Jul 17 16:53 *openvswitch-datapath-dkms_2.11.90-1_all.deb* -rw-r--r-- 1 root root 7965756 Jul 17 16:53 *openvswitch-datapath-source_2.11.90-1_all.deb* -rw-r--r-- 1 root root 6058670 Jul 17 16:53 *openvswitch-dbg_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 34114 Jul 17 16:53 *openvswitch-ipsec_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 23392 Jul 17 16:53 *openvswitch-pki_2.11.90-1_all.deb* -rw-r--r-- 1 root root 281158 Jul 17 16:53 *openvswitch-switch_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 37674 Jul 17 16:53 *openvswitch-test_2.11.90-1_all.deb* -rw-r--r-- 1 root root 40500 Jul 17 16:53 *openvswitch-testcontroller_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 60412 Jul 17 16:53 *openvswitch-vtep_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 101232 Jul 17 16:53 *ovn-central_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 364924 Jul 17 16:53 *ovn-common_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 35944 Jul 17 16:53 *ovn-controller-vtep_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 27282 Jul 17 16:53 *ovn-docker_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 103420 Jul 17 16:53 *ovn-host_2.11.90-1_amd64.deb* -rw-r--r-- 1 root root 103372 Jul 17 16:53 *python-openvswitch_2.11.90-1_all.deb* Thanks. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
