Re: [ovs-discuss] How to enable dpdk interface for OVS+DPDK on RHEL?

2016-07-07 Thread Chandran, Sugesh
Regards _Sugesh From: discuss [mailto:discuss-boun...@openvswitch.org] On Behalf Of Binghan Sent: Monday, July 4, 2016 10:05 AM To: b...@openvswitch.org Subject: [ovs-discuss] How to enable dpdk interface for OVS+DPDK on RHEL? Hi, I built OVS+DPDK from source. I use OVS 2.5.0 and DPDK 2.2.0

[ovs-discuss] How to enable dpdk interface for OVS+DPDK on RHEL?

2016-07-05 Thread Binghan
Hi, I built OVS+DPDK from source. I use OVS 2.5.0 and DPDK 2.2.0, the build environment is RHEL 7.2. I try to follow this instruction, https://github.com/openvswitch/ovs/blob/master/INSTALL.Fedora.md However, it reports: *make rpm-fedora* *make: *** No rule to make target `rpm-fedora'. Stop.*

Re: [ovs-discuss] How to enable dpdk interface for OVS+DPDK on RHEL?

2016-07-05 Thread Kapil Adhikesavalu
Hi Binghan, To add to that; you should follow the steps in https://github.com/openvswitch/ovs/blob/master/INSTALL.DPDK.md to install OVS + DPDK you can also refer, https://software.intel.com/en-us/articles/using-open-vswitch-with-dpdk-for-inter-vm-nfv-applications Thanks Kapil. On Tue, Jul 5,

Re: [ovs-discuss] How to enable dpdk interface for OVS+DPDK on RHEL?

2016-07-05 Thread Levente Csikor
Hi, That manual is only for installing OVS and linking it to DPDK. However, you need to install DPDK on your own before installing OVS with DPDK. download DPDK from here: http://dpdk.org/download follow instructions for the installation procedure (not that difficult - less commands needed

[ovs-discuss] How to enable dpdk interface for OVS+DPDK on RHEL?

2016-07-05 Thread Binghan
Hi, I built OVS+DPDK from source. I use OVS 2.5.0 and DPDK 2.2.0, the build environment is RHEL 7.2. I try to follow this instruction, https://github.com/openvswitch/ovs/blob/master/INSTALL.Fedora.md However, it reports: *make rpm-fedora* *make: *** No rule to make target `rpm-fedora'. Stop.*