[ovs-dev] EU Business Register 2019-2020

2019-05-22 Thread EBR Register
Hello, In order to have your company inserted in the EU Business Register for 2019/2020, please print, complete and submit the attached form (PDF file) to the following address: EU BUSINESS REGISTER P.O. BOX 34 3700 AA ZEIST THE NETHERLANDS Fax: +31 205 248

Re: [ovs-dev] [PATCH] travis: Fix typo in comment.

2019-05-22 Thread Ben Pfaff
Thanks for the review. Applied to master. On Mon, May 20, 2019 at 05:00:12PM -0700, Yifeng Sun wrote: > Thanks for the fix. > > Reviewed-by: Yifeng Sun > > On Mon, May 20, 2019 at 3:49 PM Ben Pfaff wrote: > > > > Reported-by: Numan Siddique > > Reported-at: > >

[ovs-dev] Cómo ser productivo en tu trabajo

2019-05-22 Thread Claves para ser feliz
Cursos Esenciales - Webinar Interactivo – Miércoles 05 de Junio Felicidad, empoderamiento y productividad laboral ¿Eres feliz en tu trabajo? Contar con un ambiente laboral adecuado y que fomente el bienestar de los empleados ha pasado de ser un valor añadido, a una necesidad en las empresas.

Re: [ovs-dev] [RFC v2 0/5] Quicker pmd threads reloads

2019-05-22 Thread Kevin Traynor
On 14/05/2019 17:33, David Marchand wrote: > We have been testing the rebalance code in different situations while > having traffic going through OVS. > Those tests have shown that part of the observed packets losses is due to > some time wasted in signaling/waiting for the pmd threads to reload

Re: [ovs-dev] [RFC v2 5/5] dpif-netdev: Catch reloads faster.

2019-05-22 Thread Kevin Traynor
On 14/05/2019 17:33, David Marchand wrote: > Looking at the reload flag only every 1024 loops can be a long time > under load, since we might be handling 32 packets per iteration, which > means 32k packets. 32 packets is the burst size for each poll to each rxq, but there may be multiple rxqs to

Re: [ovs-dev] [RFC v2 1/5] dpif-netdev: Convert exit latch to flag.

2019-05-22 Thread Kevin Traynor
On 14/05/2019 17:33, David Marchand wrote: > No need for a latch here since we don't have to wait. > A simple boolean flag is enough. > > The memory order on the reload flag is changed to rel-acq ordering to > serve as a synchronisation point between the pmd threads and the control > thread that

Re: [ovs-dev] [RFC V2] netdev-rte-offloads: HW offload virtio-forwarder

2019-05-22 Thread Simon Horman
Hi, On Thu, May 16, 2019 at 08:44:31AM +, Roni Bar Yanai wrote: > >-Original Message- > > From: Ilya Maximets > > Sent: Wednesday, May 15, 2019 4:37 PM > > To: Roni Bar Yanai ; ovs-dev@openvswitch.org; Ian > > Stokes ; Kevin Traynor > > Cc: Eyal Lavee ; Oz Shlomo ; Eli > > Britstein

Re: [ovs-dev] [PATCH v4 1/4] netdev: Dynamic per-port Flow API.

2019-05-22 Thread Ilya Maximets
On 22.05.2019 13:15, Ilya Maximets wrote: > On 22.05.2019 1:12, Ophir Munk wrote: >> >>> -Original Message- >>> From: Roi Dayan >>> Sent: Tuesday, May 21, 2019 7:48 PM >>> To: Ilya Maximets ; ovs-dev@openvswitch.org >>> Cc: Ian Stokes ; Flavio Leitner ; >>> Ophir Munk ; Kevin Traynor

[ovs-dev] [PATCH v2] ovn-controller: Fix chassis ovn-sbdb record init

2019-05-22 Thread Dumitru Ceara
The chassis_run code didn't take into account the scenario when the system-id was changed in the Open_vSwitch table. Due to this the code was trying to insert a new Chassis record in the OVN_Southbound DB with the same Encaps as the previous Chassis record. The transaction used to insert the new

Re: [ovs-dev] [PATCH] ovn-controller: Fix chassis ovn-sbdb record init

2019-05-22 Thread 0-day Robot
Bleep bloop. Greetings Dumitru Ceara, 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: :744: new blank line at EOF. + warning: 1 line adds whitespace errors. Please check this out.

Re: [ovs-dev] [PATCH v4 1/4] netdev: Dynamic per-port Flow API.

2019-05-22 Thread Ilya Maximets
On 22.05.2019 1:12, Ophir Munk wrote: > >> -Original Message- >> From: Roi Dayan >> Sent: Tuesday, May 21, 2019 7:48 PM >> To: Ilya Maximets ; ovs-dev@openvswitch.org >> Cc: Ian Stokes ; Flavio Leitner ; >> Ophir Munk ; Kevin Traynor >> ; Roni Bar Yanai ; Finn >> Christensen ; Ben Pfaff ;

[ovs-dev] [PATCH] ovn-controller: Fix chassis ovn-sbdb record init

2019-05-22 Thread Dumitru Ceara
The chassis_run code didn't take into account the scenario when the system-id was changed in the Open_vSwitch table. Due to this the code was trying to insert a new Chassis record in the OVN_Southbound DB with the same Encaps as the previous Chassis record. The transaction used to insert the new

Re: [ovs-dev] [PATCH] ovn-controller: Fix parsing of OVN tunnel IDs

2019-05-22 Thread Dumitru Ceara
On Thu, May 16, 2019 at 10:59 PM venugopal iyer wrote: > > Hi, Dumitru: > > On Thursday, May 16, 2019, 2:13:41 AM CDT, Dumitru Ceara > wrote: > > > On Wed, May 15, 2019 at 10:30 PM venugopal iyer wrote: > > > > Thanks for fixing this! a comment below: > > > > On Monday, May 13, 2019, 6:31:28

Re: [ovs-dev] [PATCH] ovn: Properly set the index for chassis lookup

2019-05-22 Thread Dumitru Ceara
On Fri, May 10, 2019 at 10:58 AM Numan Siddique wrote: > > > > On Thu, May 9, 2019 at 1:40 PM Dumitru Ceara wrote: >> >> The chassis_lookup_by_name function now calls >> sbrec_chassis_index_set_name instead of sbrec_chassis_set_name. Due to >> the use of the wrong API memory was leaked every