Re: [ovs-dev] [PATCH ovn] test: add more tests to IP-buffering unit-test

2020-06-03 Thread Ankur Sharma
Hi Lorenzo, Thanks for the explanation. Just need one more clarification, please find the same inline. Regards, Ankur From: Lorenzo Bianconi Sent: Wednesday, June 3, 2020 1:47 AM To: Ankur Sharma Cc: ovs-dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH ovn]

Re: [ovs-dev] [PATCH v2] ovs rcu: update rcu pointer first

2020-06-03 Thread Linhaifeng
> -Original Message- > From: Ilya Maximets [mailto:i.maxim...@ovn.org] > Sent: Thursday, June 4, 2020 12:01 AM > To: Ben Pfaff ; Linhaifeng > Cc: d...@openvswitch.org; Lilijun (Jerry) ; Lichunhe > ; nd ; chenchanghu > ; i.maxim...@ovn.org > Subject: Re: [ovs-dev] [PATCH v2] ovs rcu:

[ovs-dev] 答复: [PATCH v1] Enable VXLAN TSO for DPDK datapath

2020-06-03 Thread 杨燚
Ian, thank you so much for comments, I will run travis to find out all the similar issues and fix them in v2. For setup, I have sent you an email which included dpdk bug link, please use that to setup it, please let me know if you have any issue. -邮件原件- 发件人: Stokes, Ian

Re: [ovs-dev] [PATCH ovn v9 2/8] ovn-controller: I-P for SB port binding and OVS interface in runtime_data.

2020-06-03 Thread Han Zhou
On Wed, Jun 3, 2020 at 12:42 AM Numan Siddique wrote: > > > > On Wed, Jun 3, 2020 at 10:49 AM Han Zhou wrote: >> >> On Thu, May 28, 2020 at 4:05 AM wrote: >> > >> > From: Numan Siddique >> > >> > This patch handles SB port binding changes and OVS interface changes >> > incrementally in the

Re: [ovs-dev] [PATCH ovs] ovsdb idl: Try committing the pending txn in ovsdb_idl_loop_run.

2020-06-03 Thread Han Zhou
On Wed, Jun 3, 2020 at 9:51 AM wrote: > > From: Numan Siddique > > The function ovsdb_idl_loop_run(), after calling ovsdb_idl_run(), > returns a transaction object (of type 'struct ovsdb_idl_txn'). > The returned transaction object can be NULL if there is a pending > transaction

Re: [ovs-dev] [PATCH v2 5/5] dpif-lookup: add avx512 gather implementation

2020-06-03 Thread Van Haaren, Harry
> -Original Message- > From: William Tu > Sent: Friday, May 29, 2020 7:49 PM > To: Van Haaren, Harry > Cc: ovs-dev@openvswitch.org; i.maxim...@ovn.org > Subject: Re: [ovs-dev] [PATCH v2 5/5] dpif-lookup: add avx512 gather > implementation > > On Fri, May 29, 2020 at 4:47 AM Van Haaren,

[ovs-dev] [PATCH ovs] ovsdb idl: Try committing the pending txn in ovsdb_idl_loop_run.

2020-06-03 Thread numans
From: Numan Siddique The function ovsdb_idl_loop_run(), after calling ovsdb_idl_run(), returns a transaction object (of type 'struct ovsdb_idl_txn'). The returned transaction object can be NULL if there is a pending transaction (loop->committing_txn) in the idl loop object. Normally the clients

Re: [ovs-dev] [PATCH v2] ovs rcu: update rcu pointer first

2020-06-03 Thread Ilya Maximets
On 6/3/20 7:26 AM, Ben Pfaff wrote: > On Wed, Jun 03, 2020 at 01:22:52AM +, Linhaifeng wrote: >> >> >> -Original Message- >> From: Ben Pfaff [mailto:b...@ovn.org] >> Sent: Wednesday, June 3, 2020 1:28 AM >> To: Linhaifeng >> Cc: Yanqin Wei ; d...@openvswitch.org; nd >> ; Lilijun

