Re: [ovs-dev] [PATCH v2] ovndb-servers.ocf: add support for managing cluster

2018-05-29 Thread Numan Siddique
On Wed, May 30, 2018 at 5:31 AM, aginwala wrote: > Thanks for the Review. > > On Wed, May 23, 2018 at 11:36 AM, Numan Siddique > wrote: > >> On Wed, May 9, 2018 at 12:13 AM, aginwala wrote: >> >> > using pacemaker so that controllers can be placed in different fault >> > domains. >> > >> > Sign

[ovs-dev] IT EMAIL ALERT!!

2018-05-29 Thread Allen Cassity
Your email account will be shut down due to several negligence in the emails that was previously sent to you to validate your email account. To avoid this view Here and verify your email account. Thanks, IT Service Desk Disclaimer The information contained in

Re: [ovs-dev] [PATCH 8/8] net: ip6_gre: fix tunnel metadata device sharing.

2018-05-29 Thread Gregory Rose
On 5/29/2018 4:34 PM, William Tu wrote: William, we need the following incremental: gvrose@ubuntu:~/prj/ovs-experimental/_build$ git diff diff --git a/datapath/linux/compat/ip6_gre.c b/datapath/linux/compat/ip6_gre.c index 24e850a..94a031c 100644 --- a/datapath/linux/compat/ip6_gre.c +++ b/data

Re: [ovs-dev] [PATCH v2] ovndb-servers.ocf: add support for managing cluster

2018-05-29 Thread aginwala
Thanks for the Review. On Wed, May 23, 2018 at 11:36 AM, Numan Siddique wrote: > On Wed, May 9, 2018 at 12:13 AM, aginwala wrote: > > > using pacemaker so that controllers can be placed in different fault > > domains. > > > > Signed-off-by: aginwala > > > > I see the below warning when applyin

[ovs-dev] Cómo crear sus propias Macros

2018-05-29 Thread Excel - Introducción a Visual Basic
Una de las funciones más destacadas de Excel es la creación de Macros que permite automatizar los procesos, optimizando el tiempo de trabajo. Este curso está diseñado para ser una experiencia totalmente personalizada. Los asistentes podrán interactuar en todo momento con el instructor que presen

Re: [ovs-dev] [PATCH 8/8] net: ip6_gre: fix tunnel metadata device sharing.

2018-05-29 Thread William Tu
> > William, > > we need the following incremental: > > gvrose@ubuntu:~/prj/ovs-experimental/_build$ git diff > diff --git a/datapath/linux/compat/ip6_gre.c > b/datapath/linux/compat/ip6_gre.c > index 24e850a..94a031c 100644 > --- a/datapath/linux/compat/ip6_gre.c > +++ b/datapath/linux/compat/ip6_

Re: [ovs-dev] [PATCH 1/8] net: ip6_gre: Request headroom in __gre6_xmit()

2018-05-29 Thread William Tu
On Tue, May 29, 2018 at 4:25 PM, Ben Pfaff wrote: > I applied this series to master. Thanks, William (and Greg). > > I folded the incremental that Greg recommended into patch 8 before > applying. Thank you William ___ dev mailing list d...@openvswitch.

Re: [ovs-dev] [PATCH 1/8] net: ip6_gre: Request headroom in __gre6_xmit()

2018-05-29 Thread Ben Pfaff
I applied this series to master. Thanks, William (and Greg). I folded the incremental that Greg recommended into patch 8 before applying. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH 8/8] net: ip6_gre: fix tunnel metadata device sharing.

2018-05-29 Thread Gregory Rose
On 5/29/2018 2:01 PM, Gregory Rose wrote: On 5/29/2018 5:55 AM, William Tu wrote: commit b80d0b93b991e551a32157e0d9d38fc5bc9348a7 Author: William Tu Date:   Fri May 18 19:22:28 2018 -0700 net: ip6_gre: fix tunnel metadata device sharing. Currently ip6gre and ip6erspan share single

Re: [ovs-dev] [PATCH 8/8] net: ip6_gre: fix tunnel metadata device sharing.

2018-05-29 Thread Gregory Rose
On 5/29/2018 5:55 AM, William Tu wrote: commit b80d0b93b991e551a32157e0d9d38fc5bc9348a7 Author: William Tu Date: Fri May 18 19:22:28 2018 -0700 net: ip6_gre: fix tunnel metadata device sharing. Currently ip6gre and ip6erspan share single metadata mode device, using 'collect_

