[ovs-dev] [PATCH v1] dpif-netdev: includes microsecond delta in meter bucket calculation

2020-04-09 Thread 姜立东 via dev
>From 909123e16ed9115a5b14fef623d47d37a0b176b2 Mon Sep 17 00:00:00 2001 From: Jiang Lidong Date: Tue, 7 Apr 2020 10:33:14 +0800 Subject: [PATCH v1] dpif-netdev: includes microsecond delta in meter bucket calculation When dp-netdev meter rate is higher than 200Mbps, observe more than 10% bias fro

Re: [ovs-dev] [PATCH v1] dpif-netdev: includes microsecond delta in meter bucket calculation

2020-04-09 Thread 0-day Robot
Bleep bloop. Greetings 姜立东 via dev, 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: corrupt patch at line 39 error: could not build fake ancestor hint: Use 'git am --show-curren

Re: [ovs-dev] [PATCH ovn] tests: actually compare packets in localnet tests

2020-04-09 Thread Numan Siddique
On Thu, Apr 9, 2020 at 1:02 AM Ihar Hrachyshka wrote: > Before the fix, the OVN_CHECK_PACKETS_REMOVE_BROADCAST macro was > redefining ovn_check_packets__ function and not running any checks > whatsoever. Which made several test cases ineffective, and also > allowed several bugs to creep into the

Re: [ovs-dev] [PATCH v5 2/2 ovn] NAT: Northd and parser changes to support port range

2020-04-09 Thread Numan Siddique
On Wed, Apr 8, 2020 at 1:00 AM Ankur Sharma wrote: > From: Ankur Sharma > > From: Ankur Sharma > > This patch has northd changes to put > port range in the logical flow based on configuration. > > Port range is NOT applicable for stateless dnat_and_snat > rules. > > Changes to parse the logical

[ovs-dev] apprendre à la maison

2020-04-09 Thread Brigitte
Découvrez notre formation pour changer de vie, devenez Praticien, Installez vous à votre compte ! et donnez du sens à votre vie ... Résultat de recherche d'images pour 'HYPNOSE'' Médicale ou Thérapeutique, cette nouvelle façon de soulager et rétablir l'harmonie des personnes en passant par l'in

[ovs-dev] [PATCH v3 2/2] system-traffic: Check frozen state handling with TLV map change

2020-04-09 Thread Yifeng Sun
This patch enhances a system traffic test to prevent regression on the tunnel metadata table (tun_table) handling with frozen state. Without a proper fix this test can crash ovs-vswitchd due to a use-after-free bug on tun_table. These are the timed sequence of how this bug is triggered: - Adds an

[ovs-dev] [PATCH v3 1/2] tun_metadata: Fix coredump caused by use-after-free bug

2020-04-09 Thread Yifeng Sun
Tun_metadata can be referened by flow and frozen_state at the same time. When ovs-vswitchd handles TLV table mod message, the involved tun_metadata gets freed. The call trace to free tun_metadata is shown as below: ofproto_run - handle_openflow - handle_single_part_openflow - handle_tlv_tabl

[ovs-dev] OVN meeting logs - 10 April 2020

2020-04-09 Thread Numan Siddique
Here is the IRC log for the OVN meeting for 10 April, 2020 http://eavesdrop.openstack.org/meetings/ovn_community_development_discussion/2020/ovn_community_development_discussion.2020-04-09-17.16.log.html Thanks Numan ___ dev mailing list d...@openvswitc

[ovs-dev] [PATCH ovn] Correctly document maximum tunnel key for port bindings.

2020-04-09 Thread Ben Pfaff
Only the lower half of the 16-bit range is available for individual port bindings. The upper half of the range is reserved for multicast groups. Signed-off-by: Ben Pfaff --- ovn-nb.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ovn-nb.xml b/ovn-nb.xml index 9d6d00c1

[ovs-dev] OvS DPDK vector pmd drivers

2020-04-09 Thread Ravi Kerur
Hi OvS DPDK team, I am looking at ixgbe_set_rx_function and ixgbe_set_tx_function and would like to enable vectorized packet handling. Looking at ixgbe_set_rx_function I see that it depends on device configuration and other parameters like descriptors, burst sze to enable vectorized Rx and Tx. How

