Re: [ovs-dev] [ovn] no tunnel from GW to compute

2020-10-27 Thread Tony Liu
Checked OF flows for working and non-working FIPs, can't find any difference. DF flow is installed by vswitchd based on OF flow when processing the first packet. I enabled debug logging, no log for working FIP, a few logs for non-working FIP. Does that mean something wrong about non-working FIP?

Re: [ovs-dev] [PATCH v3 2/2] netdev-dpdk: Add option to configure VF MAC address.

2020-10-27 Thread Gaëtan Rivet
Hi Ilya, Kevin, Thanks for the remarks, I will fix them. However I have two questions inline. On 27/10/20 15:03 +0100, Ilya Maximets wrote: > On 10/20/20 1:15 PM, Kevin Traynor wrote: > > On 16/09/2020 16:17, Gaetan Rivet wrote: > >> In some cloud topologies, using DPDK VF representors in guest

[ovs-dev] 答复: [PATCH V3 2/4] Add GSO support for DPDK data path

2020-10-27 Thread 杨燚
-邮件原件- 发件人: dev [mailto:ovs-dev-boun...@openvswitch.org] 代表 Ilya Maximets 发送时间: 2020年10月27日 21:03 收件人: yang_y...@163.com; ovs-dev@openvswitch.org 抄送: f...@sysclose.org; i.maxim...@ovn.org 主题: Re: [ovs-dev] [PATCH V3 2/4] Add GSO support for DPDK data path On 8/7/20 12:56 PM,

[ovs-dev] 答复: [PATCH V3 3/4] Add VXLAN TCP and UDP GRO support for DPDK data path

2020-10-27 Thread 杨燚
-邮件原件- 发件人: dev [mailto:ovs-dev-boun...@openvswitch.org] 代表 Ilya Maximets 发送时间: 2020年10月27日 21:12 收件人: yang_y...@163.com; ovs-dev@openvswitch.org 抄送: f...@sysclose.org; i.maxim...@ovn.org 主题: Re: [ovs-dev] [PATCH V3 3/4] Add VXLAN TCP and UDP GRO support for DPDK data path On 8/7/20

Re: [ovs-dev] [PATCH v10 ovn] Allow to run multiple controllers on the same machine

2020-10-27 Thread Ihar Hrachyshka
On Wed, Sep 23, 2020 at 10:28 AM Numan Siddique wrote: > > > > On Wed, Sep 23, 2020 at 6:13 PM Numan Siddique wrote: >> >> >> >> On Wed, Sep 23, 2020 at 1:00 PM Han Zhou wrote: >>> >>> On Tue, Sep 22, 2020 at 12:46 PM Ihar Hrachyshka >>> wrote: >>> > >>> > User stories: >>> > 1) NFV: an admin

[ovs-dev] 答复: [PATCH] netdev-dpdk: fix incorrect shinfo initialization

2020-10-27 Thread 杨燚
-邮件原件- 发件人: dev [mailto:ovs-dev-boun...@openvswitch.org] 代表 Flavio Leitner 发送时间: 2020年10月27日 21:08 收件人: Ilya Maximets 抄送: yang_y...@163.com; ovs-dev@openvswitch.org; olivier.m...@6wind.com 主题: Re: [ovs-dev] [PATCH] netdev-dpdk: fix incorrect shinfo initialization On Tue, Oct 27, 2020 at

[ovs-dev] Marco jurídico y desarrollo de casos prácticos

2020-10-27 Thread Finiquitos y liquidaciones
Webinar en Vivo: Finiquitos y liquidaciones. Miércoles 11 de Noviembre- Horario de 10:00 a 17:00 Hrs. Desarrollar de una forma dinámica y fácil los aspectos a considerar para el cálculo de los finiquitos y liquidaciones, mediante el estudio del marco jurídico y el desarrollo de casos

Re: [ovs-dev] [PATCH v2 5/6] lldp: correctly increase discarded count