Re: [ovs-dev] [PATCH v2] ovs rcu: update rcu pointer first

2020-06-03 Thread Ilya Maximets
On 6/3/20 1:08 PM, Linhaifeng wrote: > > >> -Original Message- >> From: Ilya Maximets [mailto:i.maxim...@ovn.org] >> Sent: Wednesday, June 3, 2020 6:50 PM >> To: Linhaifeng ; Ben Pfaff >> Cc: i.maxim...@ovn.org; d...@openvswitch.org; Lilijun (Jerry) >> ; Lichunhe ; nd >> ; chenchanghu

[ovs-dev] HST - Segurança no Trabalho

2020-06-03 Thread Segurança no Trabalho e HACCP
Exmo. Senhores, Vocacionada para as áreas daSaúde, Higiene e Segurança no Trabalho , Formação Profissional Certificada e Consultadoria, a QVO LEGIS é a aposta de uma equipa de técnicos multidisciplinares com larga experiência nestas áreas profissionais. Juntando recursos que visam

[ovs-dev] [PATCH ovn v2] Make the notify() calls work with IPv6 in the OCF resource-agent

2020-06-03 Thread Michele Baldessari
When the VIP is an IPv6 address we get the following error in the resource agent: ovndb_servers_notify_0:355:stderr [ + ovn-sbctl -- --id=@conn_uuid create Connection 'target=ptcp\:6642\:[fd00:fd00:fd00:2000::a2]' inactivity_probe=18 -- set SB_Global . connections=@conn_uuid ]

Re: [ovs-dev] [PATCH v1] Enable VXLAN TSO for DPDK datapath

2020-06-03 Thread Stokes, Ian
On 6/1/2020 11:15 AM, yang_y...@163.com wrote: From: Yi Yang Many NICs can support VXLAN TSO which can help improve across-compute-node VM-to-VM performance in case that MTU is set to 1500. This patch allows dpdkvhostuserclient interface and veth/tap interface to leverage NICs' offload

Re: [ovs-dev] [PATCH v2] ovs rcu: update rcu pointer first

2020-06-03 Thread Linhaifeng
> -Original Message- > From: Ilya Maximets [mailto:i.maxim...@ovn.org] > Sent: Wednesday, June 3, 2020 6:50 PM > To: Linhaifeng ; Ben Pfaff > Cc: i.maxim...@ovn.org; d...@openvswitch.org; Lilijun (Jerry) > ; Lichunhe ; nd > ; chenchanghu > Subject: Re: [ovs-dev] [PATCH v2] ovs rcu:

Re: [ovs-dev] [PATCH v2] ovs rcu: update rcu pointer first

2020-06-03 Thread Ilya Maximets
On 6/3/20 9:04 AM, Linhaifeng wrote: > > >> -Original Message- >> From: Ben Pfaff [mailto:b...@ovn.org] >> Sent: Wednesday, June 3, 2020 1:26 PM >> To: Linhaifeng >> Cc: Yanqin Wei ; d...@openvswitch.org; nd >> ; Lilijun (Jerry) ; chenchanghu >> ; Lichunhe >> Subject: Re: [ovs-dev]

Re: [ovs-dev] [PATCH ovn] test: add more tests to IP-buffering unit-test

2020-06-03 Thread Lorenzo Bianconi
On Jun 03, Ankur Sharma wrote: > Hi Lorenzo, > > Please find my comments inline. > > Regards, > Ankur > > > From: dev on behalf of Ankur Sharma > > Sent: Monday, June 1, 2020 9:05 PM > To: Lorenzo Bianconi ; ovs-dev@openvswitch.org > > Subject: Re:

Re: [ovs-dev] [PATCH] Make the notify() calls work with IPv6

