[ovs-discuss] receiving packet In with Buffer ID = 4294967295

2016-05-02 Thread ‪Majid Taleqani‬ ‪
hello i have a host that sends 100 tcp syn packets per second which every packet has spoofed source IP and as a result they all will be sent to the POX controller. as i monitor by Wireshark i see that the first 250s packetIns have meaningful Bufffer ID value in packetin  but then i see lots of

Re: [ovs-discuss] receiving packet In with Buffer ID = 4294967295

2016-05-02 Thread Ali Volkan Atli
Hi Majid Your guess is correct. 4294967295 is eqaul to 0x which indicates that the whole packet is contained in the packet-in message. - Volkan From: discuss [discuss-boun...@openvswitch.org] on behalf of ‪Majid Taleqani‬ ‪‬ [majid.taleq...@yah

Re: [ovs-discuss] open vSwitch port input buffer capacity

2016-05-02 Thread Ali Volkan Atli
Hi Aaron I'm wondering how to associate a receiving flow_mod message with pending_upcall list? Is there a change to use "cookie" field in packet_in/flow_mod messages? - Volkan From: Aaron Conole [acon...@redhat.com] Sent: Friday, April 15, 2016 9:32 PM To

Re: [ovs-discuss] DPDK-OvS Cache Architecture

2016-05-02 Thread Ali Volkan Atli
Hi Antonio Thank you for the satisfactory answer. - Volkan From: Fischetti, Antonio [antonio.fische...@intel.com] Sent: Friday, April 29, 2016 5:23 PM To: Ali Volkan Atli; discuss@openvswitch.org Subject: RE: DPDK-OvS Cache Architecture Hi Volkan replies

Re: [ovs-discuss] interested in tunneling

2016-05-02 Thread Lori Jakab
Hi, On 5/1/16 6:41 PM, Kim Ga-In wrote: > Hello, > > I am interested in OVS implementation of tunneling protocols, > especially lisp tunneling. > > I want to know how the lisp tunneling is implemented, but i can not > find where to start. > > Could someone tell me where can i find a function that

Re: [ovs-discuss] ovs get stuck when running traffic from VM to VM on same compute

2016-05-02 Thread Yi Ba
Hi,The problem doesn't seem to happen with latest ovs 2.5.0 git branch (commit ac93328273238b5dc8635364fa4f30ad95e8, dpdk 16.04). This is the stack traces we got with 2.5.0 release: before running traffic: (gdb) info threads  Id   TargetId Frame  29   Thread 0x7fb44f004700 (LWP 4498)

Re: [ovs-discuss] receiving packet In with Buffer ID = 4294967295

2016-05-02 Thread Ben Pfaff
On Mon, May 02, 2016 at 08:35:39AM +, ‪Majid Taleqani‬ ‪ wrote: > i have a host that sends 100 tcp syn packets per second which every packet > has spoofed source IP and as a result they all will be sent to the POX > controller. as i monitor by Wireshark i see that the first 250s packetIns >

Re: [ovs-discuss] Can't use queues with OVS when adding delay to links with Mininet

2016-05-02 Thread Ben Pfaff
On Sat, Apr 30, 2016 at 08:55:41PM +0200, Guillermo Chica wrote: > Hi, > > I have created a topology with mininet. When I've added the links, I've > used the delay parameter, as in self.addLink( node1, node2, delay='5ms'). > After running the topology with sudo mn --custom topo5g.py --topo topo5g

Re: [ovs-discuss] Can't use queues with OVS when adding delay to links with Mininet

2016-05-02 Thread Giuseppe Cofano
I had the same issue some time ago. Probably you cannot use Mininet tc and ovs queues together, because both are based on HTB. There is a conflict. Giuseppe Giuseppe Cofano, PhD Dipartimento di Ing. Elettrica e dell'Informazione Politecnico di Bari, Italy Via Orabona 4, 70125 Bari Italy +39 080

Re: [ovs-discuss] open vSwitch port input buffer capacity

2016-05-02 Thread Ben Pfaff
On Mon, Apr 18, 2016 at 07:38:43AM +, Ali Volkan Atli wrote: > @Ben, the proposal is from > (https://mailman.stanford.edu/pipermail/openflow-discuss/2010-June/thread.html#1024). > Also > I don't think it violets the Openflow specs. Could you please give us > more information? It breaks LLDP:

Re: [ovs-discuss] Can't use queues with OVS when adding delay to links with Mininet

2016-05-02 Thread Guillermo Chica
Thanks Giuseppe and Ben for your answers. Giuseppe, did you find a way for having queues and delay at the same time with mininet and ovs? Thanks again. 2016-05-02 17:43 GMT+02:00 Giuseppe Cofano : > I had the same issue some time ago. Probably you cannot use Mininet tc and > ovs queues together,

Re: [ovs-discuss] how to implement "add flow"

2016-05-02 Thread Ben Pfaff
On Thu, Apr 28, 2016 at 11:21:24PM +, Kai Ma (kaima) wrote: > > 在 2016年4月28日,下午10:01,Ben Pfaff 写道: > > > > On Thu, Apr 28, 2016 at 01:50:31PM +, Kai Ma (kaima) wrote: > >>> 在 2016年4月28日,下午9:36,Ben Pfaff 写道: > On Thu, Apr 28, 2016 at 08:32:32AM +, Kai Ma (kaima) wrote: > In

Re: [ovs-discuss] OFPP_NORMAL

2016-05-02 Thread Ben Pfaff
On Tue, Apr 26, 2016 at 05:42:28PM +0100, oualid hjira wrote: > im using OvS and i want to send packets directly to the kernel, i've made > some researches i found that OFPP_NORMAL action will handle this problem > but the packet are either sent to controller neither to the kernel What does "the p

Re: [ovs-discuss] OFPP_NORMAL

2016-05-02 Thread Ben Pfaff
To send packets to the kernel, output them to an internal port, such as the port named after your bridge. On Mon, May 02, 2016 at 07:20:13PM +0100, oualid hjira wrote: > when i use OFPP_NORMAL action , it enables the standalone mode of the OvS > and the packets aren't handled by the controller(if

Re: [ovs-discuss] IGMP packets dropped

2016-05-02 Thread Ben Pfaff
On Tue, Apr 26, 2016 at 04:43:38PM +, O'Reilly, Darragh wrote: > We have an application that we need to be able to restart quickly. It > listens on a multicast address, so a restart causes IGMPv3 leave > packets to be sent and join packets soon after. OVS250 receives the > leave packet and remo

Re: [ovs-discuss] OFPP_NORMAL

2016-05-02 Thread Ben Pfaff
Please don't drop the mailing list. What does it mean to "output the response of the kernel"? On Mon, May 02, 2016 at 09:19:47PM +0100, oualid hjira wrote: > thanks Ben, > but how can we output the response of the kernel ?? > > 2016-05-02 20:28 GMT+01:00 Ben Pfaff : > > > To send packets to the

[ovs-discuss] MPLS Performance (Iperf Freeze)

2016-05-02 Thread Yu, Da
Hi, My name is Da Yu. I'm building a prototype in Mininet. Now, I have trouble in measuring performance with Iperf. My Mininet Version: >sudo mn --version 2.1.0 My OVS Version: >ovs-vswitchd --version ovs-vswitchd (Open vSwitch) 2.5.0 Compiled Apr 21 2016 16:52:42 Here is my topology: h1(eth0)-

Re: [ovs-discuss] ovs test fail on big endian platforms.

2016-05-02 Thread Ben Pfaff
What if we just make ofp_port_t 32 bits? That has to be the long-term trend anyway because OpenFlow 1.1+ uses a 32-bit port number. The following passes all the unit tests on i386 (though I haven't carefully looked at all the uses of ofp_port_t), what about big-endian systems? diff --git a/inclu

Re: [ovs-discuss] OFPP_NORMAL

2016-05-02 Thread Ben Pfaff
Please don't drop the mailing list. I don't know why arp replies wouldn't work. Ordinarily they work fine. On Mon, May 02, 2016 at 09:52:18PM +0100, oualid hjira wrote: > when i send an arp request to the ovs it matches the in_port and output > the packet via br0 (kernel) which handles the arp

Re: [ovs-discuss] controller's role mismatch?

2016-05-02 Thread Ben Pfaff
On Fri, Apr 22, 2016 at 09:32:26AM +, Peter Gubka -X (pgubka - PANTHEON TECHNOLOGIES at Cisco) wrote: > Hello, > > I had to use 2 switches/bridges to reproduce the problem. Logs in attachments. > > Just for the time orientation: > Enabling 2 masters for 2 switches (controller firstly sent sl

Re: [ovs-discuss] Disable MAC learning on certain ports

2016-05-02 Thread Ben Pfaff
On Tue, Apr 19, 2016 at 05:30:21PM +, Farhad Sunavala wrote: > >"normal" consists of a number of more or less independent steps: > >        * Drop certain malformed or invalid frames. > >        * Check VLAN. > >        * Check for other inadmissible frames. > >        * Learn source MAC. > >  

Re: [ovs-discuss] how to implement "add flow"

2016-05-02 Thread Kai Ma (kaima)
Many thanks On 5/3/16, 1:56 AM, "Ben Pfaff" wrote: >On Thu, Apr 28, 2016 at 11:21:24PM +, Kai Ma (kaima) wrote: >> > 在 2016年4月28日,下午10:01,Ben Pfaff 写道: >> > >> > On Thu, Apr 28, 2016 at 01:50:31PM +, Kai Ma (kaima) wrote: >> >>> 在 2016年4月28日,下午9:36,Ben Pfaff 写道: >> On Thu, Apr 28

[ovs-discuss] Network parameter in VM creation

2016-05-02 Thread Vivek Gupta
Hi I am trying to setup Host to VM communication using https://software.intel.com/en-us/articles/using-open-vswitch-with-dpdk-for-inter-vm-nfv-applications I am facing a difficulty to understand the concept in VM creation. I have created a VM using virt-install as below- virt-install --con