[ovs-dev] Proceed

2018-04-02 Thread Felixx
Good day to you, I am the director for payment and within my capacity i want to transfer some amount out for safe keeping and investment. If you can assit let me know so i can send you full details. Keep the letter secret. Not spam mail. Regards, Felix Telephone +2348142131529

[ovs-dev] [PATCH v2 0/4] dpif-netdev: Combine CD and DFC patch for datapath refactor

2018-04-02 Thread yipeng wang
This patch set is the V2 implementation to combine the CD and DFC design. Both patches intend to refactor datapath to avoid costly sequential subtable search. Rebased on 4299145c10953b5ba125ba2a95caa18e554f3f85 CD and DFC patch sets: CD: [PATCH v2 0/5] dpif-netdev: Cuckoo-Distributor

[ovs-dev] [PATCH v2 4/4] dpif-netdev: Split DFC cache and code optimization

2018-04-02 Thread yipeng wang
Split DFC cache into EMC and SMC (signature match cache). This makes the code more clear and either of the cache can operate separately. It is also easier for future optimizations. Rewrite the DFC processing code to do batching lookup. By using prefetching with batching lookup, memory access cost

[ovs-dev] [PATCH v2 2/4] dpif-netdev: Use way-associative cache

2018-04-02 Thread yipeng wang
From: Yipeng Wang This commit use a way-associative cache rather than a simple single entry hash for DFC. Experiments show that this design generally has much higher hit rate. Signed-off-by: Yipeng Wang --- lib/dpif-netdev.c | 107

[ovs-dev] [PATCH v2 3/4] dpif-netdev: use flow_table as indirect table

2018-04-02 Thread yipeng wang
From: Yipeng Wang It is not memory efficient to store pointers in the distributor. In this commit, we store a 2 Byte index which is the index into flow_table. If the flow table is larger than 2^16, the rules store in the high index entry will not be cached in distributor.

[ovs-dev] [PATCH v2 1/4] dpif-netdev: Refactor datapath flow cache

2018-04-02 Thread yipeng wang
From: yipeng From: Jan Scheurich This is a rebase of Jan's previous patch [PATCH] dpif-netdev: Refactor datapath flow cache https://mail.openvswitch.org/pipermail/ovs-dev/2017-November/341066.html So far the netdev datapath uses an 8K EMC to

Re: [ovs-dev] [PATCH] netlink-socket: don't check for namespace id under Windows

2018-04-02 Thread Flavio Leitner
On Mon, Apr 02, 2018 at 06:31:05PM -0400, Aaron Conole wrote: > The namespace identification is only relevant under Linux systems. > Even if it weren't, this code is targetted to Linux, and the Windows > control message structure doesn't look the same. > > When building on Windows platform, the

[ovs-dev] [PATCH] netlink-socket: don't check for namespace id under Windows

2018-04-02 Thread Aaron Conole
The namespace identification is only relevant under Linux systems. Even if it weren't, this code is targetted to Linux, and the Windows control message structure doesn't look the same. When building on Windows platform, the following error occurs: lib/netlink-socket.c(750) : error C2039:

[ovs-dev] Assalamu Alekum

2018-04-02 Thread MARWAN NUS AIR
Assalamu Alekum Please accept my apology if my mode of contacting you will in any way offend you. I am compelled to contact you via this medium for obvious reasons which you will understand when we discuss details of my proposition. My name is Mr. Marwan Nus air, manager Arabian gulf oil

Re: [ovs-dev] [PATCH] ovs-lib: Ensure Emacs identifies the file type properly.

2018-04-02 Thread Ben Pfaff
On Mon, Apr 02, 2018 at 03:05:31PM -0400, Aaron Conole wrote: > Ben Pfaff writes: > > > This makes Emacs identify the file as a shell script, so that it does > > the right kind of syntax coloring and indentation. > > > > Signed-off-by: Ben Pfaff > > --- > > It is

[ovs-dev] [PATCH 2/2] fail-open: Add new fail safe mode 'standalone-loose'

2018-04-02 Thread Yi-Hung Wei
Currently, the standalone fail safe mode will add a NORMAL flow when the controller is disconnected for a predefined period, and will remove the NORMAL flow right away once the controller is reconnected. Thus, user may observe short disconnectivity from the time that the NORMAL flow is removed

[ovs-dev] [PATCH 1/2] fail-open: Refactor NORMAL flow add/del

2018-04-02 Thread Yi-Hung Wei
Pull out the NORMAL flow add and deletion. It will be useful for a follow up patch. Signed-off-by: Yi-Hung Wei --- ofproto/fail-open.c | 47 ++- 1 file changed, 30 insertions(+), 17 deletions(-) diff --git a/ofproto/fail-open.c

Re: [ovs-dev] [PATCH] ovs-lib: Ensure Emacs identifies the file type properly.

