Re: [ovs-discuss] Route between bridges in OVS+DPDK

2017-10-18 Thread BALL SUN
I have two VLANs in the host, and bridge is created for each VLAN, and I need to perofrm routing between, so I believed I need a patch port, right? On Thu, Oct 19, 2017 at 4:44 AM, Aaron Conole wrote: > BALL SUN writes: > >> Hi >> >> is it possible to

Re: [ovs-discuss] Route between bridges in OVS+DPDK

2017-10-18 Thread Aaron Conole
BALL SUN writes: > Hi > > is it possible to route the packet from bridge interface 1 to bridge > interface 2 in OVS+DPDK environment? Are you looking for patch ports? veth ports? What are you trying to accomplish? > RBK ___

Re: [ovs-discuss] error with openvswitch (dpif(handler2)|WARN|system@ovs-system: failed to put[create] (Invalid argument) ufid:)

2017-10-18 Thread Aaron Conole
Hi Jean, Jean Hsiao writes: > While running PvP RFC2544 testing over geneve tunnel, we're getting this WARN > message: > > 017-10-02T17:25:04.051Z|1|dpif(revalidator25)|WARN|netdev@ovs-netdev: > failed to put > [modify] (No such file or directory) >

Re: [ovs-discuss] OVS bridge on boot in Debian

2017-10-18 Thread Guru Shetty
On 17 October 2017 at 14:17, Omar Ramadan wrote: > Hey Guru, > > > I am trying to get the NetworkManager to bring up my gtp-vport using > I would avoid adding NetworkManager to the mix till you are comfortable with everything else. It is just trouble. >

Re: [ovs-discuss] Bug with GRE tunnel and "ip xfrm" GRE match?

2017-10-18 Thread Harsh Jain
Also sdding netdev for more inputs. On Wed, Oct 18, 2017 at 12:13 PM, Harsh Jain wrote: > Hi keith, > > Its being a long time when I observed this issue. What I remember is , > The kernel patch which I shared was not compatible with latest kernel. > there after I

Re: [ovs-discuss] Bug with GRE tunnel and "ip xfrm" GRE match?

2017-10-18 Thread Harsh Jain
Hi keith, Its being a long time when I observed this issue. What I remember is , The kernel patch which I shared was not compatible with latest kernel. there after I switched to another project, Didn't get chane to re-produce the issue. It is an OVS bug. I am adding ovs Dev team may be they can

[ovs-discuss] OVS queues and precedence

2017-10-18 Thread Jannis Ohms
Hi I used the following command to create 4 queues ovs-vsctl -- set port s7-eth2 qos=@newqos -- --id=@newqos create qos type=linux-htb other-config:max-rate=1000 queues:1=@newQ queues:2=@newQ2 queues:3=@newQ3 -- --id=@newQ create queue other-config:min-rate=200