Re: [ovs-dev] [PATCH 1/1] : Add Clear statistics support at interface level

2016-11-16 Thread ravali.burra
Hi Aaron, As you suggested I have attached the patch. Please find the attached patch and let me know your comments.. -Original Message- From: Aaron Conole [mailto:acon...@redhat.com] Sent: Monday, November 14, 2016 9:15 PM To: Ravali Burra Cc:

[ovs-dev] [PATCH 1/1] : Add Clear statistics support at interface level

2016-11-11 Thread ravali.burra
Hi All, Below are the configuration and patch details which provides the support for clearing statistics at Interface level. Description & Configuration: OVS by default has the support for the command ovs-vsctl clear interface statistics But in OVS the command functionality is implemented in

[ovs-dev] Query on OVS-VSCTL

2016-04-15 Thread ravali.burra
Hi Team, I am running ovs-dpdk (OVS-2.4 , DPDK 2.0) Whenever I give the command ovs-vsctl clear interface dpdk1 statistics. This command is just clearing the fields in the statistics and it is not clearing the counters values and again after few sec(around 5 to 10 secs ).I am able to see the

[ovs-dev] Few observations on low performance of 64 byte packet size

2016-03-22 Thread ravali.burra
Hi All, While sending 2G traffic of 64bytes size, I see a low performance for Phy-Phy setup using OVS with DPDK. I get around 1500/1500 throughput. Following are the Platform and setup details: NOTE: Used OVS 2.4 and DPDK2.0.0 1. Intel(R) Atom(TM) 2. I assigned 1core to vswitchd process 3. Bound

[ovs-dev] Few observations on low performance of 64 byte packet size

2016-03-21 Thread ravali.burra
Hi All, While sending 2G traffic of 64bytes size, I see a low performance for Phy-Phy setup using OVS with DPDK. I get around 1500/1500 throughput. Following are the Platform and setup details: NOTE: Used OVS 2.4 and DPDK2.0.0 1. Intel(R) Atom(TM) 2. I assigned 1core to vswitchd process 3.

[ovs-dev] Does Openvswitch has support for flow metering

2016-03-10 Thread ravali.burra
Hi Team, I am trying to work on flow metering in OVS. Can you please let me know if this feature is available in OVS or not? Thanks in Advance Regards Ravali The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the

[ovs-dev] Queues for DPDK interfaces in OVS-DPDK

2016-03-07 Thread ravali.burra
Hi Team, We have the support for queues creation on QoS record in OVS. Can anyone help in creation of queues for DPDK type interfaces in OVS-DPDK. Thanks in advance. Thanks & Regards, Ravali The information contained in this electronic message and any attachments to this message are intended

[ovs-dev] failing of rte_eth_dev_start function

2016-02-19 Thread ravali.burra
Hi Team, When I am trying to call rte_eth_dev_start() function for kni interface it is failing. Can you please let me know what are all the reasons responsible for failing of rte_eth_dev_start() function. Thanks & Regards, Ravali The information contained in this electronic message and any

Re: [ovs-dev] Does openvswitch with DPDK datapath supports QOS

2016-01-29 Thread ravali.burra
Hi all, We could extend the design of ingress policer from the egress policer patch from which you have provided. Thanks & Regards, Ravali. -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Stokes, Ian Sent: 26 November 2015 19:42 To: Ravulakollu Udaya Kumar

[ovs-dev] Adding a new file to ovs-master

2015-08-04 Thread ravali.burra
Hi Team, I have added the new file to ovs-master for MSTP but while compiling I am unable include the new header file in the file. I have added the reference for the new files in lib/automake.mk even then I am able to see error like expected ';', identifier or '(' before 'struct' . Can you

Re: [ovs-dev] Adding a new file to ovs-master

2015-08-04 Thread ravali.burra
Hi Russell Thomas, When I am adding the new header file in bridge.c file depending on the order of the header file I am seeing different errors i.e. if I place the header file in the end of header file section i.e. before the declaration of VLOG module declaration then I am facing the issue

[ovs-dev] MSTP support in OVS 2.3.9

2015-07-19 Thread ravali.burra
Hi Team, As of now OVS doesn't have the support for MSTP. Can you please suggest me in bringing up with the design and implementation of configuration for bridge and interface support for MSTP (through ovs-vsctl). I want to implement the code of MSTP in OVS. Could you please help me in how to

Re: [ovs-dev] IS MSTP enabled on OVS 2.3.9

2015-07-15 Thread ravali.burra
Hi Justin Thanks for reply. Yes I want to implement the code of MSTP in OVS. Could you please help me in how to proceed further with the design and implementation of MSTP in OVS. Thanks Regards, Ravali -Original Message- From: Justin Pettit [mailto:jpet...@nicira.com] Sent: 16 July

[ovs-dev] IS MSTP enabled on OVS 2.3.9

2015-07-14 Thread ravali.burra
Hi Team, I am using ovs-master code Version 2.3.9 for my experiments. Currently what I understood from ovs-vsctl man page we are having commands for the configuring RSTP. Similar way I want to configure MSTP in OVS but I have not seen any supported commands for configuration of MSTP from

[ovs-dev] segmentation fault in openvswitch

2015-06-30 Thread ravali.burra
Hi Team, From below link https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/Virtualization_Tuning_and_Optimization_Guide/index.html In section 4.5: Multi-queue virtio-net works well for incoming traffic, but can occasionally hurt performance for outgoing