[ovs-dev] Calendario de Cursos del mes de Junio

2019-05-25 Thread Innova Learn
Cursos esenciales - Webinar Interactivo – Innova Learn Gracias por contactarnos Buen día, le ofrecemos el calendario de cursos que corresponde al mes de Junio. Cursos: • Planes de carrera y sucesión Felicidad, empoderamiento y productividad laboral. •Implementación y optimización de ind

[ovs-dev] [patch v1 1/2] conntrack: Don't re-add cleaned 'conn' to expiry list.

2019-05-25 Thread Darrell Ball
When a 'conn' entry is cleaned up from an expiry list, we don't want to put it back during an update. Hence, we detect and block this. Fixes: 967bb5c5cd90 ("conntrack: Add rcu support.") Signed-off-by: Darrell Ball --- lib/conntrack-private.h | 11 +++ lib/conntrack.c | 2 ++ 2

[ovs-dev] [patch v1 2/2] conntrack: Fix missed 'conn' lookup checks.

2019-05-25 Thread Darrell Ball
Whenever a 'conn' entry is removed or added, we need to reverify it's existence status under lock protection. There were some cases that were missed, so fix them. Fixes: 967bb5c5cd90 ("conntrack: Add rcu support.") Signed-off-by: Darrell Ball --- lib/conntrack.c | 20 +++- 1 fil

[ovs-dev] [patch v1] tests: Include ovn-macros for system testsuites.

2019-05-25 Thread Darrell Ball
ovn-macros are needed to run the OVN system tests. Signed-off-by: Darrell Ball --- tests/system-kmod-testsuite.at | 1 + tests/system-userspace-testsuite.at | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/system-kmod-testsuite.at b/tests/system-kmod-testsuite.at index bda314a..2

Re: [ovs-dev] [patch v1] tests: Include ovn-macros for system testsuites.

2019-05-25 Thread 0-day Robot
Bleep bloop. Greetings Darrell Ball, 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. build: sysconfdir='/usr/local/etc' \ bindir='/usr/local/bin' \ sbindir='/usr/local/sbin' mv northd/ov