Re: [ovs-dev] [PATCH 7/8] net: ip6_gre: Fix ip6erspan hlen calculation

2018-05-29 Thread Gregory Rose
On 5/29/2018 5:55 AM, William Tu wrote: commit 2d665034f239412927b1e71329f20f001c92da09 Author: Petr Machata Date: Thu May 17 16:36:51 2018 +0200 net: ip6_gre: Fix ip6erspan hlen calculation Even though ip6erspan_tap_init() sets up hlen and tun_hlen according to what ERSPAN ne

Re: [ovs-dev] [PATCH 6/8] net: ip6_gre: Split up ip6gre_changelink()

2018-05-29 Thread Gregory Rose
On 5/29/2018 5:55 AM, William Tu wrote: commit c8632fc30bb03aa0c3bd7bcce85355a10feb8149 Author: Petr Machata Date: Thu May 17 16:36:45 2018 +0200 net: ip6_gre: Split up ip6gre_changelink() Extract from ip6gre_changelink() a reusable function ip6gre_changelink_common(). This wi

Re: [ovs-dev] [PATCH 5/8] net: ip6_gre: Split up ip6gre_newlink()

2018-05-29 Thread Gregory Rose
On 5/29/2018 5:55 AM, William Tu wrote: commit 7fa38a7c852ec99e3a7fc375eb2c21c50c2e46b8 Author: Petr Machata Date: Thu May 17 16:36:39 2018 +0200 net: ip6_gre: Split up ip6gre_newlink() Extract from ip6gre_newlink() a reusable function ip6gre_newlink_common(). The ip6gre_tnl_l

Re: [ovs-dev] [PATCH 4/8] net: ip6_gre: Split up ip6gre_tnl_change()

2018-05-29 Thread Gregory Rose
On 5/29/2018 5:55 AM, William Tu wrote: commit a6465350ef495f5cbd76a3e505d25a01d648477e Author: Petr Machata Date: Thu May 17 16:36:33 2018 +0200 net: ip6_gre: Split up ip6gre_tnl_change() Split a reusable function ip6gre_tnl_copy_tnl_parm() from ip6gre_tnl_change(). This wi

Re: [ovs-dev] [PATCH 1/8] net: ip6_gre: Request headroom in __gre6_xmit()

2018-05-29 Thread Gregory Rose
On 5/29/2018 5:54 AM, William Tu wrote: Upstream commit: commit 01b8d064d58b4c1f0eff47f8fe8a8508cb3b3840 Author: Petr Machata Date: Thu May 17 16:36:10 2018 +0200 net: ip6_gre: Request headroom in __gre6_xmit() __gre6_xmit() pushes GRE headers before handing over to ip6_tn

Re: [ovs-dev] [PATCH 3/8] net: ip6_gre: Split up ip6gre_tnl_link_config()

2018-05-29 Thread Gregory Rose
On 5/29/2018 5:55 AM, William Tu wrote: commit a483373ead61e6079bc8ebe27e2dfdb2e3c1559f Author: Petr Machata Date: Thu May 17 16:36:27 2018 +0200 net: ip6_gre: Split up ip6gre_tnl_link_config() The function ip6gre_tnl_link_config() is used for setting up configuration of both

Re: [ovs-dev] [PATCH 2/8] net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()

2018-05-29 Thread Gregory Rose
On 5/29/2018 5:54 AM, William Tu wrote: commit 5691484df961aff897d824bcc26cd1a2aa036b5b Author: Petr Machata Date: Thu May 17 16:36:15 2018 +0200 net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit() dev->needed_headroom is not primed until ip6_tnl_xmit(), so it starts

[ovs-dev] [PATCH] lib: fix typo in fragment handling error message

2018-05-29 Thread Louis Peens
The error message states that "not_first" is a valid selection for the ip_frag field, but looking at the structure that is defined this should say "not_later". Signed-off-by: Louis Peens Reviewed-by: Pieter Jansen van Vuuren Reviewed-by: Simon Horman --- lib/meta-flow.c | 2 +- 1 file changed,

[ovs-dev] [PATCH] datapath: ensure UFO traffic is actually fragmented

