Re: [ovs-dev] [PATCH] [PATCH] rcu: reduce RCU block time

2018-12-06 Thread Lilijun (Jerry, Cloud Networking)
Thanks for your reply. In my test, when warning_threshold is set to 100 as default, the block time indeed reduce to 100ms. So I think poll_timer_wait_until() call is to set the max block time for poll_bock()'s waiting time. > -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] >

[ovs-dev] [PATCH] [PATCH] rcu: reduce RCU block time

2018-12-06 Thread Lilijun
When calling ovsrcu_synchronize(), it always block 1000ms because we poll block until elapsed time become greater than warning_threshold(1000).That's too long for some configuration commands. So this patch reduces warning_threshold's default value to 100 and print logs after it have elapsed more th

[ovs-dev] Beachtung!!!

2018-12-06 Thread Niklas Zennström
Ihre E-Mail-Adresse wurde von Google zufällig als aktiver Webbenutzer ausgewählt, um im Rahmen des Wohltätigkeitsprojekts Zennström Philanthropies eine Spende in Höhe von 1 Mio. USD zu erhalten. Niklas Zennström, schwedischer Wirtschaftsmagnat, Investor und Philanthrop. der weltweit rund 208,

Re: [ovs-dev] Fw: OVS_DPDK bridge with DPDK physical ports doesn't route the ping packets

2018-12-06 Thread Mona ElSaadawy
Hi, Thanks for your reply. I'm not pinging the DPDK interfaces because I don't even have IP addresses for them as you mentioned , I'm trying to ping the hosts whose physical interfaces are directly physically plugged into that DPDK interfaces. So my use case is to connect two physical hosts thr

Re: [ovs-dev] Fw: OVS_DPDK bridge with DPDK physical ports doesn't route the ping packets

2018-12-06 Thread Ian Stokes
On 12/4/2018 5:50 PM, Mona ElSaadawy wrote: From: Mona ElSaadawy Sent: December 4, 2018 5:47 AM To: ovs-dev@openvswitch.org Subject: OVS_DPDK bridge with DPDK physical ports doesn't route the ping packets Hi, I'm trying to build up an OVS-DPDK bridge that s

Re: [ovs-dev] [PATCH 3/8] compat: Fixup ip_tunnel_info_opts_set

2018-12-06 Thread Yifeng Sun
Looks good to me, thanks Greg. Reviewed-by: Yifeng Sun On Wed, Dec 5, 2018 at 10:58 AM Greg Rose wrote: > A new flags parameter has been added in 4.19 so add compat fixup. > > Signed-off-by: Greg Rose > --- > acinclude.m4 | 3 +++ > datapath/linux/compat/i

[ovs-dev] Elaboración de estados financieros con excel

2018-12-06 Thread Luis Barajas
¡Ultimas Conexiones - Taller Práctico - Innova learn! Nuestro webinar le permitirá al participante realizar un análisis profundo de la situación económica y financiera de su organización en un momento determinado así como aplicar las principales herramientas de análisis e interpretación

Re: [ovs-dev] [PATCH] [PATCH] rcu: reduce RCU block time

2018-12-06 Thread Ben Pfaff
On Thu, Dec 06, 2018 at 08:28:19PM +0800, Lilijun wrote: > When calling ovsrcu_synchronize(), it always block 1000ms because we poll > block until elapsed time become greater than > warning_threshold(1000).That's too long for some configuration commands. > So this patch reduces warning_threshold's

[ovs-dev] Dell Users Contact List

2018-12-06 Thread Meghan Hudson
Hi, Hope you having a great day! I just wanted to know if you looking to acquire Dell Users Contact List for your marketing efforts. Information Field: Names, Title, Email, Phone, Company Name, Company URL, Company physical address, SIC Code, Industry and Company Size (Revenue and Emplo

Re: [ovs-dev] [PATCH] tests: Simplify and improve the daemon tests.

2018-12-06 Thread Alin Gabriel Serdean
> On 29 Oct 2018, at 18:25, Ben Pfaff wrote: > > The daemon tests used files a lot when shell variables were easier to use > and easier to understand. This commit changes that. > > The tests created empty databases that aren't really needed anymore. This > commit changes them to use the ovs

Re: [ovs-dev] rcu: reduce RCU block time

2018-12-06 Thread 0-day Robot
Bleep bloop. Greetings Lilijun, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: ERROR: Remove Gerrit Change-Id's before submitting upstream. 11: Change-Id: Ib698afb47a600de00f52d8a5

[ovs-dev] [PATCH] [PATCH] rcu: reduce RCU block time

2018-12-06 Thread Lilijun
When calling ovsrcu_synchronize(), it always block 1000ms because we poll block until elapsed time become greater than warning_threshold(1000).That's too long for some configuration commands. So this patch reduces warning_threshold's default value to 100 and print logs after it have elapsed more th

Re: [ovs-dev] [PATCH 7/8] datapath: load NAT helper

2018-12-06 Thread Flavio Leitner
On Wed, Dec 05, 2018 at 10:55:51AM -0800, Greg Rose wrote: > From: Flavio Leitner > > Upstream commit: > commit 17c357efe5eceebdc3971a48b3d4d61a03c1178b > Author: Flavio Leitner > Date: Fri Sep 28 14:51:28 2018 -0300 > > openvswitch: load NAT helper > > Load the respectiv