Re: [ovs-discuss] Cannot delete "empty condition" flow rule with --strict del-flows

2018-07-03 Thread Ben Pfaff
It actually surprised me too. Honestly I recommend using OpenFlow 1.3 if you can. On Tue, Jul 03, 2018 at 10:25:35PM +0200, Nicolas Bonnand wrote: > Surprising answer that perfectly suits my needs. > > Thanks Ben ! > > > > Le mar. 3 juil. 2018 à 17:32, Ben Pfaff a écrit : > > > On Tue, Jul

Re: [ovs-discuss] Cannot delete "empty condition" flow rule with --strict del-flows

2018-07-03 Thread Nicolas Bonnand
Surprising answer that perfectly suits my needs. Thanks Ben ! Le mar. 3 juil. 2018 à 17:32, Ben Pfaff a écrit : > On Tue, Jul 03, 2018 at 02:40:51PM +0200, Nicolas Bonnand wrote: > > $ ovs-ofctl --strict del-flows br0 ip_src=10.0.0.2 > 2018-07-03T15:31:55Z|1|ofp_match|INFO|normalization c

[ovs-discuss] Reclaim huge pages after disabling dpdk (dpdk-init=false)

2018-07-03 Thread Pradeep K.S
Hi All, I am allocating ovs-dpdk socket memory during dpdk initialization. [dpdk-socket-mem="3072,2048", dpdk-init=true] , If i disable ovs-dpdk memory is not getting released, basically i am relying on /proc/meminfo huge page counter to validate its reclaimed, i don't see it coming back. Any p

Re: [ovs-discuss] [openvswitch 2.9.2] testsuite: 8 978 failed on Fedora Rawhide after fa9a62453ea4

2018-07-03 Thread Ben Pfaff
On Tue, Jul 03, 2018 at 12:32:26PM +0200, Timothy Redaelli wrote: > Hi, > I'm debugging a failure in "8: vsctl-bashcomp - argument completion" > and "978: ofproto - ofport_request" on Fedora Rawhide that prevent me > to release OVS 2.9.2. The 2 tests fails for the same root cause and > they are pre

Re: [ovs-discuss] unable to bring up simple switch with "eno1" interface for ethernet

2018-07-03 Thread Guru Shetty
On 3 July 2018 at 10:44, Brian E. Lavender wrote: > I am using the package that comes with Debian Stretch. Is there an Open > vSwitch Debian repository? > > Or, should I build the package from source using the latest source? I > take it already has the debian/rules ? > Yes. You can build debian

Re: [ovs-discuss] unable to bring up simple switch with "eno1" interface for ethernet

2018-07-03 Thread Brian E. Lavender
I am using the package that comes with Debian Stretch. Is there an Open vSwitch Debian repository? Or, should I build the package from source using the latest source? I take it already has the debian/rules ? brian On Tue, Jul 03, 2018 at 10:39:03AM -0700, Guru Shetty wrote: >On 1 July 2018

[ovs-discuss] Raspberry Pi access point as OVS bridge rather than Linux bridge

2018-07-03 Thread Mukund Srinath
In my setup I have an OpenVSwitch on a Raspberry Pi. Using the below tutorial I set up an access point on the Raspberry Pi (This is done by creating a bridge between eth0 and wlan0) I could successfully connect devices to the internet by connecting to the Raspberry Pi. https://www.raspberrypi.org

Re: [ovs-discuss] unable to bring up simple switch with "eno1" interface for ethernet

2018-07-03 Thread Guru Shetty
On 1 July 2018 at 22:37, Brian E. Lavender wrote: > Turns out OVS got stuck in the systemd cycle. After waiting 5 minutes, > it came up. > > You are likely using packages from Canonical and not from this repo? > brian > > On Sun, Jul 01, 2018 at 09:06:48AM -0700, Brian E. Lavender wrote: > > I

Re: [ovs-discuss] Cannot delete "empty condition" flow rule with --strict del-flows

2018-07-03 Thread Ben Pfaff
On Tue, Jul 03, 2018 at 02:40:51PM +0200, Nicolas Bonnand wrote: > Hello, > > I am struggling to find correct syntax to delete a specific "empty > condition" flow. > ( I am developing an opensource python-Qt gui for OvS, and this gui must be > able to edit/delete OpenFlow rules whatever complex th

[ovs-discuss] Problem with tap interface

2018-07-03 Thread Alvaro Jimenez
Hi everyone, Im building a topology to handle tagged and non-tagged traffic. I have 2 physical hosts (2 openvswitches with a VM attached to each openvsitch). I actually added 3 interfaces as ports to the openvswitch to handle tagged traffic generated by each VM. Now i want to add a virtual port to

[ovs-discuss] Cannot delete "empty condition" flow rule with --strict del-flows

2018-07-03 Thread Nicolas Bonnand
Hello, I am struggling to find correct syntax to delete a specific "empty condition" flow. ( I am developing an opensource python-Qt gui for OvS, and this gui must be able to edit/delete OpenFlow rules whatever complex they are ) To demonstrate, here is a set of flows # ovs-ofctl --no-stats dump

[ovs-discuss] Functions called for the system interface.

2018-07-03 Thread karthik karra
Hi, Can anybody please tell what are the functions invoked for sending and receiving the traffic for the interfaces of type "system" in OVS. I could see that the "netdev_run" and other functions being called but not the "netdev_send" or any other function which contains "rxq". So, How the packets

[ovs-discuss] [openvswitch 2.9.2] testsuite: 8 978 failed on Fedora Rawhide after fa9a62453ea4

2018-07-03 Thread Timothy Redaelli
Hi, I'm debugging a failure in "8: vsctl-bashcomp - argument completion" and "978: ofproto - ofport_request" on Fedora Rawhide that prevent me to release OVS 2.9.2. The 2 tests fails for the same root cause and they are present on current ovs master too. After a bisect I found that the problematic