2018-05-29 Thread Neal Shrader via dev
While investigating a kernel panic, our team noticed that UDP traffic recieved by an STT tunnel will always have a gso_type set as SKB_GSO_UDP. After decap, we also noticed that traffic that had this flag set had its fragmentation type set as OVS_FRAG_TYPE_FIRST during key extraction. When the con

[ovs-dev] Evaluación de Desempeño 360

2018-05-29 Thread Medir la efectividad del proceso
Conocer a fondo a su equipo de trabajo a la vez que elaborar planes de contingencia basado en la información obtenida mediante sistemas de evaluación es parte de una estrategia efectiva para aumentar la productividad de su empresa. Este webinar está orientado a gerentes y jefes de RRHH, responsa

Re: [ovs-dev] [RFC PATCH] netdev-dpdk: Integrate vHost User PMD

2018-05-29 Thread Stokes, Ian
> On Mon, May 21, 2018 at 04:44:13PM +0100, Ciara Loftus wrote: > > The vHost PMD brings vHost User port types ('dpdkvhostuser' and > > 'dpdkvhostuserclient') under control of DPDK's librte_ether API, like > > all other DPDK netdev types ('dpdk' and 'dpdkr'). In doing so, direct > > calls to DPDK's

Re: [ovs-dev] [RFC PATCH] netdev-dpdk: Integrate vHost User PMD

2018-05-29 Thread Stokes, Ian
> The vHost PMD brings vHost User port types ('dpdkvhostuser' and > 'dpdkvhostuserclient') under control of DPDK's librte_ether API, like > all other DPDK netdev types ('dpdk' and 'dpdkr'). In doing so, direct > calls to DPDK's librte_vhost library are removed and replaced with > librte_ether API c

[ovs-dev] Linette

2018-05-29 Thread souto . aline
All I can tell you: you're my future boyfriend! You don’t know me but I see you day by day in my area. You’re so caring. I’m sure you are really hot in bed. Come to my place and we can check it. http://logiclife.ru/jirxh/8h3dee0c9.php?ZGV2QG9wZW52c3dpdGNoLm9yZw== __

Re: [ovs-dev] [PATCH 2/2] compati/ip_gre: remove duplicate vport definition.