Re: [ovs-dev] [PATCH ovn] Correctly document maximum tunnel key for port bindings.

2020-04-09 Thread Dumitru Ceara
On 4/9/20 9:10 PM, Ben Pfaff wrote: > Only the lower half of the 16-bit range is available for individual > port bindings. The upper half of the range is reserved for multicast > groups. > > Signed-off-by: Ben Pfaff Looks good to me. Acked-by: Dumitru Ceara Thanks, Dumitru > --- > ovn-nb.x

Re: [ovs-dev] [PATCH v1 0/3] Add clang compiler and testsuite jobs for arm CI

2020-04-09 Thread William Tu
On Mon, Mar 30, 2020 at 08:54:00PM +0800, Lance Yang wrote: > In order to increase CI coverage for arm, the patches enabled clang and > testsuite jobs (skipped some UT cases on arm temporarily) by modifying > the existing arm CI jobs. This does not add any extra jobs. > > Lance Yang (1): > [ovs-

Re: [ovs-dev] [PATCH net-next v1 1/3] net: openvswitch: expand the meters number supported

2020-04-09 Thread William Tu
On Wed, Apr 08, 2020 at 11:59:25PM +0800, Tonghao Zhang wrote: > On Wed, Apr 8, 2020 at 11:09 PM William Tu wrote: > > > > On Wed, Apr 01, 2020 at 06:50:09PM +0800, Tonghao Zhang wrote: > > > On Tue, Mar 31, 2020 at 11:57 AM Pravin Shelar wrote: > > > > > > > > On Sun, Mar 29, 2020 at 5:35 PM Ton

Re: [ovs-dev] [PATCH v1] dpif-netdev: includes microsecond delta in meter bucket calculation

2020-04-09 Thread William Tu
On Thu, Apr 09, 2020 at 08:58:42AM +, 姜立东 via dev wrote: > From 909123e16ed9115a5b14fef623d47d37a0b176b2 Mon Sep 17 00:00:00 2001 > From: Jiang Lidong > Date: Tue, 7 Apr 2020 10:33:14 +0800 > Subject: [PATCH v1] dpif-netdev: includes microsecond delta in meter bucket > calculation > > When d

Re: [ovs-dev] [PATCH v2] bugtool: Fix for Python3

2020-04-09 Thread William Tu
On Wed, Mar 25, 2020 at 05:33:51PM -0700, William Tu wrote: > On Thu, Mar 19, 2020 at 12:20:19PM -0700, William Tu wrote: > > On Thu, Mar 19, 2020 at 12:05 PM Timothy Redaelli > > wrote: > > > > > > Currently ovs-bugtool tool doesn't start on Python 3. > > > This commit fixes ovs-bugtool to make

Re: [ovs-dev] [PATCH net-next v1 1/3] net: openvswitch: expand the meters number supported

2020-04-09 Thread Tonghao Zhang
On Fri, Apr 10, 2020 at 5:41 AM William Tu wrote: > > On Wed, Apr 08, 2020 at 11:59:25PM +0800, Tonghao Zhang wrote: > > On Wed, Apr 8, 2020 at 11:09 PM William Tu wrote: > > > > > > On Wed, Apr 01, 2020 at 06:50:09PM +0800, Tonghao Zhang wrote: > > > > On Tue, Mar 31, 2020 at 11:57 AM Pravin She

[ovs-dev] Plan de continuidad de negocio

2020-04-09 Thread Cultura ética, organizacional y gerencial.
Curso en línea de 6 horas - Jueves 23 de abril - Instructor Alejandro Ibarra Plan de continuidad de negocio: cómo prevenir interrupciones en contingencias 50% de descuento Descripción: Las organizaciones desarrollan planes estratégicos diferenciadas para distintos escenarios de tipo económico, f

Re: [ovs-dev] OVS and DPI(Classifiers)

2020-04-09 Thread William Tu
On Wed, Jul 17, 2019 at 4:25 PM Ravi Kerur wrote: > > Hi, > > I am sending this email to gauge if OVS team or community using OVS would > be interested in this effort. I read some discussions which had happened > couple of years back with OVS and Qosmos integration and at least it looked > like OV