Re: [ovs-dev] [RFC 1/3] OVN: add icmp4{} action support

2018-02-09 Thread Lorenzo Bianconi
On Jan 23, Ben Pfaff wrote: > On Wed, Jan 10, 2018 at 06:58:59PM +0100, Lorenzo Bianconi wrote: > > icmp4 action is used to replace the IPv4 packet been processed with > > an ICMPv4 packet initialized based on incoming IPv4 one. > > Ethernet and IPv4 fields not listed are not changed: > > -

Re: [ovs-dev] [RFC 3/3] OVN: add acl reject rule support using icmp4 action

2018-02-09 Thread Lorenzo Bianconi
On Jan 23, Ben Pfaff wrote: > On Wed, Jan 10, 2018 at 06:59:01PM +0100, Lorenzo Bianconi wrote: > > Whenever the acl reject rule is hit send back an ICMPv4 destination > > unreachable packet and do not handle reject rule as drop one > > > > Signed-off-by: Lorenzo Bianconi

Re: [ovs-dev] question about dp_packet lifetime

2018-02-09 Thread Vincenzo Maffione
Hi Ilya, I see, thanks. So we'll need to take this into account. Cheers, Vincenzo 2018-02-09 12:30 GMT+01:00 Ilya Maximets : > On 08.02.2018 17:21, Vincenzo Maffione wrote: > > Hi Ilya, > > > >> Hi, > > > > > > Hi, Alessandro. > > > > > > > > My name is

[ovs-dev] [PATCH v2 1/1] netdev-vport: reject concomitant incompatible tunnels

2018-02-09 Thread Eelco Chaudron
This patch will make sure VXLAN tunnels with and without the group based policy (GBP) option enabled can not coexist on the same destination UDP port. In theory, VXLAN tunnel with and without GBP enables can be multiplexed on the same UDP port as long as different VNI's are used. However

Re: [ovs-dev] [RFC PATCH 1/1]: Enhance conjunctive match support in OVN

2018-02-09 Thread Numan Siddique
On Feb 9, 2018 11:19 PM, "Ben Pfaff" wrote: Oh, and Numan, would you mind including these results or a least a link to them in the archives in the next version of the patch? It's OK if they aren't completely up-to-date, the idea is to make it clear from someone reading the commit

Re: [ovs-dev] [PATCH] ovn: Allow DNS lookups over IPv6

2018-02-09 Thread Ben Pfaff
On Fri, Feb 09, 2018 at 11:45:17AM -0600, Mark Michelson wrote: > On 02/09/2018 11:35 AM, Ben Pfaff wrote: > >On Fri, Feb 09, 2018 at 09:11:00AM -0600, Mark Michelson wrote: > >>There was a bug in DNS request handling where the incoming packet was > >>assumed to be IPv4. > >> > >>The result was

Re: [ovs-dev] [PATCH v3] OF1.5/EXT-334 OXS/Extensible Flow Entry Statistics Support

2018-02-09 Thread Ben Pfaff
On Tue, Feb 06, 2018 at 05:17:19PM +0530, SatyaValli wrote: > From: SatyaValli > > This Patch provides implementation Existing flow entry statistics are > redefined as standard OXS(OpenFlow Extensible Statistics) fields for > displaying the arbitrary flow stats.The

Re: [ovs-dev] [PATCH] ovn: Allow DNS lookups over IPv6

2018-02-09 Thread Mark Michelson
On 02/09/2018 11:35 AM, Ben Pfaff wrote: On Fri, Feb 09, 2018 at 09:11:00AM -0600, Mark Michelson wrote: There was a bug in DNS request handling where the incoming packet was assumed to be IPv4. The result was that for the outgoing packet, we would attempt to write the IPv4 checksum and total

Re: [ovs-dev] [RFC PATCH 1/1]: Enhance conjunctive match support in OVN

2018-02-09 Thread Ben Pfaff
Those are fantastic results, thanks for passing them along! On Thu, Feb 08, 2018 at 05:11:26PM -0600, Mark Michelson wrote: > Hi Numan, > > I did a test with this where I created two address sets with ~1000 addresses > in them. Then I created a series of ACLs that used these two address sets in

Re: [ovs-dev] [PATCH] ovn: Allow DNS lookups over IPv6

