Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-03-04 Thread Mohit Dhingra
To:* Justin Pettit > *Cc:* discuss@openvswitch.org > *Subject:* Re: [ovs-discuss] Query regarding OVS configuration in > OpenSuse Dom0 (Xen Hypervisor) > > ** ** > > Any kind of help / suggestions / how should I debug the problem? > ** > > *

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-28 Thread lichunhe
-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor) Any kind of help / suggestions / how should I debug the problem? Thanks & Regards Mohit Dhingra +919611190435 On 18 February 2012 23:06, Mohit Dhingra mailto:mohitdhing...@gmail.com>

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-23 Thread Mohit Dhingra
Any kind of help / suggestions / how should I debug the problem? * Thanks & Regards Mohit Dhingra +919611190435* On 18 February 2012 23:06, Mohit Dhingra wrote: > *Hi Justin,* > > Yes they are built into the kernel, and I inserted them now (manually by > insmod) > >

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-18 Thread Mohit Dhingra
*Hi Justin,* Yes they are built into the kernel, and I inserted them now (manually by insmod) Now, they are added in module list. cadlab:~/Documents # lsmod | grep cls_basic cls_basic 5326 0 cadlab:~/Documents # lsmod | grep sch_ingress sch_ingress 2386 2 cadlab:~/Doc

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-17 Thread Justin Pettit
Did you follow the instructions for enabling support for ingress policing in "INSTALL.Linux"? For optional support of ingress policing, you must enable kernel configuration options NET_CLS_BASIC, NET_SCH_INGRESS, and NET_ACT_POLICE, either built-in or as modules. (NET_CLS_POLIC

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-17 Thread Mohit Dhingra
*Hello, *I looked at the debugging tip, it says, check whether your kernel is built with "ingress qdisc" or not. I am not really sure of that. I searched for it, and found "tc qdisc add dev eth0 ingress" to enable it. I ran it, again configured the same QoS parameters for vif2.0, but no change in

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-13 Thread Jesse Gross
On Mon, Feb 13, 2012 at 7:07 PM, Mohit Dhingra wrote: > Hi All, > > I am following the same instructions as given in > http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/ > > I have exactly the same setup, except for the measurement host, but I don't > see any difference in the netp

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-13 Thread Mohit Dhingra
*Hi All,* I am following the same instructions as given in http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/ I have exactly the same setup, except for the measurement host, but I don't see any difference in the netperf results, I have given more details in the previous post. Any

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-13 Thread Jesse Gross
On Sun, Feb 12, 2012 at 10:18 AM, Mohit Dhingra wrote: > Hi Jesse, > > Yes, I see your point that there is no benefit of controlling incoming > traffic, because anyways all traffic will arrive atleast till OVS level from > physical NIC, so that channel will be the bottleneck anyway. > > I configur

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-12 Thread Mohit Dhingra
*Hi Jesse,* Yes, I see your point that there is no benefit of controlling incoming traffic, because anyways all traffic will arrive atleast till OVS level from physical NIC, so that channel will be the bottleneck anyway. I configured OVS using Xen as Hypervisor, and, I am able to create VMs which

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-09 Thread Jesse Gross
On Wed, Feb 8, 2012 at 11:24 PM, Mohit Dhingra wrote: > The question that I was asking regarding monitoring of incoming traffic into > VMs is, we have one ingress_policing_rate in ovs_vsctl for an interface, but > there is no egress/outgress policing rate.. Does that mean that it doesn't > have co

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-09 Thread Gurucharan Shetty
On Wed, Feb 8, 2012 at 11:24 PM, Mohit Dhingra wrote: > Thanks Jesse. I tried the same. Firstly I disconnected interfaces vif4.0, > vif5.0, and peth0 from the Bridge eth0 (that Xen created). > > Then I created a bridge named br0, and connected peth0, vif4.0, vif5.0 to > br0 using ovs-vsctl command

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-08 Thread Mohit Dhingra
Thanks Jesse. I tried the same. Firstly I disconnected interfaces vif4.0, vif5.0, and peth0 from the Bridge eth0 (that Xen created). Then I created a bridge named br0, and connected peth0, vif4.0, vif5.0 to br0 using ovs-vsctl commands. IP Addresses assigned to peth0 are 10.112.10.50, and to vif4.

Re: [ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-08 Thread Jesse Gross
On Wed, Feb 8, 2012 at 6:47 AM, Mohit Dhingra wrote: > I think, Xen renames eth0 to peth0, and creates a bridge called eth0. > > Now, if I create one more bridge br0, using ovs-sctl, does it make sense? > Should I change the Xen configuration such that Xen doesn't create a bridge, > rather it shou

[ovs-discuss] Query regarding OVS configuration in OpenSuse Dom0 (Xen Hypervisor)

2012-02-08 Thread Mohit Dhingra
*Hello,* I am new to OpenVirtual Switch, I am trying to configure it on my server, for QoS Control and Monitoring. Present Configuration : I have Xen Hypervisor, with OpenSUSE as Dom0 configured, and few VMs, and OpenNebula Cloud. What I have done? I installed OVS as mentioned in INSTALL.Linux (