Re: [ovs-discuss] Configure failing in OVS build

2015-09-21 Thread Radhakrishnan, Sharmila
Hi Kevin, https://github.com/openvswitch/ovs/blob/master/INSTALL.DPDK.md Speaks only about the DPDK2.1. Where is the information you are mentioning present? Thanks, Sharmila -Original Message- From: Traynor, Kevin Sent: Tuesday, September 22, 2015 2:30 AM To: Radhakrishnan, Sharmila

[ovs-discuss] Configure failing in OVS build

2015-09-21 Thread Radhakrishnan, Sharmila
Hi All, Iam trying to install OVS with DPDK . Iam using OVS version 2.4.0 and DPDK version 2.1.0. root@pktgen:/usr/src/dpdk# git branch * (detached from v2.1.0) master root@pktgen:/usr/src/ovs# git branch * (detached from v2.4.0) master I built the DPDK with CONFIG_RTE_BUILD_COMBINE_LIBS

[ovs-discuss] Mapping dpdk ports to linux interfaces

2015-04-09 Thread Radhakrishnan, Sharmila
Hi, We can add dpdk port(after binding them with the linux interfaces eth0 & eth1 for example) using command ovs-vsctl add-port br0 dpdk0 -- set Interface dpdk0 type=dpdk. I wanted to understand if there is any command/file which I can look into to get which port(eth0/eth1) is mapped to dpdk

[ovs-discuss] Error in building Latest OVS in Fedora

2015-03-27 Thread Radhakrishnan, Sharmila
Hi All, I did a fresh clone for OVS today on Fedora21 machine(kernel - 3.17.8-300.fc21.x86_64). I configured it to ./configure --with-linux=/lib/modules/3.17.8-300.fc21.x86_64/build And when I ran ‘make’ I get the below error: make[4]: Entering directory '/usr/src/kernels/3.17.8-300.fc21.x86_6

[ovs-discuss] Command to list the type of port attached to OVS

2015-03-26 Thread Radhakrishnan, Sharmila
Hi All, I wanted to understand, what is the command to list the type of the Port attached to the OVS switch. 'The ovs-vsctl show' lists only if the port's type is internal, or one of the dpdk ports. I tried adding Physical ports and tap interfaces to the Vswitch. The type is not getting refl

[ovs-discuss] Performance of OVS switch

2015-03-20 Thread Radhakrishnan, Sharmila
Hi All, I wanted to understand, what is the maximum performance you can get with OVS switch. I have connected 2 VMs to an OVS switch using Tap interface which are on the same network. When I sent packets(using PcktGen application) from 1 VM to another, I get very low performance. For 64byte

Re: [ovs-discuss] Different types of ports that can be attached

2015-03-19 Thread Radhakrishnan, Sharmila
Thanks a lot! Regards, Sharmila -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Thursday, March 19, 2015 6:58 PM To: Radhakrishnan, Sharmila Cc: 'discuss@openvswitch.org' Subject: Re: [ovs-discuss] Different types of ports that can be attached On Thu, Mar 1

[ovs-discuss] Different types of ports that can be attached

2015-03-19 Thread Radhakrishnan, Sharmila
Hi All, I wanted to understand, what are the different types of OVS ports that can be attached to a OVS bridge and what is the significance of each? This type is mentioned as part of the add-port command in the type parameter: ovs-vsctl add-port testsw1 ns2iface1 -- set Interface ns2iface1 type

Re: [ovs-discuss] Issue in added bridge in OVS-DPDK build

2015-03-17 Thread Radhakrishnan, Sharmila
Hi Daniele, Thanks! That was really informative. Thanks, Sharmila -Original Message- From: Daniele Di Proietto [mailto:diproiet...@vmware.com] Sent: Tuesday, March 17, 2015 8:39 PM To: Radhakrishnan, Sharmila Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] Issue in added bridge

Re: [ovs-discuss] Issue in added bridge in OVS-DPDK build

2015-03-17 Thread Radhakrishnan, Sharmila
-Original Message- From: Radhakrishnan, Sharmila Sent: Tuesday, March 17, 2015 6:24 PM To: 'Daniele Di Proietto' Cc: discuss@openvswitch.org Subject: RE: [ovs-discuss] Issue in added bridge in OVS-DPDK build Thanks Daniele! -Original Message- From: Daniele Di Proietto [mailt

Re: [ovs-discuss] Issue in added bridge in OVS-DPDK build

2015-03-17 Thread Radhakrishnan, Sharmila
Thanks Daniele! -Original Message- From: Daniele Di Proietto [mailto:diproiet...@vmware.com] Sent: Tuesday, March 17, 2015 6:21 PM To: Radhakrishnan, Sharmila Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] Issue in added bridge in OVS-DPDK build Hi Sharmila, ``ovs-vsctl add-br

[ovs-discuss] Issue in added bridge in OVS-DPDK build

2015-03-17 Thread Radhakrishnan, Sharmila
Hi All, I have built OVS with DPDK(v1.7.1) as mentioned in the Install instructions. Iam able to add the bridge using command: ovs-vsctl add-br br2 -- set bridge br2 datapath_type=netdev However, when I ry to add the bridge like it is done in plain OVS, I get the following error. [root@loca

Re: [ovs-discuss] Error adding port to ovs-dpdk build

2015-01-05 Thread Radhakrishnan, Sharmila
5, 2015 11:53 PM To: Radhakrishnan, Sharmila; b...@openvswitch.org Subject: RE: Error adding port to ovs-dpdk build Hi Sharmila, Can you show the command line you run ovs-vswitchd with and the EAL screen prints regarding "Setting up memory...". Also the command you used to add the b

[ovs-discuss] Error adding port to ovs-dpdk build

2015-01-05 Thread Radhakrishnan, Sharmila
Hi, I have installed OVS with DPDK from github. I tried adding the port. Iam getting cannot allocate memory error for the port. OVS version: [cid:image005.png@01D02901.ED7B20C0] Kernel Version: [cid:image006.png@01D02901.ED7B20C0] Command used to add the port: [cid:image002.png@01D028FF.894A