2020-10-27 Thread 0-day Robot
Bleep bloop. Greetings Fabrizio D'Angelo, 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: ERROR: Author Vincent Bernat needs to sign off. Lines checked: 45, Warnings: 0, Errors:

Re: [ovs-dev] [PATCH v2 4/6] lldp: increase statsTLVsUnrecognizedTotal on unknown TLV

2020-10-27 Thread 0-day Robot
Bleep bloop. Greetings Fabrizio D'Angelo, 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: ERROR: Author Vincent Bernat needs to sign off. WARNING: Unexpected sign-offs from

Re: [ovs-dev] [PATCH v2 3/6] lldp: fix a buffer overflow when handling management address TLV

2020-10-27 Thread 0-day Robot
Bleep bloop. Greetings Fabrizio D'Angelo, 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: ERROR: Author Vincent Bernat needs to sign off. Lines checked: 52, Warnings: 0, Errors:

Re: [ovs-dev] [PATCH v2 2/6] lldp: Fix size of PEEK_DISCARD_UINT32()

2020-10-27 Thread 0-day Robot
Bleep bloop. Greetings Fabrizio D'Angelo, 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: ERROR: Author Jonas Johansson needs to sign off. WARNING: Unexpected sign-offs from

[ovs-dev] Benachrichtigung der Gewinner !!!.

2020-10-27 Thread max
Benachrichtigung der Gewinner !!!. Ihre E-Mail-ID hat Ђ 150.000,00 Euro (ein hundertfьnfzigtausend Euro) in LottoMax International Charity program.Ref Well Sp gewonnen /179/0-39/44/4-07/ES.Lucky No.9 / 44/15/27 / 49.For Weitere Informationen und Antragsverfahren , benutzen Sie bitte unser Agent

[ovs-dev] [PATCH ovn 2/2] pinctrl: Fix memory leak when handling empty lb backends.

2020-10-27 Thread Dumitru Ceara
Fixes: 7c3523c71932 ("OVN: introduce trigger_event() action") Signed-off-by: Dumitru Ceara --- controller/pinctrl.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/controller/pinctrl.c b/controller/pinctrl.c index bc482c0..08adc10 100644 --- a/controller/pinctrl.c +++

[ovs-dev] [PATCH ovn 0/2] Fix memory leaks due to controller events.

2020-10-27 Thread Dumitru Ceara
Fixes: be1eeb09d373 ("OVN: introduce Controller_Event table") Fixes: 7c3523c71932 ("OVN: introduce trigger_event() action") Signed-off-by: Dumitru Ceara Dumitru Ceara (2): pinctrl: Fix memory leak in controller_event_run(). pinctrl: Fix memory leak when handling empty lb backends.

[ovs-dev] [PATCH v2 3/6] lldp: fix a buffer overflow when handling management address TLV

2020-10-27 Thread Fabrizio D'Angelo
From: Vincent Bernat Upstream commit: commit a8d8006c06d9ac16ebcf33295cbd625c0847ca9b Author: Vincent Bernat Date: Sun, 4 Oct 2015 01:50:38 +0200 lldp: fix a buffer overflow when handling management address TLV When a remote device was advertising a too

[ovs-dev] [PATCH v2 1/6] lldp: validate a bit more received LLDP frames

2020-10-27 Thread Fabrizio D'Angelo
From: Aaron Conole From: Vincent Bernat Upstream commit: commit 3aeae72b97716fddac290634fad02b952d981f17 Author: Vincent Bernat Date: Tue, 1 Oct 2019 21:42:42 +0200 lldp: validate a bit more received LLDP frames Notably, we ensure the order and unicity of Chassis ID,

[ovs-dev] [PATCH v2 0/6] Incorporate fixes from lldpd upstream

2020-10-27 Thread Fabrizio D'Angelo
This patchset pulls in a number of required fixes that have been accumulated over the years in lldpd. https://travis-ci.org/github/fabrizio8/ovs/builds/739390567 Aaron Conole (1): lldp: validate a bit more received LLDP frames Fabrizio D'Angelo (5): lldp: Fix size of PEEK_DISCARD_UINT32()

