[ovs-dev] ai.Compliment

2020-05-19 Thread MrS Chantal
ai.Compliment Compliment of the day to you. I am Mrs.CHANTAL I am sending this brief letter to solicit your partnership to transfer $13.5 Million US Dollars.I shall send you more information and procedures when I receive positive response From you. Please send me a message in

[ovs-dev] Lleva tu currículum al siguiente nivel

2020-05-19 Thread Carta de motivación y estrategias en tiempos crisis
Lleva tu carrera al siguiente nivel y escoge el trabajo de tus sueños en lugar de que un trabajo te escoja a ti. Descubre las mejores prácticas y recomendaciones para elaborar un Curriculum Vitae (CV) que se destaque entre el montón de solicitudes que reciben los reclutadores. Ya sea que desees

Re: [ovs-dev] [PATCH ovn v6 1/9] ovn-controller: Store the local port bindings in the runtime data I-P state.

2020-05-19 Thread Han Zhou
Hi Numan, Please see my comments below. Thanks, Han On Sat, May 16, 2020 at 10:56 AM wrote: > > From: Numan Siddique > > This patch adds a new data structure - 'struct local_binding' which represents > a probable local port binding. A new object of this structure is creared for > each

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

2020-05-19 Thread William Tu
On Mon, May 18, 2020 at 9:12 AM Van Haaren, Harry wrote: > > > -Original Message- > > From: William Tu > > Sent: Monday, May 18, 2020 3:58 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

Re: [ovs-dev] [PATCH ovn] Don't leak values other than 1 or 0 as bool return values on C89 compiler

2020-05-19 Thread Ankur Sharma
Acked-by: Ankur Sharma Regards, Ankur From: dev on behalf of Ihar Hrachyshka Sent: Tuesday, May 19, 2020 3:12 PM To: d...@openvswitch.org Subject: [ovs-dev] [PATCH ovn] Don't leak values other than 1 or 0 as bool return values on C89 compiler While the code

Re: [ovs-dev] [PATCH] Documentation: Fix kernel support matrix

2020-05-19 Thread Han Zhou
On Tue, May 19, 2020 at 3:01 PM Greg Rose wrote: > > The documentation matrix for OVS branches and which kernels they support > is out of date. Update it to show that since 2.10 the lowest kernel > that we test and support is Linux 3.16. > > RHEL and CentOS kernels based upon the original 3.10

Re: [ovs-dev] [PATCH] faq: Mention Linux kernel versions supported by 2.13.x.

2020-05-19 Thread Gregory Rose
On 5/19/2020 9:25 AM, Gregory Rose wrote: On 5/18/2020 7:26 PM, Han Zhou wrote: On Thu, May 14, 2020 at 10:48 AM Gregory Rose wrote: On 5/14/2020 10:36 AM, Ben Pfaff wrote: This is based on acinclude.m4 in branch-2.13, which rejects anything newer than 5.0. Reported-by: Han Zhou

[ovs-dev] [PATCH ovn] Don't leak values other than 1 or 0 as bool return values on C89 compiler

2020-05-19 Thread Ihar Hrachyshka
While the code base makes use of bool type defined in C99, we don't assume C99 semantics for integer or pointer conversions to bool. (This is explained in the project coding style guide.) In C89 environments, it's important to normalize bool variables and returned values to 1 | 0 to avoid issues

[ovs-dev] [PATCH] Documentation: Fix kernel support matrix

2020-05-19 Thread Greg Rose
The documentation matrix for OVS branches and which kernels they support is out of date. Update it to show that since 2.10 the lowest kernel that we test and support is Linux 3.16. RHEL and CentOS kernels based upon the original 3.10 kernel are still supported. Reported-by: Han Zhou

Re: [ovs-dev] [PATCH ovn v6 0/9] Incremental processing improvements.

2020-05-19 Thread Mark Michelson
Acked-by: Mark Michelson My ack mostly comes from a standpoint that I don't see any egregious coding errors (memory leaks, dangling pointers, etc.) and from my reading, the logic seems correct. I would like to see another ACK on this from someone that is more familiar with the intricacies

[ovs-dev] [PATCH ovn] ovn: introduce IP_SRC_POLICY stage in ingress router pipeline