2018-02-09 Thread Ben Pfaff
On Fri, Feb 09, 2018 at 09:11:00AM -0600, Mark Michelson wrote: > There was a bug in DNS request handling where the incoming packet was > assumed to be IPv4. > > The result was that for the outgoing packet, we would attempt to write > the IPv4 checksum and total length into what was actually an

[ovs-dev] [PATCH] ovn: Allow DNS lookups over IPv6

2018-02-09 Thread Mark Michelson
There was a bug in DNS request handling where the incoming packet was assumed to be IPv4. The result was that for the outgoing packet, we would attempt to write the IPv4 checksum and total length into what was actually an IPv6 header. This resulted in the source IPv6 address getting corrupted.

Re: [ovs-dev] [RFC 3/3] OVN: add acl reject rule support using icmp4 action

2018-02-09 Thread Ben Pfaff
On Fri, Feb 09, 2018 at 11:13:09AM +0100, Lorenzo Bianconi wrote: > On Jan 23, Ben Pfaff wrote: > > On Wed, Jan 10, 2018 at 06:59:01PM +0100, Lorenzo Bianconi wrote: > > > Whenever the acl reject rule is hit send back an ICMPv4 destination > > > unreachable packet and do not handle reject rule as

[ovs-dev] [PATCH 1/2] ofp-util: Remove prototypes for unimplemented functions.

2018-02-09 Thread Ben Pfaff
Signed-off-by: Ben Pfaff --- include/openvswitch/ofp-util.h | 12 1 file changed, 12 deletions(-) diff --git a/include/openvswitch/ofp-util.h b/include/openvswitch/ofp-util.h index 5dd1b34c216b..876ca6ed280a 100644 --- a/include/openvswitch/ofp-util.h +++

[ovs-dev] Prevención de Lavado de Dinero

2018-02-09 Thread Evite que su empresa sea víctima de este delito
Conozca las obligaciones de las entidades financieras y sujetos obligados contenidas en la Ley Prevención de Lavado de Dinero y Financiamiento al Terrorismo 16 de Febrero- Lic. Guillermo Ruiz Ramírez o Lic. Juan Carlos Cervantes Córdova - 9am- 6pm El lavado de dinero, como cualquier otro

Re: [ovs-dev] [patch v5 00/11] Userspace datapath: Add fragmentation support.

2018-02-09 Thread Aaron Conole
Hi Darrell, Darrell Ball writes: > Fragmentation support for userspace datapath conntrack is added; both > v4 and v6 are supported. See the patches for additional details. Very pumped about this! I went to start reviewing this, but found out that 04/ didn't apply correctly.

[ovs-dev] [PATCH v3 2/2] Measure performance of ovn-controller loop.

2018-02-09 Thread Mark Michelson
This modifies ovn-controller to measure the amount of time it takes to detect a change in the southbound database, generate the resulting flow table, and write the flow table down to vswitchd. The statistics can be queried using: ovs-appctl -t ovn-controller performance/show ovn-controller-loop

[ovs-dev] [PATCH v3 1/2] Add performance measuring API

2018-02-09 Thread Mark Michelson
This is similar to the existing coverage and perf-counter APIs in OVS. However, rather than keeping counters, this is aimed at timing how long operations take to perform. "Operations" in this case can be anything from a loop iteration, to a function, to something more complex. The library will

[ovs-dev] [PATCH v3 0/2] Add Performance Measurement Library

2018-02-09 Thread Mark Michelson
This set of commits adds a new library for OVS that allows for measuring the performance of operations in OVS and compiling statistics from these measurements. For developers, this can provide a measurement of something that is either finer or coarser-grained than what is easily measured with a

[ovs-dev] [PATCH] xlate: auto ofproto trace when recursion too deep

2018-02-09 Thread William Tu
Usually ofproto/trace is used to debug the flow translation error. When translation error such as recursion too deep or too many resubmit, the issue might happen momentary; flows causing the recursion expire when users try to debug it. This patch enables the ofproto trace automatically when

Re: [ovs-dev] [PATCH v3 2/2] Measure performance of ovn-controller loop.

2018-02-09 Thread Han Zhou
Looks a great tool! Just some minor comments: On Fri, Feb 9, 2018 at 3:00 PM, Mark Michelson wrote: > > This modifies ovn-controller to measure the amount of time it takes to > detect a change in the southbound database, generate the resulting flow > table, and write the