[ovs-dev] [PATCH v2 6/6] AUTHORS: Add Fabrizio D'Angelo.

2020-10-27 Thread Fabrizio D'Angelo
Signed-off-by: Fabrizio D'Angelo --- AUTHORS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 9e9d210a20..31c1cf18d2 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -145,6 +145,7 @@ Eric Sesterhenn eric.sesterh...@lsexperts.de Ethan J.

[ovs-dev] [PATCH v2 4/6] lldp: increase statsTLVsUnrecognizedTotal on unknown TLV

2020-10-27 Thread Fabrizio D'Angelo
From: Vincent Bernat Upstream commit: commit 109bcd423cd560545ec7940d73a50c5584aebb0c Author: Vincent Bernat Date: Sat, 6 Apr 2019 21:17:25 +0200 This was done for organization TLVs, but not for other TLVs. Fix

[ovs-dev] [PATCH v2 5/6] lldp: correctly increase discarded count

2020-10-27 Thread Fabrizio D'Angelo
From: Vincent Bernat Upstream commit: commit 32f0deeebc9172c3f5f4a4d02aab32e6904947f6 Date: Sat, 18 Feb 2017 20:11:47 +0100 lldpd: correctly increase discarded count When a frame cannot be decoded but has been guessed, increase the discarded count.

[ovs-dev] [PATCH v2 2/6] lldp: Fix size of PEEK_DISCARD_UINT32()

2020-10-27 Thread Fabrizio D'Angelo
From: Jonas Johansson Upstream commit: commit a8d8006c06d9ac16ebcf33295cbd625c0847ca9b Author: Jonas Johansson Date: Thu, 21 Apr 2016 11:50:06 +0200 Fix size of PEEK_DISCARD_UINT32() Signed-off-by: Jonas Johansson Signed-off-by: Fabrizio D'Angelo --- lib/lldp/lldp.c

[ovs-dev] [PATCH ovn 1/2] pinctrl: Fix memory leak in controller_event_run().

2020-10-27 Thread Dumitru Ceara
Valgrind report: ==4689== 639 (96 direct, 543 indirect) bytes in 3 blocks are definitely lost in loss record 141 of 146 ==4689==at 0x4C29E63: malloc (vg_replace_malloc.c:309) ==4689==by 0x51EEB3: xmalloc (util.c:138) ==4689==by 0x485034: resize (hmap.c:100) ==4689==by 0x4852BF:

Re: [ovs-dev] [PATCH ovn v2 1/7] Add new table Load_Balancer in Southbound database.

2020-10-27 Thread Dumitru Ceara
On 10/27/20 6:16 PM, num...@ovn.org wrote: > From: Numan Siddique > > This patch adds a new table 'Load_Balancer' in SB DB and syncs the > Load_Balancer table rows > from NB DB to SB DB. An upcoming patch will make use of this table for > handling the > load balancer hairpin traffic. > >

Re: [ovs-dev] OVN-OVS build compatibility, take 2

2020-10-27 Thread Brian Haley
On 10/23/20 2:56 PM, Mark Michelson wrote: On 10/23/20 8:42 AM, Brian Haley wrote: On 10/22/20 3:31 PM, Mark Michelson wrote: Hi, In today's OVN meeting [1], Numan brought up that he had proposed an OVN patch [2] that deals with a compilation error that occurred after updating to the latest

Re: [ovs-dev] [ovn] no tunnel from GW to compute

2020-10-27 Thread Tony Liu
Saw the same problem again. Recreate network, attach to router and launch VM, problem is gone. Probably some glitch happened during the early deployment. Any hints how to look into it? Thanks! Tony > -Original Message- > From: discuss On Behalf Of Tony > Liu > Sent: Friday, October 16,

Re: [ovs-dev] [PATCH v9] dpif-netlink: distribute polling to discreet handlers