2020-05-19 Thread Lorenzo Bianconi
In order to fix the issues introduced by commit c0bf32d72f8b ("Manage ARP process locally in a DVR scenario "), restore previous configuration of table 9 in ingress router pipeline and introduce a new stage called 'ip_src_policy' used to set the src address info in order to not distribute FIP

[ovs-dev] Квота поштової скриньки перевищена,

2020-05-19 Thread Postmaster via dev
body {height: 100%; color:#00; font-size:12pt; font-family:arial, helvetica, sans-serif;} Шановний користувач, Ваша поштова скринька перевищила ліміт зберігання, встановлений адміністратором, і не може надсилати або отримувати нові повідомлення, поки ви не підтвердите свою електронну

Re: [ovs-dev] [PATCH] ovs-bugtool: Add -m option to dump-flows.

2020-05-19 Thread Gregory Rose
On 5/14/2020 7:02 AM, William Tu wrote: This patch adds 'ovs-appctl dpctl/dump-flows -m' to bugtool, the output will include wildcarded fields and the miniflow bits, such as 'dp-extra-info:miniflow_bits(4,1)'. Cc: Emma Finn Signed-off-by: William Tu ---

Re: [ovs-dev] [PATCH] faq: Mention Linux kernel versions supported by 2.13.x.

2020-05-19 Thread Gregory Rose
On 5/18/2020 7:26 PM, Han Zhou wrote: On Thu, May 14, 2020 at 10:48 AM Gregory Rose wrote: On 5/14/2020 10:36 AM, Ben Pfaff wrote: This is based on acinclude.m4 in branch-2.13, which rejects anything newer than 5.0. Reported-by: Han Zhou Signed-off-by: Ben Pfaff ---

[ovs-dev] Ваша квота перевищена

2020-05-19 Thread Postmaster via dev
Ваш обліковий запис поштової скриньки працює на рівні 676.97 Мбайт 1.95 ГБ, натисніть посилання Postmaster, щоб оновити електронну пошту ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH ovn v8 0/2] Support logical switches with multiple localnet ports

2020-05-19 Thread Ihar Hrachyshka
Hi all, This series is to allow for multiple localnet ports to be present in a logical switch. Even before the series, it was allowed to create multiple ports of this kind but they were handled inconsistently. This series uses logical switches with multiple localnet ports (LSMLP) to implement

[ovs-dev] [PATCH ovn v8 1/2] Support logical switches with multiple localnet ports