2018-04-02 Thread Aaron Conole
Ben Pfaff writes: > This makes Emacs identify the file as a shell script, so that it does > the right kind of syntax coloring and indentation. > > Signed-off-by: Ben Pfaff > --- It is better than typing M-x shell-mode each time. > utilities/ovs-lib.in | 1 + > 1

[ovs-dev] Gramática, Redacción y Ortografía

2018-04-02 Thread Errores frecuentes de Construcción
Gramática, Redacción y Ortografía Abril 12 - webinar Interactivo Introducción: Su desarrollo brinda herramientas para la comprensión de aspectos gramaticales del español necesarios para la redacción de textos coherentes, contribuyendo a fortalecer las capacidades comunicativas necesarias

[ovs-dev] [PATCH] tests: Skip tests that need "normal" diff if not available.

2018-04-02 Thread Ben Pfaff
busybox diff does not support "normal" diff format, only the unified format. A few OVS tests rely on "normal" format, so those would fail. This commit avoids the problem by skipping tests that require "normal" format if it is not available. Reported-by: Stuart Cardall

[ovs-dev] 您好,我司长期有增值稅17%抵筘、3%做帐普通票可開。电:150-1588-5266(薇信同号)张会计

2018-04-02 Thread 张先生
舰队司令命令道 ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH] ovs-lib: Ensure Emacs identifies the file type properly.

2018-04-02 Thread Ben Pfaff
This makes Emacs identify the file as a shell script, so that it does the right kind of syntax coloring and indentation. Signed-off-by: Ben Pfaff --- utilities/ovs-lib.in | 1 + 1 file changed, 1 insertion(+) diff --git a/utilities/ovs-lib.in b/utilities/ovs-lib.in index

Re: [ovs-dev] Openflow group/load balancing support in OVN

2018-04-02 Thread Manoj Sharma
Thanks Numan, Yes, I had seen the native load balance support. I was looking for support at the egress switch with option to enable BFD on the VIF. That will automatically provide health check also. ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] Openflow group/load balancing support in OVN

2018-04-02 Thread Numan Siddique
On Sun, Apr 1, 2018 at 8:06 AM, Manoj Sharma wrote: > Folks, > > Is there any way to configure open flow group or anything similar from OVN > to load balance traffic to more than one port? > > I have a logical switch with two ports connected to two different chassis. > I

Re: [ovs-dev] [PATCH v2 0/3] checkpatch: the comment years!

2018-04-02 Thread Aaron Conole
Ben Pfaff writes: > On Sun, Apr 01, 2018 at 11:06:51AM -0400, Aaron Conole wrote: >> This series tries to get checkpatch a little better at skipping >> stylistic things within comments, as well as growing a new feature >> to actually spell check words in the comments. >> >> Patch

[ovs-dev] [PATCH] netlink-socket: Fix broken build on Windows

2018-04-02 Thread Alin Gabriel Serdean
Skip network namespace id check on windows since we lack support and integration for their equivalent at the moment. Signed-off-by: Alin Gabriel Serdean --- lib/netlink-socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netlink-socket.c

Re: [ovs-dev] [PATCH] ovn-ctl: Support starting clustered OVN dbs

2018-04-02 Thread Numan Siddique
Thanks for the review. Please see comments in line. I will address the review comments and submit v2. Thanks Numan On Mon, Apr 2, 2018 at 8:48 AM, aginwala wrote: > > > On Wed, Mar 28, 2018 at 4:37 AM, wrote: > >> From: Numan Siddique

Re: [ovs-dev] [PATCH] v2, python-windows: Fix unicode python tests on Windows

2018-04-02 Thread aserdean
> -Mesaj original- > De la: ovs-dev-boun...@openvswitch.org boun...@openvswitch.org> În numele Ben Pfaff > Trimis: Saturday, March 31, 2018 10:46 PM > Către: Alin Gabriel Serdean > Cc: d...@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] v2, python-windows: Fix unicode

Re: [ovs-dev] [PATCH 1/2] ovn: Support port groups in ACLs

2018-04-02 Thread Daniel Alvarez Sanchez
Reviewed-by: Daniel Alvarez On Mon, Mar 12, 2018 at 8:41 PM, Han Zhou wrote: > Thanks Daniel and Mark for the review. I will fix these in V2. > > On Mon, Mar 12, 2018 at 7:01 AM, Daniel Alvarez Sanchez < > dalva...@redhat.com> wrote: > >> Looks good to

Re: [ovs-dev] [PATCH] Windows: Fix broken build caused by a bad file extension

2018-04-02 Thread aserdean
> -Mesaj original- > De la: ovs-dev-boun...@openvswitch.org boun...@openvswitch.org> În numele Ben Pfaff > Trimis: Saturday, March 31, 2018 10:47 PM > Către: Alin Gabriel Serdean > Cc: ovs-dev@openvswitch.org > Subiect: Re: [ovs-dev] [PATCH] Windows: Fix broken build