Re: [ovs-discuss] Test with vxlan using ovs-dpdk (2.4)

2015-12-01 Thread Praveen MANKARA RADHAKRISHNAN
er of RX queues to share the load across cores. > > Please refer Performance Tuning section in INSTALL.DPDK.md for more > details. > > > > > > *Regards* > > *_Sugesh* > > > > *From:* Praveen MANKARA RADHAKRISHNAN [mailto:praveen.mank...@6wind.com] >

Re: [ovs-discuss] ovs-dpdk is not scaling with multiple cores

2015-12-01 Thread Praveen MANKARA RADHAKRISHNAN
hey default to 1. The TX queues are created based on the number > of lcores, AFAIK. > > Regards, > > Zoltan > > > On 27/11/15 09:53, Praveen MANKARA RADHAKRISHNAN wrote: > >> Hi, >> >> I am testing a scenario with 2 servers. >> >> 2 serve

Re: [ovs-discuss] Test with vxlan using ovs-dpdk (2.4)

2015-11-30 Thread Praveen MANKARA RADHAKRISHNAN
source ip. the problem is its as if 1 port is bind to the 1 core. its not distributing the packets. Thanks Praveen On Tue, Nov 3, 2015 at 11:33 AM, Praveen MANKARA RADHAKRISHNAN < praveen.mank...@6wind.com> wrote: > Hi Sugesh, > > Thanks for the information. > by adding the flow in

[ovs-discuss] ovs-dpdk is not scaling with multiple cores

2015-11-28 Thread Praveen MANKARA RADHAKRISHNAN
Hi, I am testing a scenario with 2 servers. 2 servers are connected via 1 10Gb interface. each server 1 ixia port is connected. from the ixia vlan traffic is coming to dpdk port 0 of server 1. it strips valn go to a vxlan tunnel through dpdk port 1 to the next server. there vxla is stripped and

Re: [ovs-discuss] Test with vxlan using ovs-dpdk (2.4)

2015-11-03 Thread Praveen MANKARA RADHAKRISHNAN
There must be rules for `tnl_push` for pushing the vxlan header and also > for forward the packet to physical interface. > > > > *Regards* > > *_Sugesh* > > > > *From:* Praveen MANKARA RADHAKRISHNAN [mailto:praveen.mank...@6wind.com] > *Sent:* Wednesday, Octob

Re: [ovs-discuss] Test with vxlan using ovs-dpdk (2.4)

2015-10-28 Thread Praveen MANKARA RADHAKRISHNAN
ovs-ofctl dump-flows br1 > > > > If there is no rules present, please add a rule to forward packet to the > physical port as follows, > > ovs-ofctl add-flow br1 idle_timeout=0,in_port=LOCAL,action=output:1 > > > > > > *Regards* > > *

Re: [ovs-discuss] Test with vxlan using ovs-dpdk (2.4)

2015-10-28 Thread Praveen MANKARA RADHAKRISHNAN
at 6:28 PM, Chandran, Sugesh wrote: > > > > > *Regards* > > *_Sugesh* > > > > *From:* discuss [mailto:discuss-boun...@openvswitch.org] *On Behalf Of > *Praveen > MANKARA RADHAKRISHNAN > *Sent:* Monday, October 26, 2015 5:23 PM > *To:* b...@openvswitch.

[ovs-discuss] Test with vxlan using ovs-dpdk (2.4)

2015-10-27 Thread Praveen MANKARA RADHAKRISHNAN
HI, I am Praveen, I am trying a specific test scenario using ovs-dpdk. Test set up --- from the traffgen vlan packets are coming to dpdk interface its stripped using ovs command. and sending to a vxlan interface which is comnnected in theo other dpdk interface and send back to t