Re: [ovs-discuss] VLAN Tag & Ingress rate limiting Policing

2013-12-10 Thread Linux user
Hi All, I have two set of Environment (including vlan tag & ingress policing). For One Case ingress policing works & for other its not work. 1. *Case Vlan tag & ingress policing not Works:* A. One HOST B. Two VM in Single Host Both VMs has vlan tag at Ethernet interface, like:

[ovs-discuss] Receiving all packets on the Userspace.

2013-12-10 Thread Jayanth Silesh
Hello, Is there a way that I can get all packets received on the Userspace data path (ovsvswitchd). I am using Mininet. Thanks, Jayanth  Graduate Student USC ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discu

Re: [ovs-discuss] 答复: Re: 答复: Re: ????: Re: Trouble at ovs bond with intel 82599EB NICs.

2013-12-10 Thread Jesse Gross
You'll need to contact the author of the driver to find out what's going on with its link status reporting. On Tue, Dec 10, 2013 at 6:54 PM, wrote: > > Could you provide several solutions? thanks. > > Jesse Gross 写于 2013-12-11 10:05:50: > > >> OK, it seems like a problem with the driver it the

[ovs-discuss] Unreasonably long poll interval log message

2013-12-10 Thread balaj...@freescale.com
Hi, Can anyone give me some pointers on the log message below from ovs-vswitchd.log file : 2013-12-10T11:22:05.880Z|01658|timeval(dispatcher)|WARN|Unreasonably long 33523m s poll interval (287694696ms user, 231305088ms system) Is there any configuration to minimize this poll interval? Regards,

Re: [ovs-discuss] IGMP snooping/query support in Openvswitch

2013-12-10 Thread Taurus Cheung
Hi Justin, Configuration details: 1) The 2 VMs are running on the same OpenStack compute node (Grizzly version) 2) Both VMs have a virtual nic to receive multicast traffic in VLAN 1002 3) Openvswitch version is 1.9.0 4) ovs quantum plugin is configured in tenant_network_type vlan 5) The ovs

[ovs-discuss] using ofctl to add value to a register

2013-12-10 Thread Jayanth Silesh
Hello, Using OFCTL,I am trying to a add a value to say register 5 and then output it to port 6. sudo ovs-ofctl add-flow s1 "in_port=2 reg5=19 actions= ??" Not able to get the syntax right, can someone correct me. Thanks, Jayanth  Graduate Student USC ___

Re: [ovs-discuss] VLAN Tag & Ingress rate limiting Policing

2013-12-10 Thread Linux user
Hi Ashish, That a strange trunk port not support ingress policing for Vlan Any one also experience this issue & how got it resolved .? Please let me know if you need more info from my side. Thanks On Tue, Dec 10, 2013 at 4:37 PM, ashish yadav wrote: > Hi, > > I also face same probl

Re: [ovs-discuss] IGMP snooping/query support in Openvswitch

2013-12-10 Thread Justin Pettit
On Dec 10, 2013, at 7:39 PM, Taurus Cheung wrote: > That's good my understanding is correct. > > Although OVS doesn't support IGMP snooping, could I know what underlying > mechanism in OVS result in "VM-B would not receive the multicast traffic > joined by VM-A"? How's it configured? Did yo

Re: [ovs-discuss] IGMP snooping/query support in Openvswitch

