> 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
___
dev mailing list
d...@openvs
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
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 flow table down to vswitc
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
@@ -467,7 +467,7 @@ tes
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:
http://ymlptrack5.com/zl1
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
+++ b/ovsdb/ovsdb-tool.1.i
On 2/8/2018 10:16 PM, William Tu wrote:
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 t
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 delit
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
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 kee
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
pr
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
+++ b/include/openvswitch/ofp-u
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. No problem, I'll p
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 recurs
> 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 rul
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 log later that
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 tha
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 existing Flow Stats were rename
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 log later that there was a big benefit.
On Fri, Feb 09, 2018
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 l
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
>
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 IP
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 d
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.
Lat
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 currently
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 Alessandro Rosetti, and
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 an
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 MOR
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
> - icm
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
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
>
> It's nice to finall
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:
> > - ip.prot
32 matches
Mail list logo