[ovs-dev] [PATCH] tests: Don't include a newline in ovs_fatal() calls.

2018-02-09 Thread Justin Pettit
Signed-off-by: Justin Pettit --- tests/test-rstp.c | 2 +- tests/test-stp.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-rstp.c b/tests/test-rstp.c index 7bcff83f3ab6..01aeaf847838 100644 --- a/tests/test-rstp.c +++ b/tests/test-rstp.c @@

[ovs-dev] [PATCH] ovsdb-tool: Indicate "db" and "schema" are optional in man page.

2018-02-09 Thread Justin Pettit
Signed-off-by: Justin Pettit --- ovsdb/ovsdb-tool.1.in | 31 ++- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/ovsdb/ovsdb-tool.1.in b/ovsdb/ovsdb-tool.1.in index 7b89ffeec8bf..40eb71581f3f 100644 --- a/ovsdb/ovsdb-tool.1.in +++

[ovs-dev] Top 50 February

2018-02-09 Thread Bonesca Mailing
Deze email nieuwsbrief werd in grafisch HTML formaat verzonden. Als u deze tekstversie ziet, verkiest uw email programma "gewone tekst" emails. U kan de originele nieuwsbrief online bekijken:

Re: [ovs-dev] [PATCH] tests: Don't include a newline in ovs_fatal() calls.

2018-02-09 Thread Ben Pfaff
On Fri, Feb 09, 2018 at 05:03:16PM -0800, Justin Pettit wrote: > Signed-off-by: Justin Pettit Acked-by: Ben Pfaff ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH] tests: Don't include a newline in ovs_fatal() calls.

2018-02-09 Thread Justin Pettit
> On Feb 9, 2018, at 5:25 PM, Ben Pfaff wrote: > > On Fri, Feb 09, 2018 at 05:03:16PM -0800, Justin Pettit wrote: >> Signed-off-by: Justin Pettit > > Acked-by: Ben Pfaff Thanks. I pushed this to master. --Justin

Re: [ovs-dev] [RFC 3/3] OVN: add acl reject rule support using icmp4 action

2018-02-09 Thread Lorenzo Bianconi
> On Fri, Feb 09, 2018 at 11:13:09AM +0100, Lorenzo Bianconi wrote: >> On Jan 23, Ben Pfaff wrote: >> > On Wed, Jan 10, 2018 at 06:59:01PM +0100, Lorenzo Bianconi wrote: >> > > Whenever the acl reject rule is hit send back an ICMPv4 destination >> > > unreachable packet and do not handle reject

Re: [ovs-dev] [RFC 1/3] OVN: add icmp4{} action support

2018-02-09 Thread Jakub Sitnicki
Hi Lorenzo, On Wed, Jan 10, 2018 at 05:58 PM GMT, Lorenzo Bianconi wrote: > icmp4 action is used to replace the IPv4 packet been processed with > an ICMPv4 packet initialized based on incoming IPv4 one. > Ethernet and IPv4 fields not listed are not changed: > - ip.proto = 1 > - ip.frag = 0 > -

[ovs-dev] Donation For The Work Of God

2018-02-09 Thread Mrs Vivian James via dev
 Donation For The Work Of God MY GREETINGS TO YOU AND YOUR FAMILY I AM Vivian James IF YOU WOULDN,T MIND I HAVE SOMETHING I WILL LIKE TO DISCAUSE WITH YOU I HAVE DECEIDED TO MAKE A PLEDGE OF DONATION TO SUPPORT THE LESS PRIVILLEGE UNDER YOUR SUPERVISION. IF YOU ARE INTERESTED CONTACT ME FOR

Re: [ovs-dev] question about dp_packet lifetime

2018-02-09 Thread Ilya Maximets
On 08.02.2018 17:21, Vincenzo Maffione wrote: > Hi Ilya, > >> Hi, > > > Hi, Alessandro. > > > > >   My name is Alessandro Rosetti, and I'm currently adding netmap > support to > > ovs, following an approach similar to DPDK. > > Good to know that someone started to work on

[ovs-dev] SAP SuccessFactors Users List

2018-02-09 Thread Katelyn Smith
Hi, I would like to know if you are interested in acquiring SAP SuccessFactors Users List for your marketing campaigns. These are the information fields that we provide for each contacts: Names, Title, Email, Phone, Company Name, Company URL, and Company physical address, SIC Code, Industry