2020-06-03 Thread Michele Baldessari
On Sun, May 31, 2020 at 12:19:07PM +0100, Gabriele Cerami wrote: > AFAIK OVN patches should have PATCH ovn prefix :) Ah ok, I guess last time I tweaked the OCF resource agent it was still in the ovs repo. > On 31 May, Michele Baldessari wrote: > > --- > > utilities/ovndb-servers.ocf | 7 +--

Re: [ovs-dev] [PATCH 0/2] Implement terse dump for netdev-offload

2020-06-03 Thread Simon Horman
On Wed, Jun 03, 2020 at 09:51:10AM +0300, Roi Dayan wrote: > > > On 2020-06-02 4:36 PM, Simon Horman wrote: > > On Tue, Jun 02, 2020 at 01:21:16PM +0200, Simon Horman wrote: > >> On Mon, Jun 01, 2020 at 03:54:54PM +0300, Roi Dayan wrote: ... > > Hi, > > > > unfortunately Travis-CI has flaged

Re: [ovs-dev] [PATCH ovn v9 8/8] ovn-controller: Handle sbrec_chassis changes incrementally.

2020-06-03 Thread Numan Siddique
On Wed, Jun 3, 2020 at 11:43 AM Han Zhou wrote: > On Thu, May 28, 2020 at 4:06 AM wrote: > > > > From: Numan Siddique > > > > When ovn-controller updates the nb_cfg column of its chassis, > > this results in full recomputation on all the nodes. This results > > in wastage of CPU cycles. To

Re: [ovs-dev] [PATCH ovn v9 2/8] ovn-controller: I-P for SB port binding and OVS interface in runtime_data.

2020-06-03 Thread Numan Siddique
On Wed, Jun 3, 2020 at 10:49 AM Han Zhou wrote: > On Thu, May 28, 2020 at 4:05 AM wrote: > > > > From: Numan Siddique > > > > This patch handles SB port binding changes and OVS interface changes > > incrementally in the runtime_data stage which otherwise would have > > resulted in calls to

Re: [ovs-dev] [PATCH v2] ovs rcu: update rcu pointer first

2020-06-03 Thread Yanqin Wei
Hi Ben, I read the comments and codes about ovs-rcu. Each thread is added into ovsrcu_threads in the thread start routine. And most of threads quiesce in the poll_block/ xsleep/ ovsrcu_quiesce/ ovsrcu_quiesce_start+ ovsrcu_quiesce_end. Only one thread "afsync_thread" may not be in the

Re: [ovs-dev] [PATCH v2] ovs rcu: update rcu pointer first

2020-06-03 Thread Linhaifeng
> -Original Message- > From: Ben Pfaff [mailto:b...@ovn.org] > Sent: Wednesday, June 3, 2020 1:26 PM > To: Linhaifeng > Cc: Yanqin Wei ; d...@openvswitch.org; nd > ; Lilijun (Jerry) ; chenchanghu > ; Lichunhe > Subject: Re: [ovs-dev] [PATCH v2] ovs rcu: update rcu pointer first > >

Re: [ovs-dev] [PATCH 0/2] Implement terse dump for netdev-offload

2020-06-03 Thread Roi Dayan
On 2020-06-02 4:36 PM, Simon Horman wrote: > On Tue, Jun 02, 2020 at 01:21:16PM +0200, Simon Horman wrote: >> On Mon, Jun 01, 2020 at 03:54:54PM +0300, Roi Dayan wrote: >>> In order to improve revalidator performance, extend netdev-offload with >>> terse >>> dump support. In terse dump mode

Re: [ovs-dev] [PATCH ovn v9 8/8] ovn-controller: Handle sbrec_chassis changes incrementally.

2020-06-03 Thread Han Zhou
On Thu, May 28, 2020 at 4:06 AM wrote: > > From: Numan Siddique > > When ovn-controller updates the nb_cfg column of its chassis, > this results in full recomputation on all the nodes. This results > in wastage of CPU cycles. To address this, this patch handles > sbrec_chassis changes