2013-12-10 Thread Taurus Cheung
Hi Justin, That's good my understanding is correct. Although OVS doesn't support IGMP snooping, could I know what underlying mechanism in OVS result in "VM-B would not receive the multicast traffic joined by VM-A"? Regards, Taurus -Original Message- From: Justin Pettit [mailto:jpet...

[ovs-discuss] 答复: Re: 答复: Re: ????: Re: Trouble at ovs bond with intel 82599EB NICs.

2013-12-10 Thread wang . lule
Could you provide several solutions? thanks. Jesse Gross 写于 2013-12-11 10:05:50: > OK, it seems like a problem with the driver it the link is up but it > doesn't set the state to RUNNING. > > On Tue, Dec 10, 2013 at 5:07 PM, wrote: > > > > When the ovs bridge work without ovs bond interface(e

Re: [ovs-discuss] 答复: Re: ????: Re: Trouble at ovs bond with intel 82599EB NICs.

2013-12-10 Thread Jesse Gross
OK, it seems like a problem with the driver it the link is up but it doesn't set the state to RUNNING. On Tue, Dec 10, 2013 at 5:07 PM, wrote: > > When the ovs bridge work without ovs bond interface(eth4,eth5), we pass all > packet test case. > Whether the interface(eth4 or eth5) attached to ovs

[ovs-discuss] 答复: Re: ????: Re: Trouble at ovs bond with intel 82599EB NICs.

2013-12-10 Thread wang . lule
When the ovs bridge work without ovs bond interface(eth4,eth5), we pass all packet test case. Whether the interface(eth4 or eth5) attached to ovs or not, it's working well but the state is not RUNNING. Jesse Gross 写于 2013-12-11 03:18:49: > That seems very odd to me. > > You wouldn't normally

Re: [ovs-discuss] OVS performance with Openstack Neutron

2013-12-10 Thread Justin Pettit
On Dec 10, 2013, at 12:17 PM, Wang, Baoyuan wrote: > Thank you for your response. I could not find much information about OVS > patch port by google search. Most of them are talking about how to configure > it. Do you have any information related to the design/implementation other > than rea

Re: [ovs-discuss] ????: Re: Trouble at ovs bond with intel 82599EB NICs.

2013-12-10 Thread Jesse Gross
That seems very odd to me. You wouldn't normally directly send and receive packets through an interface that is attached to OVS. Did you detach the interface when running the packet test? Is it possible that it was reconfigured in between? On Sun, Dec 8, 2013 at 9:18 PM, Ben Pfaff wrote: > Jesse

Re: [ovs-discuss] IGMP snooping/query support in Openvswitch

2013-12-10 Thread Justin Pettit
On Dec 10, 2013, at 12:56 AM, Taurus Cheung wrote: > As I know, Openvswitch is a L2 virtual switch that currently does not support > IGMP snooping/query. > > We are running 2 VM (VM-A and VM-B) under same VLAN on the same host with > Openvswitch. Theoretically, if only VM-A has joined the mu

Re: [ovs-discuss] Flows based on IP address and port numbers in mininet topology using floodlight controller.

2013-12-10 Thread Justin Pettit
On Dec 10, 2013, at 2:36 AM, Suresh wrote: > I have add following flow for this like this > ovs-ofctl add-flow br0 > "in_port=1,dl_type=0x0800,nw_proto=6,nw_dst=10.0.0.2,nw_src=10.0.0.1,tp_src= > ,priority=5,actions=output:2" > ovs-ofctl add-flow br0 "in_port=1,dl_type=0x0800,nw_proto=6

Re: [ovs-discuss] OVS performance with Openstack Neutron

2013-12-10 Thread Justin Pettit
On Dec 10, 2013, at 7:52 AM, Wang, Baoyuan wrote: > Simply reading some openstack manual, I found that Openstack Neutron would > need and/or configure several OVS bridges within every compute Nodes and > Neutron networking node. From OVS point of view, the multiple OVS bridges > will be mult

[ovs-discuss] OVS performance with Openstack Neutron

2013-12-10 Thread Wang, Baoyuan
Simply reading some openstack manual, I found that Openstack Neutron would need and/or configure several OVS bridges within every compute Nodes and Neutron networking node. From OVS point of view, the multiple OVS bridges will be multiple Datapath inside one OpenvSwitch. the data processing w

Re: [ovs-discuss] CDP/LLDP in OVS

2013-12-10 Thread Giles Coochey
On 10/12/2013 11:01, Nir Yechiel wrote: Hi, Do you know of anyone working on CDP/LLDP support? Thanks, Nir CDP is Cisco proprietary, so any work done on this *might* work with existing kit, but wouldn't be guaranteed to work in the future. LLDP is open, however. -- Regards, Giles Coochey,

Re: [ovs-discuss] CDP/LLDP in OVS

2013-12-10 Thread Ben Pfaff
No, I don't. On Dec 10, 2013 3:02 AM, "Nir Yechiel" wrote: > Hi, > > Do you know of anyone working on CDP/LLDP support? > > Thanks, > Nir > > ___ > discuss mailing list > discuss@openvswitch.org > http://openvswitch.org/mailman/listinfo/discuss > >

Re: [ovs-discuss] OVS with GRE

2013-12-10 Thread Vivek Kumar (EPG)
Hi Sonia, Try this one it should work: as it is working for me. * Created bridge br1 * Add port eth0 to br1 * Clear eth0 IP address (ifconfig eth0 0.0.0.0 up), Kill DHCP client on eth0, start dhclient on br0/ or/ assign the static IP to br0, Adjust eth0 routes to

[ovs-discuss] OVS with GRE

2013-12-10 Thread sonia verma
Hi all, I need to test GRE with OVS.I'm following below link for this http://blog.scottlowe.org/2013/05/07/using-gre-tunnels-with-open-vswitch/ but not able to ping between two VMs. Can you help regarding this... Thanks... Sonia ___ discuss ma

[ovs-discuss] Unreasonably long poll interval log message

2013-12-10 Thread balaj...@freescale.com
Hi, Can anyone give me some pointers on the log message below from ovs-vswitchd.log file : 2013-12-10T11:22:05.880Z|01658|timeval(dispatcher)|WARN|Unreasonably long 33523m s poll interval (287694696ms user, 231305088ms system) Is there any configuration to minimize this poll interval? Regards,

Re: [ovs-discuss] VLAN Tag & Ingress rate limiting Policing

2013-12-10 Thread ashish yadav
Hi, I also face same problem few months back but not found any resolution. I think, tagged packets are received by trunk port (vnet0 in this case) and at the trunk port ingress policing may not applicable for these vlan tag packets(802.1q). Thanks & Regards Ashish On Tue, Dec 10, 20

[ovs-discuss] CDP/LLDP in OVS

2013-12-10 Thread Nir Yechiel
Hi, Do you know of anyone working on CDP/LLDP support? Thanks, Nir ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

[ovs-discuss] Flows based on IP address and port numbers in mininet topology using floodlight controller.

2013-12-10 Thread Suresh
Hi All i'm new baby in Openflow just start playing around. I'm using mininet and floodlight controller. I have crated topology like h1(10.0.0.1) -s1-h2 (10.0.0.2). and one tcp based server running on h1(10.0.0.1) in port and client is running on h2 (10.0.0.2). h1 h1-eth0:s1-eth1 h2 h2-e

Re: [ovs-discuss] VLAN unable to ping

2013-12-10 Thread Phil Daws
- Original Message - From: "Ben Pfaff" To: "Phil Daws" Cc: discuss@openvswitch.org Sent: Sunday, 8 December, 2013 3:57:26 PM Subject: Re: [ovs-discuss] VLAN unable to ping On Sun, Dec 08, 2013 at 03:55:39PM +, Phil Daws wrote: > Ben, my apologies! I meant vnet1 and vnet3 which are tr

Re: [ovs-discuss] VLAN Tag & Ingress rate limiting Policing

2013-12-10 Thread Linux user
Hi, One more information that Host1 & Host2 are connected directly with Ethernet Cable (eth1 <--->eth1, no switch in between). But I don't think, its make any difference as far as Vlan & Ingress Policing Concern. Thanks On Tue, Dec 10, 2013 at 2:09 PM, Linux user wrote: > Hi, > > Could any

[ovs-discuss] IGMP snooping/query support in Openvswitch

2013-12-10 Thread Taurus Cheung
Hi all, As I know, Openvswitch is a L2 virtual switch that currently does not support IGMP snooping/query. We are running 2 VM (VM-A and VM-B) under same VLAN on the same host with Openvswitch. Theoretically, if only VM-A has joined the multicast group, VM-B can also receive this multicast tra

Re: [ovs-discuss] VLAN Tag & Ingress rate limiting Policing

2013-12-10 Thread Linux user
Hi, Could any one from openvswitch community help in understanding Vlan & Ingress Policing Issue. Thanks On Tue, Dec 10, 2013 at 11:28 AM, Linux user wrote: > Hi , > > I was to trying to control traffic from VM in our environment. > Ingress rate limiting Policing work well (ingress applied