[ovs-discuss] ping and flow

2013-12-26 Thread kevin parker
Hi i am trying to understand this better from 192.168.3.3 ping 192.168.3.4 -c *10* *10* packets transmitted, 10 received, 0% packet loss, time 9003ms ovs-dpctl dump-flows in_port(3),eth(src=52:b9:12:5f:87:b1,dst=ea:91:10:fc:7a:bf),eth_type(0x0800),ipv4(src=192.168.3.4,dst=192.168.3.3,proto=1,t

Re: [ovs-discuss] dropped over-mtu packet:

2013-12-06 Thread kevin parker
wrote: > It's likely due to the driver coalescing segments but not properly > setting up the metadata, which happened with some versions of the > Broadcom driver. You can look at the LRO and GRO settings on the NIC > as a temporary workaround. > > On Mon, Dec 2, 2013 at 6:

Re: [ovs-discuss] GRE tunnel

2013-12-06 Thread kevin parker
Can any one please help me understand the invisible link that carries traffic from gre0 through birdge with NIC attached. On Thu, Dec 5, 2013 at 10:10 PM, kevin parker wrote: > Hi All, > I have a working GRE connected between one kvm host ovs 1.11 and > xenserver ovs 1.4.6 &

[ovs-discuss] GRE tunnel

2013-12-05 Thread kevin parker
Hi All, I have a working GRE connected between one kvm host ovs 1.11 and xenserver ovs 1.4.6 I have created an *isolated* bridge and connected virtual interface to isolated bridge with private ip ,and then added *gre0* port by mentioning remote public IP. Everything is fine, dont have a

Re: [ovs-discuss] dropped over-mtu packet:

2013-12-02 Thread kevin parker
seems that you have TSO enabled? > you can check the offloading features of your NIC with ethtool. > > Best, > > Philip > > Am 02.12.13 15:09, schrieb kevin parker: > > Hi, > I am confused with this in dmesg > *dmesg |grep "mtu"* > [10674662

[ovs-discuss] dropped over-mtu packet:

2013-12-02 Thread kevin parker
Hi, I am confused with this in dmesg *dmesg |grep "mtu"* [10674662.495400] openvswitch: xapi3: dropped over-mtu packet: 2853 > 1500 [10674662.495406] openvswitch: xapi3: dropped over-mtu packet: 2853 > 1500 [10674662.495411] openvswitch: xapi3: dropped over-mtu packet: 2853 > 1500 [1067466

Re: [ovs-discuss] Analyzing crash log,after network freeze

2013-11-07 Thread kevin parker
le out RAM change being the cause, I'd suggest try version > OVS 1.4.6 -- There are a few datpath bug fixes on the 1.4 branch that may > be related. > > > Hope this helps, > > Andy > > > > > > On Wed, Nov 6, 2013 at 11:40 PM, kevin parker > wrote: >

Re: [ovs-discuss] Analyzing crash log,after network freeze

2013-11-06 Thread kevin parker
other servers with out any issues. Thanks, kevin On Thu, Nov 7, 2013 at 1:21 AM, Andy Zhou wrote: > It does look like OVS related. > > > On Wed, Nov 6, 2013 at 3:42 AM, kevin parker wrote: > >> Hello All, >> >> One of our xen server server stoppe

[ovs-discuss] Analyzing crash log,after network freeze

2013-11-06 Thread kevin parker
Hello All, One of our xen server server stopped responding after few network tests,can some one please help me verify whether it is related to ovs. In stack trace i can see ovs process id. *ovs-vsctl -V* ovs-vsctl (Open vSwitch) 1.4.6 Compiled Jun 14 2013 09:23:27 *From log:* <4>[

Re: [ovs-discuss] iptables with ovs

2013-10-04 Thread kevin parker
. > > > > > > On Thu, Oct 3, 2013 at 2:45 PM, kevin parker wrote: > >> Hi, >>Is there any way that i can make iptables filtering to work with >> ovs. >> >> NAT is working but not able to filter traffic coming into the vm. >> >> Ea

[ovs-discuss] iptables with ovs

2013-10-03 Thread kevin parker
Hi, Is there any way that i can make iptables filtering to work with ovs. NAT is working but not able to filter traffic coming into the vm. Earlier with bridge i was able to filter using *-m physdev* ,but its not working with ovs. Is there any work around or changes that i can make for ip

[ovs-discuss] Installing 1.11 on Debian and existing datapath

2013-09-29 Thread kevin parker
Hi, I have compiled ovs 1.11 and was working fine. Now trying to install it through *.deb* packages which i generated as explained in INSTALL.DEBIAN. But i am not able to install datapath using m-a a-i openvswitch-datapath its showing this: *Bad luck, the kernel headers for the target kerne

[ovs-discuss] With and Without ovs-controller

2013-09-12 Thread kevin parker
Hi, I am new to OVS and trying to understand OVS working. *With out controller:* On my kvm host(ubuntu 12.04) i have ovs-vswitchd running with out any controller. version 1.6.9 In this case i guess ovs is not working as open flow based switch. as "ovs-ofctl

[ovs-discuss] help in understanding drop rules which came with out setting any manual drop rule.

2013-06-25 Thread kevin parker
Hi All, How can drop rule come with out setting any drop rule manually. using OVS 1.4.1 *dpctl dump-flows* in_port(2),eth(src=00:26:0a:24:ae:00,dst=8e:fd:95:35:22:d1),eth_type(0x8100),vlan(vid=40,pcp=0),encap(eth_type(0x0800),ipv4(src=59.x.x.68,dst=11.x.x.41,proto=6,tos=0,ttl=59,frag=no),

Re: [ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-08 Thread kevin parker
. Regards, keve On Fri, Jun 7, 2013 at 10:17 PM, Ben Pfaff wrote: > Why did you think that setting secure mode would not use ovs-vswitchd? > > On Fri, Jun 07, 2013 at 09:33:31PM +0530, kevin parker wrote: > > I thought setting secure mode would not use ovs-vswitchd, but in my case >

Re: [ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-07 Thread kevin parker
30, kevin parker wrote: > > Can some one please clarify this,why ovs-vswitchd is used even in secure > > mode > > > > > > On Thu, Jun 6, 2013 at 10:58 AM, kevin parker >wrote: > > > > > and with out controller and in standalone ovs-vswitchd is at ~80% f

Re: [ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-07 Thread kevin parker
Can some one please clarify this,why ovs-vswitchd is used even in secure mode On Thu, Jun 6, 2013 at 10:58 AM, kevin parker wrote: > and with out controller and in standalone ovs-vswitchd is at ~80% for the > same traffic. > > using > *ovs-vsctl -V* > ovs-vsctl (Open vSwitch

Re: [ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-05 Thread kevin parker
Thu, Jun 6, 2013 at 10:28 AM, kevin parker wrote: > Mostly HTTP, > > For confirming bench marked Apache with ab, ovs-vswitchd reached 100% and > ovs-controller 14% > > ovs-dpctl show at the time of benchmark > > system@xenbr0: > lookups: hit:55391 missed:966296 lost:0 &

Re: [ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-05 Thread kevin parker
changes in ovs-controller. Thanks, Kevin. On Wed, Jun 5, 2013 at 9:56 PM, Ben Pfaff wrote: > On Wed, Jun 05, 2013 at 07:11:44PM +0530, kevin parker wrote: > > Hi, > > > > i have ovs-controller with default setting (ovs-controller -v > > ptcp:6633). > > &

[ovs-discuss] Even with ovs-controller vswitchd is still heavily used

2013-06-05 Thread kevin parker
Hi, i have ovs-controller with default setting (ovs-controller -v ptcp:6633). on xenserver host with ovs *ovs-vsctl get-fail-mode xenbr0* *secure* I set it to secure mode to test that host should not use vswitchd for flows and forward it to controller for generating flow .* * *ovs-vsct

Re: [ovs-discuss] HIgh CPU usage for ovs-vswitchd with flows

2013-05-29 Thread kevin parker
; > Subject: Re: [ovs-discuss] HIgh CPU usage for ovs-vswitchd with flows > > 3069 and lost: 267425491 > > To: kevin parker > > Cc: discuss@openvswitch.org > > Message-ID: > > Content-Type: text/plain; charset=iso-8859-1 > > > > We've made a lot of

Re: [ovs-discuss] HIgh CPU usage for ovs-vswitchd with flows 3069 and lost: 267425491

2013-05-27 Thread kevin parker
ed. > > --Justin > > > On May 27, 2013, at 9:34 AM, kevin parker > wrote: > > > Justin, > > Even at 85-90% CPU usage i am seeing increased lost > count,initially i faced high lost count when ovs-vswitchd was at 100%.So > what can be the rea

Re: [ovs-discuss] HIgh CPU usage for ovs-vswitchd with flows 3069 and lost: 267425491

2013-05-27 Thread kevin parker
which should substantially > improve flow set up. > > --Justin > > > On May 27, 2013, at 12:59 AM, kevin parker > wrote: > > > Hi, > > > > Running OVS 1.4 on xenserver 6.0.2 , but its taking very high cpu > some times ~100%. > > > > ovs-dp

[ovs-discuss] HIgh CPU usage for ovs-vswitchd with flows 3069 and lost: 267425491

2013-05-27 Thread kevin parker
Hi, Running OVS 1.4 on xenserver 6.0.2 , but its taking very high cpu some times ~100%. *ovs-dpctl show* * * system@xenbr5: lookups: hit:2560723 missed:3742809 lost:0 flows: 5 port 0: xenbr5 (internal) port 1: eth5 system@xapi2: lookups: hit:1660559495 missed:1241428 lost:0 flows: 11 port 0:

Re: [ovs-discuss] How can this work with out _dst ?

2013-05-21 Thread kevin parker
e you > think it should be dropped and was not. > > On Tue, May 21, 2013 at 11:26:55AM +0530, kevin parker wrote: > > Thank You Ben for the detailed description,but my issue is everything is > > working :) .I hope it shouldn't work so that i can troubleshoot the > issue

Re: [ovs-discuss] How can this work with out _dst ?

2013-05-20 Thread kevin parker
, Ben Pfaff wrote: > On Sat, May 18, 2013 at 02:47:50PM +0530, kevin parker wrote: > > Can some one please say how this work? > > > > > 1.priority=400,arp,in_port=2,dl_src=6a:3b:ad:97:c9:8a,nw_src=5.x.x.12,arp_sha=6a:3b:ad:97:c9:8a > > actions=NORMAL > > > >

[ovs-discuss] How can this work with out _dst ?

2013-05-18 Thread kevin parker
Hi, Can some one please say how this work? 1.priority=400,arp,in_port=2,dl_src=6a:3b:ad:97:c9:8a,nw_src=5.x.x.12,arp_sha=6a:3b:ad:97:c9:8a actions=NORMAL 2.priority=399,ip,in_port=2,dl_src=6a:3b:ad:97:c9:8a,nw_src=5.x.x.12 actions=NORMAL 3.priority=398,in_port=2 actions=drop 4.priority=0 actio