2020-10-27 Thread Flavio Leitner
On Fri, Sep 18, 2020 at 02:48:17PM -0400, Mark Gray wrote: > From: Aaron Conole > > Currently, the channel handlers are polled globally. On some > systems, this causes a thundering herd issue where multiple > handler threads become active, only to do no work and immediately > sleep. > > The

[ovs-dev] Noticia

2020-10-27 Thread ABERTO MORALES
ALBERTO MORALES  LEGAL CONSULTANTS AV/DE GRAN VIA NO.38, 28008 MADRID, SPAIN  TEL: 0034 631 272 276 FAX: 0034 917 857 722 E-MAIL: albertomorales2...@gmail.com REF NO: WASUR/ TE/57-876/ZL20      

[ovs-dev] [PATCH branch-2.11] python: Add 'six' to list of install requirements

2020-10-27 Thread Thomas Neuman
From ba3b444d8c182ab7ff2e007c8960e30706089faa Mon Sep 17 00:00:00 2001 From: Thomas Neuman Date: Tue, 27 Oct 2020 17:39:27 + Subject: [PATCH branch-2.11] python: Add 'six' to list of install requirements Fixes: 73eb682edb Signed-off-by: Thomas Neuman --- python/setup.py | 2 +- 1 file

[ovs-dev] Beneficios de la documentación de los procesos

2020-10-27 Thread Mapeo de procesos
Jueves 05 de Noviembre | Horario de 10:00 a 17:00 hrs. | (hora del centro de México) - Mapeo de procesos - ¿De qué hablaremos? Este taller está dirigido al personal de las áreas de calidad, procesos, proyectos de mejora y profesionales dedicados a la documentación de procesos en general y

Re: [ovs-dev] [PATCH ovn v2 1/7] Add new table Load_Balancer in Southbound database.

2020-10-27 Thread 0-day Robot
Bleep bloop. Greetings Numan Siddique, 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: Failed to merge in the changes. hint: Use 'git am --show-current-patch' to see the failed

Re: [ovs-dev] [PATCH ovn 3/7] northd: Improve comments.

