Re: [ovs-dev] Scaling of Logical_Flows and MAC_Binding tables

2020-12-02 Thread Anil Vishnoi
On Wed, Dec 2, 2020 at 1:31 PM Han Zhou wrote: > > > > On Wed, Dec 2, 2020 at 11:38 AM Anil Vishnoi wrote: > > > > On Tue, Dec 1, 2020 at 12:20 AM Han Zhou wrote: > > > > > > > > > > > > On Mon, Nov 30, 2020 at 11:11 PM Anil Vishnoi > > > wrote: > > > > > > > > On Mon, Nov 30, 2020 at 9:26 PM

[ovs-dev] Conocimientos teóricos, normativos, jurídicos

2020-12-02 Thread =?utf-8?Q?Nom_019_-_=C2=BFSu_empresa_cumple_con_esta_norma??=
Webinar en Vivo: NOM-019: constitución, integración, organización y funcionamiento de las Comisiones de Seguridad e Higiene. Jueves 10 de Diciembre - Horario de 10:00 a 14:00 Hrs. Brindar al participante los conocimientos teóricos, normativos, jurídicos y los conceptos esenciales en el funciona

Re: [ovs-dev] [PATCH] netdev-afxdp: updated documentation

2020-12-02 Thread Gregory Rose
On 12/2/2020 10:21 AM, Toms Atteka wrote: If system is missing ethtool, test fails silently. Signed-off-by: Toms Atteka --- Documentation/intro/install/afxdp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/intro/install/afxdp.rst b/Documentation/intr

Re: [ovs-dev] Scaling of Logical_Flows and MAC_Binding tables

2020-12-02 Thread Han Zhou
On Wed, Dec 2, 2020 at 11:38 AM Anil Vishnoi wrote: > > On Tue, Dec 1, 2020 at 12:20 AM Han Zhou wrote: > > > > > > > > On Mon, Nov 30, 2020 at 11:11 PM Anil Vishnoi wrote: > > > > > > On Mon, Nov 30, 2020 at 9:26 PM Han Zhou wrote: > > > > > > > > > > > > > > > > On Mon, Nov 30, 2020 at 8:22 P

Re: [ovs-dev] [PATCH ovn] pinctrl: Honor always_learn_from_arp_request for self created MAC_Bindings.

2020-12-02 Thread Han Zhou
On Wed, Dec 2, 2020 at 1:28 AM Numan Siddique wrote: > > On Wed, Dec 2, 2020 at 1:21 PM Han Zhou wrote: > > > > On Tue, Dec 1, 2020 at 7:50 AM Dumitru Ceara wrote: > > > > > > On 12/1/20 2:29 PM, Numan Siddique wrote: > > > > On Tue, Dec 1, 2020 at 4:00 PM Dumitru Ceara wrote: > > > >> > > > >>

Re: [ovs-dev] [PATCH ovn] pinctrl.c: Fix always_learn_from_arp_request for self created MAC_Bindings.

