[ovs-dev] not able to map traffic to multiple queues using ovs-ofctl

2016-09-12 Thread gayathri.manepalli
Hi All, I am configuring OVS-DPDK with multiple queues with vhost-user. I am using below packages, OVS--- Branch 2.6 DPDK --- 16.07 OVS Configuration : ovs-vsctl --no-wait add-br br0 -- set bridge br0 datapath_type=netdev ovs-vsctl --no-wait add-port br0 dpdk0 -- set Interface dpdk0 typ

[ovs-dev] QoS Shaping implementation in OVS-DPDK

2016-06-17 Thread gayathri.manepalli
Hi Team, We are done with QoS shaping implementation in OVS-DPDK(2.4.0) by making use of DPDK scheduler library. We have conducted some basic tests for QoS shaping and compared DPDK vs OVS-DPDK with IMIX traffic. Please find the below test results conducted with bi directional traffic , I will

Re: [ovs-dev] [PATCH RFC 1/1] netdev-dpdk.c: Add ingress-policing functionality.

2016-02-26 Thread gayathri.manepalli
Hi Ian, We have gone through both your egress and ingress policing patches. And observed that both are two different approaches. Instead why don't we extend ingress policing patch to egress policing, as the ingress patch is in line with plain OVS kernel policing design. i.e, Can we extend below

[ovs-dev] [PATCH 2/2] : 802.1ad support in OVS & OVS-DPDK

2016-02-17 Thread gayathri.manepalli
Hi All, Below is the patch for 802.1ad support in OVS-DPDK which is extension to below patch, https://patchwork.ozlabs.org/patch/584074/ // Patch for plain OVS Signed-off-by: Manepalli S Gayathri mailto:gayathri.manepa...@wipro.com>> --- For configuration details, please refer first part o

[ovs-dev] [PATCH 1/2] : 802.1ad support in OVS & OVS-DPDK

2016-02-17 Thread gayathri.manepalli
Hi All, Below are the configuration and patch details which provides the 802.1ad support for OVS. Description & configuration : OVS supports the following port types with respect to configuration and datapath handling. 1. Access 2. Trunk 3. Native-tagged. 4. Native-untagged. Access port adds vlan h

[ovs-dev] [PATCH 1/2] : 802.1ad support in OVS & OVS-DPDK

2016-02-17 Thread gayathri.manepalli
Hi All, Below are the configuration and patch details which provides the 802.1ad support for OVS. Description & configuration : OVS supports the following port types with respect to configuration and datapath handling. 1. Access 2. Trunk 3. Native-tagged. 4. Native-untagged. Access port adds vlan h

[ovs-dev] 802.1x authentication support in OVS

2015-12-09 Thread gayathri.manepalli
Hi Team, I would like to configure the 802.1x authentication in OVS. As of my knowledge, current OVS does not support 802.1x authentication. If any support already exist or any one provided the patch, please let me know the details/configuration. Thanks & Regards, Gayathri The information con