2020-10-27 Thread Numan Siddique
On Tue, Oct 27, 2020, 11:14 PM Ben Pfaff wrote: > On Tue, Oct 27, 2020 at 09:00:10PM +0530, Numan Siddique wrote: > > On Mon, Oct 26, 2020 at 11:46 PM Ben Pfaff wrote: > > > -bool derived; /* Indicates whether this is an additional port > > > - * derived from nbsp or nbrp.

Re: [ovs-dev] [PATCH ovn 7/7] northd: Enhance implementation of port tunnel key requests.

2020-10-27 Thread Ben Pfaff
On Tue, Oct 27, 2020 at 10:28:00PM +0530, Numan Siddique wrote: > On Mon, Oct 26, 2020 at 11:47 PM Ben Pfaff wrote: > > > > When a tunnel key was requested, the implementation was not smart enough > > to reassign a port that had been automatically assigned the same > > key. This fixes the

Re: [ovs-dev] [PATCH ovn 1/7] northd: Count mask length and priority correctly for IPv6 addresses.

2020-10-27 Thread Ben Pfaff
Thanks for the reviews. I applied this series to ovn master. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH ovn 3/7] northd: Improve comments.

2020-10-27 Thread Ben Pfaff
On Tue, Oct 27, 2020 at 09:00:10PM +0530, Numan Siddique wrote: > On Mon, Oct 26, 2020 at 11:46 PM Ben Pfaff wrote: > > -bool derived; /* Indicates whether this is an additional port > > - * derived from nbsp or nbrp. */ > > +/* This is ordinarily false. It is true iff

[ovs-dev] [PATCH ovn v2 7/7] sbctl: Add Load Balancer support for vflows option.

2020-10-27 Thread numans
From: Numan Siddique Signed-off-by: Numan Siddique --- utilities/ovn-sbctl.c | 55 +++ 1 file changed, 55 insertions(+) diff --git a/utilities/ovn-sbctl.c b/utilities/ovn-sbctl.c index 00c112c7e5..5b593b38cb 100644 --- a/utilities/ovn-sbctl.c +++

[ovs-dev] [PATCH ovn v2 6/7] ovn-detrace: Add SB Load Balancer cookier handler.

2020-10-27 Thread numans
From: Numan Siddique Signed-off-by: Numan Siddique --- utilities/ovn-detrace.in | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/utilities/ovn-detrace.in b/utilities/ovn-detrace.in index 4f8dd5f3d8..1214be6fa1 100755 --- a/utilities/ovn-detrace.in +++

[ovs-dev] [PATCH ovn v2 4/7] actions: Add new actions chk_lb_hairpin, chk_lb_hairpin_reply and ct_snat_to_vip.

2020-10-27 Thread numans
From: Numan Siddique The action - chk_lb_hairpin checks if the packet destined to a load balancer VIP is to be hairpinned back to the same destination and if so, sets the destination register bit to 1. The action - chk_lb_hairpin_reply checks if the packet is a reply of the hairpinned packet.

[ovs-dev] [PATCH ovn v2 3/7] controller: Add load balancer hairpin OF flows.

2020-10-27 Thread numans
From: Numan Siddique Presently to handle the load balancer hairpin traffic (the traffic destined to the load balancer VIP is dnatted to the backend which originated the traffic), ovn-northd adds a lot of logical flows to check this scenario. This patch attempts to reduce the these logical

[ovs-dev] [PATCH ovn v2 2/7] northd: Refactor load balancer vip parsing.

2020-10-27 Thread numans
From: Numan Siddique Parsing of the load balancer VIPs is moved to a separate file - lib/lb.c. ovn-northd makes use of these functions. Upcoming patch will make use of these util functions for parsing SB Load_Balancers. Signed-off-by: Numan Siddique --- lib/automake.mk | 4 +- lib/lb.c

[ovs-dev] [PATCH ovn v2 1/7] Add new table Load_Balancer in Southbound database.

2020-10-27 Thread numans
From: Numan Siddique This patch adds a new table 'Load_Balancer' in SB DB and syncs the Load_Balancer table rows from NB DB to SB DB. An upcoming patch will make use of this table for handling the load balancer hairpin traffic. Signed-off-by: Numan Siddique --- northd/ovn-northd.c | 141

[ovs-dev] [PATCH ovn v2 0/7] Optimize load balancer hairpin logical flows.

2020-10-27 Thread numans
From: Numan Siddique This patch series optimizes the load balancer hairpin logical flows. Presently, ovn-northd generates a lot of these logical flows. Suppose there are 'm' load balancers associated to a logical switch and each load balancer has 'n' VIPs and each VIP has 'p' backends then

Re: [ovs-dev] [PATCH ovn] update NEWS file with iPXE support

2020-10-27 Thread Numan Siddique
On Tue, Oct 27, 2020 at 8:51 PM Lorenzo Bianconi wrote: > > Signed-off-by: Lorenzo Bianconi Thanks Lorenzo. I applied this patch to master. Numan > --- > NEWS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/NEWS b/NEWS > index 48b21fae4..ba04c6bbe 100644 > ---

Re: [ovs-dev] [PATCH ovn 7/7] northd: Enhance implementation of port tunnel key requests.

2020-10-27 Thread Numan Siddique
On Mon, Oct 26, 2020 at 11:47 PM Ben Pfaff wrote: > > When a tunnel key was requested, the implementation was not smart enough > to reassign a port that had been automatically assigned the same > key. This fixes the problem and adds a test. > > Signed-off-by: Ben Pfaff > --- >

Re: [ovs-dev] [PATCH ovn 6/7] northd: Enhance implementation of datapath tunnel key requests.

2020-10-27 Thread Numan Siddique
On Mon, Oct 26, 2020 at 11:47 PM Ben Pfaff wrote: > > When a tunnel key was requested, the implementation was not smart enough > to reassign a datapath that had been automatically assigned the same > key. This fixes the problem and adds a test. > > I didn't see a reason not to make this feature

Re: [ovs-dev] [PATCH v3 1/2] Documentation: update IPsec tutorial for F32

2020-10-27 Thread Eric Garver
On Tue, Oct 27, 2020 at 10:45:17AM -0400, Mark Gray wrote: > F32 requires the "python3-openvswitch" package now. Also, the > iptables chain "IN_FedoraServer_allow" does not exist on Fedora 32. > > Signed-off-by: Mark Gray Thanks. Acked-by: Eric Garver > --- >

Re: [ovs-dev] [PATCH v2] Don't raise an Exception on failure to connect via SSL

2020-10-27 Thread Terry Wilson
Just bumping to make sure this doesn't fall through the cracks. 11 days since the last ack. Let me know if there's anything else that needs changing. Thanks! On Fri, Oct 16, 2020 at 1:37 AM Thomas Neuman wrote: > Yup, fair enough. LGTM > > Acked-by: Thomas Neuman > > > > > I get why it seems a

Re: [ovs-dev] [PATCH ovn 5/7] northd: Use address set for service monitor MAC.

2020-10-27 Thread Numan Siddique
On Mon, Oct 26, 2020 at 11:47 PM Ben Pfaff wrote: > > Until now, the service monitor MAC has been inlined into logical flow > matches. This makes it a little hard to compare flow tables from one > run or deployment to another, since the service monitor MAC is random > and will always differ.

Re: [ovs-dev] [PATCH ovn 4/7] northd: Don't redundantly set Port_Binding options.

2020-10-27 Thread Numan Siddique
On Mon, Oct 26, 2020 at 11:47 PM Ben Pfaff wrote: > > This is called twice within a few lines of code. > > Signed-off-by: Ben Pfaff Acked-by: Numan Siddique Thanks Numan > --- > northd/ovn-northd.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/northd/ovn-northd.c

Re: [ovs-dev] [PATCH ovn 3/7] northd: Improve comments.

2020-10-27 Thread Numan Siddique
On Mon, Oct 26, 2020 at 11:46 PM Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > --- > northd/ovn-northd.c | 33 + > 1 file changed, 29 insertions(+), 4 deletions(-) > > diff --git a/northd/ovn-northd.c b/northd/ovn-northd.c > index 4457cdc2d392..e69845fbb219

[ovs-dev] [PATCH ovn] update NEWS file with iPXE support

2020-10-27 Thread Lorenzo Bianconi
Signed-off-by: Lorenzo Bianconi --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 48b21fae4..ba04c6bbe 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,8 @@ Post-v20.09.0 datapath can be inferred from the inport (which is required). - The obsolete

Re: [ovs-dev] [PATCH ovn 2/7] northd: Add missing space in log message.

2020-10-27 Thread Numan Siddique
On Mon, Oct 26, 2020 at 11:46 PM Ben Pfaff wrote: > > Signed-off-by: Ben Pfaff > Fixes: fc79d690b9e5 ("External IP based NAT: NORTHD changes to use > allowed/exempted external ip") Acked-by: Numan Siddique Thanks Numan > --- > northd/ovn-northd.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [ovs-dev] [PATCH ovn 1/7] northd: Count mask length and priority correctly for IPv6 addresses.

2020-10-27 Thread Numan Siddique
On Mon, Oct 26, 2020 at 11:46 PM Ben Pfaff wrote: > > Before this commit, the IPv4 calculation was used even for IPv6 > addresses, which was wrong. > > Signed-off-by: Ben Pfaff Acked-by: Numan Siddique Thanks Numan > --- > northd/ovn-northd.c | 7 +-- > 1 file changed, 5 insertions(+),

Re: [ovs-dev] [PATCH v2 1/2] Documentation: update IPsec tutorial for F32

2020-10-27 Thread Mark Gray
On 23/10/2020 20:23, Eric Garver wrote: > On Fri, Oct 23, 2020 at 02:39:21PM -0400, Mark Gray wrote: > > nit: These commands require root. So prompt should be '#'. The whole file was incorrect. I just updated the whole thing. v3 is posted at:

[ovs-dev] [PATCH v3 0/2] Some fixes for OVS IPsec on Fedora

2020-10-27 Thread Mark Gray
In the process of testing OVS IPsec on Fedora, I discovered some small issues to be resolved. I am following the tutorial at https://docs.openvswitch.org/en/latest/tutorials/ipsec/ Mark Gray (2): Documentation: update IPsec tutorial for F32 python: set ovs.dirs variables with build system

[ovs-dev] [PATCH v3 1/2] Documentation: update IPsec tutorial for F32

2020-10-27 Thread Mark Gray
F32 requires the "python3-openvswitch" package now. Also, the iptables chain "IN_FedoraServer_allow" does not exist on Fedora 32. Signed-off-by: Mark Gray --- Documentation/tutorials/ipsec.rst | 108 +++--- 1 file changed, 55 insertions(+), 53 deletions(-) diff --git

[ovs-dev] [PATCH v3 2/2] python: set ovs.dirs variables with build system values

2020-10-27 Thread Mark Gray
ovs/dirs.py should be auto-generated using the template ovs/dirs.py.template at build time. This will set the ovs.dirs python variables with a value specified by the environment or, if the environment variable is not set, from the build system. Signed-off-by: Mark Gray --- lib/automake.mk

Re: [ovs-dev] [PATCH v3 ovn] dhcp: add iPXE support to OVN

2020-10-27 Thread Numan Siddique
On Tue, Oct 27, 2020 at 7:40 PM Numan Siddique wrote: > > On Fri, Oct 23, 2020 at 4:04 PM Lorenzo Bianconi > wrote: > > > > Add iPXE support to OVN introducing "bootfile_name_alt" dhcp option. > > "bootfile_name_alt" dhcp userdata is encoded as option 254 since > > it is not currently used. > >

Re: [ovs-dev] [PATCH v3 ovn] dhcp: add iPXE support to OVN

2020-10-27 Thread Numan Siddique
On Fri, Oct 23, 2020 at 4:04 PM Lorenzo Bianconi wrote: > > Add iPXE support to OVN introducing "bootfile_name_alt" dhcp option. > "bootfile_name_alt" dhcp userdata is encoded as option 254 since > it is not currently used. > When both "bootfile_name" and "bootfile_name_alt" are provided > by the

Re: [ovs-dev] [PATCH v3 2/2] netdev-dpdk: Add option to configure VF MAC address.

2020-10-27 Thread Ilya Maximets
On 10/20/20 1:15 PM, Kevin Traynor wrote: > On 16/09/2020 16:17, Gaetan Rivet wrote: >> In some cloud topologies, using DPDK VF representors in guest requires >> configuring a VF before it is assigned to the guest. >> >> A first basic option for such configuration is setting the VF MAC >> address.

[ovs-dev] WiFi PTZ Camera

2020-10-27 Thread Lisa-CZTECH
Dear Customers, Good day.hope everything is good for you. I know all hard in this year,let's pray for all. I know the camera industry is very competitive.do you want something new in market? Yes we have the smart battery camera,the unique function is AI human detection and full color night

Re: [ovs-dev] [PATCH V3 3/4] Add VXLAN TCP and UDP GRO support for DPDK data path

2020-10-27 Thread Ilya Maximets
On 8/7/20 12:56 PM, yang_y...@163.com wrote: > From: Yi Yang > > GRO(Generic Receive Offload) can help improve performance > when TSO (TCP Segment Offload) or VXLAN TSO is enabled > on transmit side, this can avoid overhead of ovs DPDK > data path and enqueue vhost for VM by merging many small >

Re: [ovs-dev] [PATCH] netdev-dpdk: fix incorrect shinfo initialization

2020-10-27 Thread Flavio Leitner
On Tue, Oct 27, 2020 at 01:47:22PM +0100, Ilya Maximets wrote: > On 10/27/20 12:34 PM, Flavio Leitner wrote: > > On Wed, Oct 14, 2020 at 03:22:48PM +0800, yang_y...@163.com wrote: > >> From: Yi Yang > >> > >> shinfo is used to store reference counter and free callback > >> of an external buffer,

Re: [ovs-dev] [PATCH V3 2/4] Add GSO support for DPDK data path

2020-10-27 Thread Ilya Maximets
On 8/7/20 12:56 PM, yang_y...@163.com wrote: > From: Yi Yang > > GSO(Generic Segment Offload) can segment large UDP > and TCP packet to small packets per MTU of destination > , especially for the case that physical NIC can't > do hardware offload VXLAN TSO and VXLAN UFO, GSO can > make sure

Re: [ovs-dev] [PATCH 3/6] lldp: fix a buffer overflow when handling management address TLV

2020-10-27 Thread Aaron Conole
Hi Fabrizio, Thanks for the work on this. Fabrizio D'Angelo writes: > From: Vincent Bernat > > Upstream commit: > commit a8d8006c06d9ac16ebcf33295cbd625c0847ca9b > Author: Vincent Bernat > Date: Sun, 4 Oct 2015 01:50:38 +0200 > > lldp: fix a buffer overflow when

Re: [ovs-dev] [PATCH] netdev-dpdk: fix incorrect shinfo initialization

2020-10-27 Thread Ilya Maximets
On 10/27/20 12:34 PM, Flavio Leitner wrote: > On Wed, Oct 14, 2020 at 03:22:48PM +0800, yang_y...@163.com wrote: >> From: Yi Yang >> >> shinfo is used to store reference counter and free callback >> of an external buffer, but it is stored in mbuf if the mbuf >> has tailroom for it. >> >> This is

Re: [ovs-dev] [PATCH] raft: Avoid annoying debug logs if raft is connected.

2020-10-27 Thread Ilya Maximets
On 10/26/20 2:03 AM, Han Zhou wrote: > > > On Sun, Oct 25, 2020 at 5:35 PM Ilya Maximets > wrote: >> >> If debug logs enabled, "raft_is_connected: true" printed on every >> call to raft_is_connected() which is way too frequently. >> These messages are not very

Re: [ovs-dev] [PATCH] raft: Fix error leak on failure while saving snapshot.

2020-10-27 Thread Ilya Maximets
On 10/26/20 2:05 AM, Han Zhou wrote: > > > On Fri, Oct 23, 2020 at 11:30 AM Ilya Maximets > wrote: >> >> Error should be destroyed before return. >> >> Fixes: 1b1d2e6daa56 ("ovsdb: Introduce experimental support for clustered >> databases.") >> Signed-off-by: Ilya

Re: [ovs-dev] [PATCH] netdev-dpdk: fix incorrect shinfo initialization

2020-10-27 Thread Flavio Leitner
On Wed, Oct 14, 2020 at 03:22:48PM +0800, yang_y...@163.com wrote: > From: Yi Yang > > shinfo is used to store reference counter and free callback > of an external buffer, but it is stored in mbuf if the mbuf > has tailroom for it. > > This is wrong because the mbuf (and its data) can be freed

Re: [ovs-dev] [PATCH v2 1/2] Documentation: update IPsec tutorial for F32

2020-10-27 Thread Mark Gray
On 23/10/2020 20:23, Eric Garver wrote: > On Fri, Oct 23, 2020 at 02:39:21PM -0400, Mark Gray wrote: >> >> - $ iptables -A IN_FedoraServer_allow -p esp -j ACCEPT >> - $ iptables -A IN_FedoraServer_allow -p udp --dport 500 -j ACCEPT >> + $ systemctl enable firewalld >> +