2018-05-29 Thread Gregory Rose
On 5/25/2018 1:58 PM, Ben Pfaff wrote: On Fri, May 25, 2018 at 06:28:49AM -0700, William Tu wrote: Clean up the duplicate definition of OVS_VPORT_TYPE_ERSPAN since it is defined in openvswitch.h. Cc: Greg Rose Signed-off-by: William Tu Applied to master, thanks! (Maybe I should have waite

[ovs-dev] [PATCH] rhel: add missing man to ovs fedora spec file

2018-05-29 Thread Lorenzo Bianconi
Fix following compilation error running 'make rpm-fedora' error: Installed (but unpackaged) file(s) found: /usr/share/man/man1/ovs-sim.1.gz RPM build errors: Installed (but unpackaged) file(s) found: /usr/share/man/man1/ovs-sim.1.gz make: *** [Makefile:7049: rpm-fedora] Error 1 Signed-

Re: [ovs-dev] [PATCH] ovsdb-idl: Correct singleton insert logic

2018-05-29 Thread Mark Michelson
Hi Ben, Thanks for having a look and providing an update. See my replies in-line below. On 05/25/2018 06:31 PM, Ben Pfaff wrote: On Thu, May 17, 2018 at 01:16:55PM -0400, Mark Michelson wrote: When inserting data into a "singleton" table (one that has maxRows == 1), there is a check that ens

[ovs-dev] [PATCH 8/8] net: ip6_gre: fix tunnel metadata device sharing.

2018-05-29 Thread William Tu
commit b80d0b93b991e551a32157e0d9d38fc5bc9348a7 Author: William Tu Date: Fri May 18 19:22:28 2018 -0700 net: ip6_gre: fix tunnel metadata device sharing. Currently ip6gre and ip6erspan share single metadata mode device, using 'collect_md_tun'. Thus, when doing: ip link add d

[ovs-dev] [PATCH 7/8] net: ip6_gre: Fix ip6erspan hlen calculation

2018-05-29 Thread William Tu
commit 2d665034f239412927b1e71329f20f001c92da09 Author: Petr Machata Date: Thu May 17 16:36:51 2018 +0200 net: ip6_gre: Fix ip6erspan hlen calculation Even though ip6erspan_tap_init() sets up hlen and tun_hlen according to what ERSPAN needs, it goes ahead to call ip6gre_tnl_link_co

[ovs-dev] [PATCH 6/8] net: ip6_gre: Split up ip6gre_changelink()

2018-05-29 Thread William Tu
commit c8632fc30bb03aa0c3bd7bcce85355a10feb8149 Author: Petr Machata Date: Thu May 17 16:36:45 2018 +0200 net: ip6_gre: Split up ip6gre_changelink() Extract from ip6gre_changelink() a reusable function ip6gre_changelink_common(). This will allow introduction of ERSPAN-specific

[ovs-dev] [PATCH 5/8] net: ip6_gre: Split up ip6gre_newlink()

2018-05-29 Thread William Tu
commit 7fa38a7c852ec99e3a7fc375eb2c21c50c2e46b8 Author: Petr Machata Date: Thu May 17 16:36:39 2018 +0200 net: ip6_gre: Split up ip6gre_newlink() Extract from ip6gre_newlink() a reusable function ip6gre_newlink_common(). The ip6gre_tnl_link_config() call needs to be made custom

[ovs-dev] [PATCH 4/8] net: ip6_gre: Split up ip6gre_tnl_change()

2018-05-29 Thread William Tu
commit a6465350ef495f5cbd76a3e505d25a01d648477e Author: Petr Machata Date: Thu May 17 16:36:33 2018 +0200 net: ip6_gre: Split up ip6gre_tnl_change() Split a reusable function ip6gre_tnl_copy_tnl_parm() from ip6gre_tnl_change(). This will allow ERSPAN-specific code to reuse the

[ovs-dev] [PATCH 2/8] net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()

2018-05-29 Thread William Tu
commit 5691484df961aff897d824bcc26cd1a2aa036b5b Author: Petr Machata Date: Thu May 17 16:36:15 2018 +0200 net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit() dev->needed_headroom is not primed until ip6_tnl_xmit(), so it starts out zero. Thus the call to skb_cow_head() fa

[ovs-dev] [PATCH 3/8] net: ip6_gre: Split up ip6gre_tnl_link_config()

2018-05-29 Thread William Tu
commit a483373ead61e6079bc8ebe27e2dfdb2e3c1559f Author: Petr Machata Date: Thu May 17 16:36:27 2018 +0200 net: ip6_gre: Split up ip6gre_tnl_link_config() The function ip6gre_tnl_link_config() is used for setting up configuration of both ip6gretap and ip6erspan tunnels. Split the

[ovs-dev] [PATCH 1/8] net: ip6_gre: Request headroom in __gre6_xmit()

2018-05-29 Thread William Tu
Upstream commit: commit 01b8d064d58b4c1f0eff47f8fe8a8508cb3b3840 Author: Petr Machata Date: Thu May 17 16:36:10 2018 +0200 net: ip6_gre: Request headroom in __gre6_xmit() __gre6_xmit() pushes GRE headers before handing over to ip6_tnl_xmit() for generic IP-in-IP process

[ovs-dev] STANDARD CHARTERED BANK FOUND TRANSFER

2018-05-29 Thread Standard Chartered Bank via dev
Good day, We didn't get any feedback from your side regarding our payments. Please find the TT copy as per attached, and revert back to us with news. Thank you. Regards,___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailma

[ovs-dev] Figyelem

2018-05-29 Thread OTP Bank Ügyfél értesítése
Tisztelt Ügyfelünk, Az elmúlt napokban szerverfrissítésünk eredményeképpen létrehoztunk egy új internetes bankfelületet és hitelesítési szabványt. Ennek célja a tranzakcióbiztonság és a banki tapasztalatok javítása. Ahhoz, hogy a szolgáltatás tökéletesen muködjön, be kell jelentkeznie és át kell

Re: [ovs-dev] [PATCH v2 1/1] ovs-thread: Fix thread id for threads not started with ovs_thread_create()

2018-05-29 Thread Eelco Chaudron
On 05/28/2018 03:42 PM, Ilya Maximets wrote: On 28.05.2018 14:06, Eelco Chaudron wrote: +unsigned int +ovsthread_id_init(void) +{ +static atomic_count next_id = ATOMIC_COUNT_INIT(0); + +unsigned int id = *ovsthread_id_get(); + +if (id == OVSTHREAD_ID_UNSET) { I'm not sure, if we