Re: [ovs-discuss] Ping Drop Problem

2017-05-25 Thread Justin Pettit
Well, it's hard to know, since your description doesn't describe your topology, configuration, etc. That said, I guess I would start with tcpdump or flow counts to see where packets appear to be getting dropped and why. --Justin > On May 25, 2017, at 6:03 PM, Gale Price wrote: > > Where wou

Re: [ovs-discuss] Ping Drop Problem

2017-05-25 Thread Gale Price
Where would you suggest I start looking? Sent from my iPhone > On May 25, 2017, at 8:39 PM, Justin Pettit wrote: > > >> On May 25, 2017, at 11:11 AM, Gale Price wrote: >> >> I am using ovs on a Fedora 20 KVM Host with 6 defined vlans >> >> I am having a problem where when I stop any VM I lo

Re: [ovs-discuss] Ping Drop Problem

2017-05-25 Thread Justin Pettit
> On May 25, 2017, at 11:11 AM, Gale Price wrote: > > I am using ovs on a Fedora 20 KVM Host with 6 defined vlans > > I am having a problem where when I stop any VM I lose connectivity to all > other VM’s for about 6-7 Pings. > Then everything starts working again. > > Anyone see this or kn

Re: [ovs-discuss] OVS-DPDK in OpenStack network node