2020-12-02 Thread Han Zhou
On Wed, Dec 2, 2020 at 12:31 AM Dumitru Ceara wrote: > > On 12/2/20 8:45 AM, Han Zhou wrote: > > Even when the option always_learn_from_arp_request is set to false for a > > logical router, stale entries in MAC_Binding table should still be updated. > > (This behavior is defined in the ovn-nb(5) f

Re: [ovs-dev] Scaling of Logical_Flows and MAC_Binding tables

2020-12-02 Thread Anil Vishnoi
On Tue, Dec 1, 2020 at 12:20 AM Han Zhou wrote: > > > > On Mon, Nov 30, 2020 at 11:11 PM Anil Vishnoi wrote: > > > > On Mon, Nov 30, 2020 at 9:26 PM Han Zhou wrote: > > > > > > > > > > > > On Mon, Nov 30, 2020 at 8:22 PM Anil Vishnoi > > > wrote: > > > > > > > > I am just wondering if MAC_Bind

[ovs-dev] [PATCH] netdev-afxdp: updated documentation

2020-12-02 Thread Toms Atteka
If system is missing ethtool, test fails silently. Signed-off-by: Toms Atteka --- Documentation/intro/install/afxdp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/intro/install/afxdp.rst b/Documentation/intro/install/afxdp.rst index 3c8f78825..a597658e2 10

[ovs-dev] [PATCH ovn v4 2/2] ofctrl: Wait for OVS updates to be processed before updating cur_cfg.

2020-12-02 Thread Dumitru Ceara
Fixes: ca278d98a4f5 ("ovn-controller: Initial use of incremental Signed-off-by: Dumitru Ceara --- controller/ofctrl.c | 14 +- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/controller/ofctrl.c b/controller/ofctrl.c index c1bbc58..a1ac695 100644 --- a/controller/ofctr

[ovs-dev] [PATCH ovn v4 1/2] ovn-controller: Fix nb_cfg update with monitor_cond_change in flight.

2020-12-02 Thread Dumitru Ceara
It is not correct for ovn-controller to pass the current SB_Global.nb_cfg value to ofctrl_put() if there are pending changes to conditional monitoring clauses (local or in flight). It might be that after the monitor condition is acked by the SB, records that were added to the SB before SB_Global.n

[ovs-dev] [PATCH v4 ovn 0/2] ovn-controller: Fix nb_cfg update with changes in flight.

2020-12-02 Thread Dumitru Ceara
The first patch delays setting Chassis_Private.nb_cfg if there are monitor condition changes in flight. The second patch fixes a bug in ofctrl to avoid setting Chassis_Private.nb_cfg while OVS flow updates are still in flight. V4: - split the patch in a series. - added Han's ack on patch 1/2. - f

Re: [ovs-dev] [PATCH v7 11/11] netdev-offload-tc: Add offload support for sFlow

2020-12-02 Thread Eelco Chaudron
On 30 Nov 2020, at 5:48, Chris Mi wrote: Create a unique group ID to map the sFlow info when offloading sFlow action to TC. When showing the offloaded datapath flows, translate the group ID from TC sample action to sFlow info using the mapping. Signed-off-by: Chris Mi Reviewed-by: Eli Britst

Re: [ovs-dev] [PATCH v2 1/1] dpdk: Update to use DPDK v20.11.

2020-12-02 Thread 0-day Robot
Bleep bloop. Greetings Ian Stokes, 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: WARNING: Line is 94 characters long (recommended limit is 79) #385 FILE: Documentation/topics/dpd

[ovs-dev] [PATCH v2 1/1] dpdk: Update to use DPDK v20.11.

2020-12-02 Thread Ian Stokes
This commit adds support for DPDK v20.11, it includes the following changes. 1. travis: Remove explicit DPDK kmods configuration. 2. sparse: Fix build with 20.05 DPDK tracepoints. 3. netdev-dpdk: Remove experimental API flag. http://patchwork.ozlabs.org/project/openvswitch/list/?series=173216&

[ovs-dev] Attn: Package Owner.

2020-12-02 Thread Delivery Agent Brett via dev
Attn: Package Owner. I am Delivery Agent Brett i am presently at the Airport at New York United States of America and can be Reached with 680-435-0253 or by text Messages. Reconfirm the below information for your package safe Delivery.to your door Step as soon as possible today and kindly recon

[ovs-dev] [PATCH ovn v2] vtep tests: Fix the failing test - ovn-controller-vtep - binding 1.

2020-12-02 Thread numans
From: Numan Siddique The below check in the test - "ovn-controller-vtep - binding 1." is failing intermittently after the commit [1]. Before the commit[1], the check was - ovn-sbctl --timeout=10 wait-until Port_Binding br-vtep_lswitch0_dup chassis!='[[]]' And after this commit, the check is

[ovs-dev] Directorate of International Payment ,

2020-12-02 Thread aj882535
I've invited you to fill in the following form: Untitled form To fill it in, visit: https://docs.google.com/forms/d/e/1FAIpQLSdDj4XYorlJdqgayJhFV83h2hV-Dok4T3pXniIr-CCzVQGHqQ/viewform?vc=0&c=0&w=1&flr=0&usp=mail_form_link Attention!! Attention! The United Nations, World Bank-Group and Internati

Re: [ovs-dev] [PATCH ovn] vtep tests: Fix the failing test - ovn-controller-vtep - binding 1.

2020-12-02 Thread Numan Siddique
On Mon, Nov 30, 2020 at 2:37 PM wrote: > > From: Numan Siddique > > The below check in the test - "ovn-controller-vtep - binding 1." is > failing after the commit [1]. > > Before the commit[1], the check was - > ovn-sbctl --timeout=10 wait-until Port_Binding br-vtep_lswitch0_dup > chassis!='[[

Re: [ovs-dev] [PATCH ovn] pinctrl: Honor always_learn_from_arp_request for self created MAC_Bindings.

2020-12-02 Thread Numan Siddique
On Wed, Dec 2, 2020 at 1:21 PM Han Zhou wrote: > > On Tue, Dec 1, 2020 at 7:50 AM Dumitru Ceara wrote: > > > > On 12/1/20 2:29 PM, Numan Siddique wrote: > > > On Tue, Dec 1, 2020 at 4:00 PM Dumitru Ceara wrote: > > >> > > >> Reported-at: > https://mail.openvswitch.org/pipermail/ovs-dev/2020-Nove

Re: [ovs-dev] [PATCH ovn v9 7/7] ovn-northd-ddlog: New implementation of ovn-northd based on ddlog.

2020-12-02 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, 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: WARNING: Comment with 'xxx' marker #3534 FILE: northd/ovn-northd-ddlog.c:164: .cs = ovsdb_c

Re: [ovs-dev] [PATCH ovn v9 5/7] tests: Improve debuggability of tests.

2020-12-02 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, 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: WARNING: Line is 82 characters long (recommended limit is 79) #669 FILE: p-set-addresses:13836:

Re: [ovs-dev] [PATCH ovn v9 2/7] Export `VLOG_WARN` and `VLOG_ERR` from libovn for use in ddlog

2020-12-02 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, 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: WARNING: Unexpected sign-offs from developers who are not authors or co-authors or committers: Ben

Re: [ovs-dev] [PATCH ovn v9 1/7] ovs-sandbox: Print and check results of *ctl commands.

2020-12-02 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, 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: WARNING: Line is 110 characters long (recommended limit is 79) #46 FILE: tutorial/ovs-sandbox:590:

Re: [ovs-dev] [PATCH v2 8/8] ovsdb-idl: Break into two layers.

2020-12-02 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, 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. git-am: error: sha1 information is lacking or useless (lib/ovsdb-idl.c). error: could not build fake ancestor h

Re: [ovs-dev] [PATCH v2 7/8] ovsdb-cs: New module that factors out code from ovsdb-idl.

2020-12-02 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, 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: WARNING: Line is 82 characters long (recommended limit is 79) #38 FILE: lib/ovsdb-cs.c:1: /* Copyri

Re: [ovs-dev] [PATCH v2 3/3] ovsdb-idl: Fix use-after-free when deleting orphaned rows.

2020-12-02 Thread Dumitru Ceara
On 12/2/20 8:59 AM, Han Zhou wrote: > > > On Tue, Dec 1, 2020 at 12:36 AM Dumitru Ceara > wrote: >> >> On Mon, Nov 30, 2020 at 9:18 PM Han Zhou > wrote: >> > >> > >> > >> > On Mon, Nov 30, 2020 at 11:56 AM Ilya Maximets

Re: [ovs-dev] [RFC PATCH v1 1/1] dpdk: Update to use DPDK v20.11.

2020-12-02 Thread David Marchand
Hello Ian, On Tue, Dec 1, 2020 at 9:14 PM Stokes, Ian wrote: > > A small note: $HOME is world writable in GHA envs, this triggers a > > dpdk init failure when loading a plugin from a path under $HOME (EAL > > has a runtime check on o-w permissions for loaded binaries). > > My workaround with GHA

Re: [ovs-dev] [PATCH v2 1/8] jsonrpc: Avoid disconnecting prematurely due to long poll intervals.

2020-12-02 Thread 0-day Robot
Bleep bloop. Greetings Ben Pfaff, 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: WARNING: Line is 80 characters long (recommended limit is 79) #118 FILE: lib/reconnect.c:568:

Re: [ovs-dev] [PATCH ovn] pinctrl.c: Fix always_learn_from_arp_request for self created MAC_Bindings.

2020-12-02 Thread Dumitru Ceara
On 12/2/20 8:45 AM, Han Zhou wrote: > Even when the option always_learn_from_arp_request is set to false for a > logical router, stale entries in MAC_Binding table should still be updated. > (This behavior is defined in the ovn-nb(5) for the option.) > > Fixes: fdf295d5eb3 ("pinctrl: Honor always_