[ovs-dev] Ventas por resdes sociales

2020-08-27 Thread Logre unWhatsApp, Facebook e Instagram
Webinar en Vivo: Ventas por resdes sociales: WhatsApp, Facebook e Instagram Cursos en línea - Webinar Interactivo - Curso de 9 Hrs. Whatsapp: 12 de Septiembre Facebook: 19 de Septiembre Instagram: 26 dse Septiembre El participante aprenderá a utilizar los recursos de cada una de estas plataform

Re: [ovs-dev] [PATCH ovn v2] ovn-northd: Support mixing stateless/stateful ACLs with Stateless_Filter.

2020-08-27 Thread Han Zhou
On Thu, Aug 27, 2020 at 12:24 AM Dumitru Ceara wrote: > > On 8/27/20 1:39 AM, Han Zhou wrote: > > Hi Dumitru, > > > > Please see my comments below. > > > > Thanks, > > Han > > Hi Han, > > Thanks for your review. > > > > > On Thu, Aug 20, 2020 at 4:19 AM Dumitru Ceara > >

[ovs-dev] Status of upstreaming of "add transport ports in route lookup for geneve" patch into kernel

2020-08-27 Thread Mark Gray
Hi, While testing IPSec, I have noticed that this patch - https://patchwork.ozlabs.org/project/openvswitch/patch/20180919211558.13937-2-qiuyu.xiao@gmail.com/ - was never upstreamed to the in-tree kernel module. At the 2018 OVS conference (https://www.youtube.com/watch?v=yVNSBLOeyHQ&t=0s&list=

[ovs-dev] (no subject)

2020-08-27 Thread BARRISTER JOHN MORGAN
-- *Goede dag,Ik ben advocaat John Morgan. Heeft u mijn vorige bericht ontvangen?* *-* *Schönen Tag,Ich bin Rechtsanwalt John Morgan. Haben Sie meine vorherige Nachricht erhalten?* *---

[ovs-dev] [PATCH ovn] pinctrl: Fix incorrect warning message for multicast querier.

2020-08-27 Thread Dumitru Ceara
It's quite common that IP Multicast is enabled only for IPv4 or only for IPv6. In such cases ovn-controller should not generate warnings. Fixes: 677a3ba4d66b ("ovn: Add MLD support.") Signed-off-by: Dumitru Ceara --- controller/pinctrl.c | 38 +++--- 1 file change

[ovs-dev] [PATCH ovn 2/2] chassis: Fix chassis_private record updates when the system-id changes.

2020-08-27 Thread Dumitru Ceara
Reported-at: https://bugzilla.redhat.com/1873032 Reported-by: Ying Xu CC: Han Zhou Fixes: 4adc10f58127 ("Avoid nb_cfg update notification flooding") Signed-off-by: Dumitru Ceara --- controller/chassis.c| 92 ++- controller/chassis.h|

[ovs-dev] [PATCH ovn 1/2] chassis: Fix the way encaps are updated for a chassis record.

2020-08-27 Thread Dumitru Ceara
ovn-controller always stores the last configured system-id/chassis-id in memory regardless if the connection to the SB is up or down. This is OK as long as the change can be committed successfully when the SB DB connection comes back up. This commit changes the way we search for a "stale" chassis

Re: [ovs-dev] 答复: [PATCH] userspace: fix bad UDP performance issue of?veth

2020-08-27 Thread Flavio Leitner
Hi, On Wed, Aug 26, 2020 at 12:47:43AM +, Yi Yang (杨燚)-云服务集团 wrote: > Aaron, thank for your comments, actually final value depends on > /proc/sys/net/core/rmem_max and /proc/sys/net/core/wmem_max, so it is still > configurable. setsockopt(...) will set it to minimum one among of > 1073741

Re: [ovs-dev] [PATCH ovn v2] ovn-northd: Support mixing stateless/stateful ACLs with Stateless_Filter.

2020-08-27 Thread Dumitru Ceara
On 8/27/20 1:39 AM, Han Zhou wrote: > Hi Dumitru, > > Please see my comments below. > > Thanks, > Han Hi Han, Thanks for your review. > > On Thu, Aug 20, 2020 at 4:19 AM Dumitru Ceara > wrote: >> >> A new table is added to OVN_Northbound: Stateless_Filter. Users can