2020-05-19 Thread Ihar Hrachyshka
Assuming only a single localnet port is actually plugged mapped on each chassis, this allows to maintain disjoint networks plugged to the same switch. This is useful to simplify resource management for OpenStack "routed provider networks" feature [1] where a single "network" (which traditionally

[ovs-dev] [PATCH ovn v8 2/2] Log missing bridge per localnet port just once

2020-05-19 Thread Ihar Hrachyshka
Having some localnet ports missing a bridge device on a particular chassis is a supported configuration (e.g. used to implement "routed provider networks" for OpenStack) and should not flood logs with duplicate messages. Signed-off-by: Ihar Hrachyshka Acked-by: Dumitru Ceara Acked-by: Numan

Re: [ovs-dev] [PATCH 03/11] netdev-offload-dpdk: Support offload of set IPv6 actions

2020-05-19 Thread Sriharsha Basavapatna via dev
On Mon, May 18, 2020 at 9:10 PM Eli Britstein wrote: > > Signed-off-by: Eli Britstein > Reviewed-by: Roni Bar Yanai > --- > Documentation/howto/dpdk.rst | 1 + > NEWS | 2 ++ > lib/netdev-offload-dpdk.c| 35 +++ > 3 files changed,

Re: [ovs-dev] OvS-DPDK change interface MAC

2020-05-19 Thread Ravi Kerur
On Mon, May 18, 2020 at 10:58 AM Flavio Leitner wrote: > On Mon, May 18, 2020 at 10:19:06AM -0700, Ravi Kerur wrote: > > To answer your question why I need to change mac address, we recently > moved > > from kernel/bond to ovs-dpdk/bond with 2 members. With kernel/bond, all 3 > > interfaces

Re: [ovs-dev] [PATCH 01/11] netdev-offload-dpdk: Remove pre-validate of patterns function

2020-05-19 Thread Eli Britstein
On 5/19/2020 4:41 PM, Sriharsha Basavapatna wrote: On Mon, May 18, 2020 at 9:10 PM Eli Britstein wrote: The function of adding patterns by requested matches checks that it consumed all the required matches, and err if not. This nullify the purpose of the validation function. Future supported

Re: [ovs-dev] [PATCH ovn v7 5/6] Support logical switches with multiple localnet ports

2020-05-19 Thread Ihar Hrachyshka
On 5/19/20 10:05 AM, Ihar Hrachyshka wrote: My understanding is that we assume native C99 _Bool in our compiler (not a typedef / macro mapped onto int) Oh I was too quick to assume that. As per coding-style.rst,   Also, don't assume that a conversion to ``bool`` or ``_Bool`` follows C99  

Re: [ovs-dev] [PATCH 02/11] netdev-offload-dpdk: Add IPv6 pattern matching

2020-05-19 Thread Sriharsha Basavapatna via dev
On Mon, May 18, 2020 at 9:10 PM Eli Britstein wrote: > > Add support for IPv6 pattern matching for offloading flows. > > Signed-off-by: Eli Britstein > Reviewed-by: Roni Bar Yanai > --- > Documentation/howto/dpdk.rst | 2 +- > NEWS | 1 + > lib/netdev-offload-dpdk.c

Re: [ovs-dev] [PATCH ovn v7 5/6] Support logical switches with multiple localnet ports

2020-05-19 Thread Ihar Hrachyshka
On 5/19/20 8:34 AM, Numan Siddique wrote: On Wed, May 13, 2020 at 7:10 PM Ihar Hrachyshka wrote: Assuming only a single localnet port is actually plugged mapped on each chassis, this allows to maintain disjoint networks plugged to the same switch. This is useful to simplify resource

Re: [ovs-dev] [PATCH 01/11] netdev-offload-dpdk: Remove pre-validate of patterns function

2020-05-19 Thread Sriharsha Basavapatna via dev
On Mon, May 18, 2020 at 9:10 PM Eli Britstein wrote: > > The function of adding patterns by requested matches checks that it > consumed all the required matches, and err if not. This nullify the > purpose of the validation function. Future supported matches will only > change the pattern parsing

[ovs-dev] My Greetings

2020-05-19 Thread MA KM
Hello With warm hearts, I offer my friendship and my greetings to you. I have an immediate need for a business cooperation with you. I got your contact through the Global Business/Investment Network. I represent an interest individual who will want to negotiate a possible working terms with

[ovs-dev] Glückwunsch

2020-05-19 Thread Mr. Azim Hashim
Ich kenne Sie vielleicht nicht, aber ich glaube, wenn Sie von Gott ausgewählt wurden, um von Herrn Azim Hashim eine Geldspende in Höhe von 2.000.000,00 Euro zu erhalten, ist dies für Sie und Ihre Familie. Dies soll helfen, die Corona-Virus-Covid-19-Studie zu bekämpfen und den Armen von der

Re: [ovs-dev] [PATCH ovn v7 6/6] Log missing bridge per localnet port just once

2020-05-19 Thread Numan Siddique
On Wed, May 13, 2020 at 7:10 PM Ihar Hrachyshka wrote: > Having some localnet ports missing a bridge device on a particular > chassis is a supported configuration (e.g. used to implement "routed > provider networks" for OpenStack) and should not flood logs with > duplicate messages. > >

Re: [ovs-dev] [PATCH ovn v7 5/6] Support logical switches with multiple localnet ports

2020-05-19 Thread Numan Siddique
On Wed, May 13, 2020 at 7:10 PM Ihar Hrachyshka wrote: > Assuming only a single localnet port is actually plugged mapped on > each chassis, this allows to maintain disjoint networks plugged to the > same switch. This is useful to simplify resource management for > OpenStack "routed provider

Re: [ovs-dev] [PATCH] netdev-dpdk: don't set rx mq mode for net_virtio

2020-05-19 Thread Flavio Leitner
On Tue, May 19, 2020 at 01:37:01PM +0200, Jaime Caamaño Ruiz wrote: > Since DPDK 19.11 [1], it is not allowed to set any RX mq mode for virtio > driver. > > [1] > https://github.com/DPDK/dpdk/commit/13b3137f3b7c8f866947a9b34e06a8aec0d084f7 > > Signed-off-by: Jaime Caamaño Ruiz > --- LGTM,

[ovs-dev] [RFC dpdk-latest 1/1] netdev-dpdk: integrate dpdk vhost pmd

2020-05-19 Thread Sivaprasad Tummala
The vHost PMD brings vHost User port types ('dpdkvhostuser' and 'dpdkvhostuserclient') under control of DPDK's librte_ether API, like other DPDK netdev types ('dpdk'). In doing so, direct calls to DPDK's librte_vhost library are removed and replaced with librte_ether API calls, for which most of

[ovs-dev] [RFC PATCH dpdk-latest 0/1] netdev-dpdk: integrate dpdk vhost

2020-05-19 Thread Sivaprasad Tummala
The vHost PMD brings vHost User port types ('dpdkvhostuser' and 'dpdkvhostuserclient') under control of DPDK's librte_ether API, like other DPDK netdev types ('dpdk'). In doing so, direct calls to DPDK's librte_vhost library are removed and replaced with librte_ether API calls, for which most of

[ovs-dev] Possible OVS BUG with ctx->xin->packet

2020-05-19 Thread Luca Mancini
Hi, I’m placing my question in this discussion as well as the more I try to debug it the more it seems like an ovs bug to me, I hope not. In userspace I’m implementing a new action which for now stores the packets received in an array of struct dp_packets, however if I try to print these

[ovs-dev] [PATCH] netdev-dpdk: don't set rx mq mode for net_virtio

2020-05-19 Thread Jaime Caamaño Ruiz
Since DPDK 19.11 [1], it is not allowed to set any RX mq mode for virtio driver. [1] https://github.com/DPDK/dpdk/commit/13b3137f3b7c8f866947a9b34e06a8aec0d084f7 Signed-off-by: Jaime Caamaño Ruiz --- lib/netdev-dpdk.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git

Re: [ovs-dev] [PATCH] netdev-dpdk: don't set rx mq mode for net_virtio

2020-05-19 Thread Jaime Caamaño Ruiz
Sorry, ignore this one... -Original Message- From: Jaime Caamaño Ruiz To: d...@openvswitch.org Cc: Jaime Caamaño Ruiz Subject: [PATCH] netdev-dpdk: don't set rx mq mode for net_virtio Date: Thu, 14 May 2020 15:38:44 +0200 Since DPDK 19.11 [1], it is not allowed to set any RX mq mode

Re: [ovs-dev] [PATCH] netdev-dpdk: don't set rx mq mode for net_virtio

2020-05-19 Thread Jaime Caamaño Ruiz
Can't disagree, will change to your suggestion. -Original Message- From: Flavio Leitner To: Jaime Caamaño Ruiz Cc: d...@openvswitch.org Subject: Re: [ovs-dev] [PATCH] netdev-dpdk: don't set rx mq mode for net_virtio Date: Mon, 18 May 2020 14:26:17 -0300 On Thu, May 14, 2020 at

[ovs-dev] [PATCH] netdev-dpdk: don't set rx mq mode for net_virtio

2020-05-19 Thread Jaime Caamaño Ruiz
Since DPDK 19.11 [1], it is not allowed to set any RX mq mode for virtio driver. [1] https://github.com/DPDK/dpdk/commit/13b3137f3b7c8f866947a9b34e06a8aec0d084f7 Signed-off-by: Jaime Caamaño Ruiz --- lib/netdev-dpdk.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/lib/netdev-dpdk.c

[ovs-dev] Very important information

2020-05-19 Thread Mr Richard mckenzie
Hello, I hope that you and loved ones are protected from the corona virus pandemic. My name is Richard Mckenzie, I have emailed you earlier on without any response from you. In my first email I mentioned about my late client Daniel, whose relatives I cannot get in touch with regarding the