[ovs-discuss] switch flow self-insertion

2018-07-05 Thread Grzegorz
Hi, We want to make some OSV code modification in order to obtain fuctionality desribed in https://arxiv.org/pdf/1805.07993.pdf Strictly speaking wa want to implement the part related to Figure 4 on page 10. In shortcut, the proposed mechanism uses 2 flow tables (Detailed and Coarse Flow Table, DT

Re: [ovs-discuss] switch flow self-insertion

2018-07-05 Thread Grzegorz
ld be placed in the code? Thank you in advance. czw., 5 lip 2018 o 18:56 Ben Pfaff napisał(a): > On Thu, Jul 05, 2018 at 10:32:23AM +0200, Grzegorz wrote: > > We want to make some OSV code modification in order to obtain > fuctionality > > desribed in https://arxiv

Re: [ovs-discuss] switch flow self-insertion

2018-07-05 Thread Grzegorz
I'm taking about hash based on which flow table is looked up in kernel data path. czw., 5 lip 2018 o 20:20 Ben Pfaff napisał(a): > Which hash are you talking about? OVS has lots of hashes all over. > > On Thu, Jul 05, 2018 at 07:46:57PM +0200, Grzegorz wrote: > > Hi Ben, &

Re: [ovs-discuss] switch flow self-insertion

2018-07-05 Thread Grzegorz
.pdf czw., 5 lip 2018 o 21:15 Ben Pfaff napisał(a): > It's an odd change. What's the goal? > > On Thu, Jul 05, 2018 at 08:27:08PM +0200, Grzegorz wrote: > > I'm taking about hash based on which flow table is looked up in kernel > data > > path. > > >

Re: [ovs-discuss] switch flow self-insertion

2018-07-05 Thread Grzegorz
sał(a): > You can match on MPLS flows without needing to modify OVS's kernel flow > table structure. Why do you want to modify it? > > On Thu, Jul 05, 2018 at 09:25:05PM +0200, Grzegorz wrote: > > The goal is to minimize number of flows (aggregate them) in the core of > > n

Re: [ovs-discuss] switch flow self-insertion

2018-07-05 Thread Grzegorz
hash function in this way will only increase the > number of hash collisions without reducing the number of hash table > entries. > > On Thu, Jul 05, 2018 at 10:49:03PM +0200, Grzegorz wrote: > > Sure, but we want to examine how a number of flows is reduced when > proposed >

Re: [ovs-discuss] switch flow self-insertion

2018-07-06 Thread Grzegorz
): > Leaving data that will be used in a key comparison out of the hash will > also cause hash collisions. > > On Thu, Jul 05, 2018 at 11:31:06PM +0200, Grzegorz wrote: > > Ok, I agree. We don't want to change a hash function but only the input > to > > it, i.e., we

Re: [ovs-discuss] switch flow self-insertion

2018-07-08 Thread Grzegorz
MPLS ethertype. > - Optional VLAN tag(s). > - MPLS labels? > > What's the value of leaving out those other fields? > > On Sat, Jul 07, 2018 at 12:39:02AM +0200, Grzegorz wrote: > > OK, so I suppose for my purposes I need two separate hash tables in EMC: > > one re

Re: [ovs-discuss] Open vSwitch balance-slb bond mode with two upstream switches

2019-07-19 Thread Grzegorz
Hi Jason I have the same doubts - I would like to connect balance-slb in OpenStack Rocky to two separate switches. I see you wrote this post a few years ago. Have you figured it out finally? Thank you in advance for your reply BR Grzegorz Juszczak