2017-05-25 Thread Justin Pettit
> On May 25, 2017, at 2:08 PM, Пономарёв Вадим wrote: > > Hi all. > > I am setting up a network node for the OpenStack cluster (mitaka) in the > classic scenario with OpenvSwitch > (https://docs.openstack.org/liberty/networking-guide/scenario-classic-ovs.html#openstack-services-network-node).

Re: [ovs-discuss] Dustin's OVN primer in action

2017-05-25 Thread Ben Pfaff
On Thu, May 25, 2017 at 01:51:36PM -0700, Kei Nohguchi wrote: > Hi team OvS and OVN! > > As a huge fan of OVN and Dustin’s blog series, I’ve just wrote Ansible > playbooks to make the Dustin’s OVN primer in action as on the github > below: > > https://github.com/keinohguchi/ovn-on-air/ > > Thank

[ovs-discuss] OVS-DPDK in OpenStack network node

2017-05-25 Thread Пономарёв Вадим
Hi all. I am setting up a network node for the OpenStack cluster (mitaka) in the classic scenario with OpenvSwitch ( https://docs.openstack.org/liberty/networking-guide/scenario-classic-ovs.html#openstack-services-network-node). On the network node a neutron is launched. The neutron controls the O

Re: [ovs-discuss] DUMP-FLOWS: ofctl dump-flows vs dpctl dump-flows

2017-05-25 Thread Ben Pfaff
On Mon, May 22, 2017 at 06:23:49AM +, Avi Cohen (A) wrote: > > > On Sun, May 21, 2017 at 12:11:19PM +, Avi Cohen (A) wrote: > > > Megaflows is a kind of 'flows/rules compression' with don't care > > > bits. (correct me if I'm wrong) But this is in a contradiction to what is > > > writt

[ovs-discuss] Dustin's OVN primer in action

2017-05-25 Thread Kei Nohguchi
Hi team OvS and OVN! As a huge fan of OVN and Dustin’s blog series, I’ve just wrote Ansible playbooks to make the Dustin’s OVN primer in action as on the github below: https://github.com/keinohguchi/ovn-on-air/ Thank you, Dustin and team OVN, again to make this cool stuff happening and get going

Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ?

2017-05-25 Thread Andy Zhou
On Thu, May 25, 2017 at 2:36 AM, 爬山虎 wrote: > > hi all: > > I am going to implement the meter speed limit. I read the book of > "ovs-ofctl.pdf " about the instructions of burst. In this pdf book , the > instructions of burst is : If multiple bands' rate is exceeded,then the > band with the highe

[ovs-discuss] Ping Drop Problem

2017-05-25 Thread Gale Price
I am using ovs on a Fedora 20 KVM Host with 6 defined vlans I am having a problem where when I stop any VM I lose connectivity to all other VM's for about 6-7 Pings. Then everything starts working again. Anyone see this or know a remedy for it? Thanks, Dean Price __

Re: [ovs-discuss] SYN packet mirroring

2017-05-25 Thread Justin Pettit
> On May 25, 2017, at 10:44 AM, Ben Pfaff wrote: > > On Thu, May 25, 2017 at 10:26:29AM -0700, Justin Pettit wrote: >> >>> On May 25, 2017, at 2:10 AM, Avi Cohen (A) wrote: >>> >>> Hi All, >>> I need to capture all received SYN packets from all interfaces and to >>> mirror/output to a specif

Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ?

2017-05-25 Thread Andy Zhou
On Thu, May 25, 2017 at 10:54 AM, Ben Pfaff wrote: > On Wed, May 24, 2017 at 12:05:55AM -0700, Andy Zhou wrote: >> On Tue, May 23, 2017 at 10:59 PM, Ali Volkan Atli >> wrote: >> > >> > I think OVS FAQ is wrong. >> >> Can you be more specific on which parts are wrong? >> >> I see that the section

Re: [ovs-discuss] ovs-ofctl add-meter command limit rate can work ?

2017-05-25 Thread Ben Pfaff
On Wed, May 24, 2017 at 12:05:55AM -0700, Andy Zhou wrote: > On Tue, May 23, 2017 at 10:59 PM, Ali Volkan Atli > wrote: > > > > I think OVS FAQ is wrong. > > Can you be more specific on which parts are wrong? > > I see that the section "Does Open vSwitch support OpenFlow meters" > needs update w

Re: [ovs-discuss] Isn't there any way to use RSS hash instead of jhash in flow_hash()

2017-05-25 Thread Ben Pfaff
On Wed, May 24, 2017 at 04:01:28PM +0900, Heung Sik Choi wrote: > Thank you for replying > > Are you saying that you want to add RSS to the datapath to > move packets to different queues? Which queues? Or do you just want to > create a Toeplitz hashing algorithm function that will return a hash >

Re: [ovs-discuss] SYN packet mirroring

2017-05-25 Thread Ben Pfaff
On Thu, May 25, 2017 at 10:26:29AM -0700, Justin Pettit wrote: > > > On May 25, 2017, at 2:10 AM, Avi Cohen (A) wrote: > > > > Hi All, > > I need to capture all received SYN packets from all interfaces and to > > mirror/output to a specific interface in addition to the operational > > interfac

Re: [ovs-discuss] SYN packet mirroring

2017-05-25 Thread Justin Pettit
> On May 25, 2017, at 2:10 AM, Avi Cohen (A) wrote: > > Hi All, > I need to capture all received SYN packets from all interfaces and to > mirror/output to a specific interface in addition to the operational > interface that these packets should be forwarded. > Can I do it with a single dpctl

Re: [ovs-discuss] Openvswitch linux nat issue (ver 2.7.0 and linux 4.9.x)

2017-05-25 Thread akshay6 agarwal
Hi Aaron Thanks I see there are 2 approaches as mentioned by you 1. Regarding the first I assume u mean creating another netns and creating peers between ethwan1 and veth1 Say we have another netns lying outside ovs whose one interface (say veth1 lying inside netns test) is linked to ovs internal

Re: [ovs-discuss] Openvswitch linux nat issue (ver 2.7.0 and linux 4.9.x)

2017-05-25 Thread Aaron Conole
akshay6 agarwal writes: > Hi All > > My objective is to use fast failover using linux nat in OVS but before > implementing that I am stuck in NAT > (ip tables) issue. > > I have one ovs bridge with 2 lan interface ( 1 virtual interface (ethlan)and > one physical interface(eth1.4)) > Also added

[ovs-discuss] re?? ovs-ofctl add-meter command limit rate can work ?

2017-05-25 Thread ??????
hi all: I am going to implement the meter speed limit. I read the book of "ovs-ofctl.pdf " about the instructions of burst. In this pdf book , the instructions of burst is : If multiple bands' rate is exceeded,then the band with the highest rate among the exceeded bands is selected . It's a

[ovs-discuss] SYN packet mirroring

2017-05-25 Thread Avi Cohen (A)
Hi All, I need to capture all received SYN packets from all interfaces and to mirror/output to a specific interface in addition to the operational interface that these packets should be forwarded. Can I do it with a single dpctl add-flow cli command ? and not modify the 'operational' flows tha

Re: [ovs-discuss] OVS vs OVS-DPDK

2017-05-25 Thread Avi Cohen (A)
I found this article very relevant to this issue: http://porto.polito.it/2616822/1/2015_Chain_performance.pdf especially it says that for the vhost-net interface used for standard OVS: "the transmission of a batch of packets from a VM causes a VM exit; this means that the CPU stops to execute