On 04/20/2017 01:52 PM, wangrongs163 wrote: > Hi, > I used dpdk-17.2 and ovs-2.7 to rpm a package follows the > instructions on :http://docs.openvswitch.org/en/latest/intro/install/fedora/ > first,I have RPM the dpdk package, and rpm i dpdk.rpm and insmod the > igb_uio.ko, > then, I start to RPM the ovs-2.7, with next cmd: > # ./boot.sh > #./configure > #make rpm-fedora RPMBUILD_OPT="--with dpdk" > but , theres no dpdk files in the ovs.rpm, like this: > # rpm -qpl x86_64/openvswitch-2.7.0-1.el7.centos.x86_64.rpm | grep librte > #openvswitch-2.7.0-1.el7.centos.x86_64.rpm | grep dpdk > > why the dpdk not contains in the ovs-dpdk.rpm package ?
Since OVS is statically built with DPDK (best performance, less dependencies and DPDK by default is built as static library: http://docs.openvswitch.org/en/latest/intro/install/dpdk/#install-dpdk), you won't find any DPDK library installed, but DPDK support is still available inside OVS. _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
