[ovs-dev] [PATCH v4] Bareudp Tunnel Support

2020-05-25 Thread Martin Varghese
From: Martin Varghese There are various L3 encapsulation standards using UDP being discussed to leverage the UDP based load balancing capability of different networks. MPLSoUDP (__ https://tools.ietf.org/html/rfc7510) is one among them. The Bareudp tunnel provides a generic L3 encapsulation

Re: [ovs-dev] [PATCH ovn 0/2] fix ARP processing for FIP traffic

2020-05-25 Thread Han Zhou
On Mon, May 25, 2020 at 2:55 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > > Lorenzo Bianconi (2): > Revert "Manage ARP process locally in a DVR scenario" > northd: manage ARP request locally for FIP traffic > > northd/ovn-northd.8.xml | 49 >

Re: [ovs-dev] [PATCH ovn 1/2] Revert "Manage ARP process locally in a DVR scenario"

2020-05-25 Thread Han Zhou
On Mon, May 25, 2020 at 2:55 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > > This reverts commit c0bf32d72f8b893bbe3cb64912b0fd259d71555f. > > Signed-off-by: Lorenzo Bianconi > --- > northd/ovn-northd.8.xml | 37 ++-- > northd/ovn-northd.c | 53

Re: [ovs-dev] [PATCH ovn 2/2] northd: manage ARP request locally for FIP traffic

2020-05-25 Thread Han Zhou
On Mon, May 25, 2020 at 2:55 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > > Introduce 150-priority logical flows for each NAT rule that can > be handled in a distributed manner to manage ARP request locally > for FIP traffic. In particular set reg1 and eth.src to NAT external > ip

[ovs-dev] Meine Spende

2020-05-25 Thread da . bce
Ich, Herr Charles W. Jackson Jr. Ich habe Sie für eine Spende von 750.000 € ausgewählt. Antworten Sie jacksonj...@gmail.com für Ansprüche ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] 专业定制各行各业数据

2020-05-25 Thread 专业定制各行各业数据
专业定制各行各业数据 2020年香港企业名录100万物流行业邮箱数据大全126届广交会参展商名录126届广交会采购商名录2020年阿里巴巴国际站数据2018-2019年上半年全国展会名录1000万邮箱数据大全1.5万张国外采购商名片 通過QQ或者E-mail咨詢 Q Q : 2083925785 E-mail: sales0...@hotmail.com ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH ovn v7 5/9] ovn-controller: I-P for ct zone and OVS interface changes in flow output stage.

2020-05-25 Thread Han Zhou
On Mon, May 25, 2020 at 8:02 AM Numan Siddique wrote: > > > > On Sun, May 24, 2020 at 11:32 AM Han Zhou wrote: >> >> On Sat, May 23, 2020 at 11:37 AM Numan Siddique wrote: >> > >> > >> > >> > On Sat, May 23, 2020 at 7:30 AM Han Zhou wrote: >> >> >> >> On Fri, May 22, 2020 at 10:29 AM Numan

[ovs-dev] Tom crist-spende

2020-05-25 Thread Tom Crist
Sie haben eine Spende von 4.800.000,00 EURO. Ich habe die Amerika-Lotterie im Wert von 40 Millionen US-Dollar in Amerika gewonnen und beschlossen, einen Teil davon an fünf glückliche Menschen und Wohltätigkeitsorganisationen zu spenden, um an meine verstorbene Frau zu erinnern, die an Krebs

Re: [ovs-dev] [PATCH 1/3] dpif-netlink: Generate ufids for installing TC flowers

2020-05-25 Thread Tonghao Zhang
On Mon, May 18, 2020 at 10:37 PM Roi Dayan wrote: > > > > On 2020-05-18 4:44 AM, xiangxia.m@gmail.com wrote: > > From: Tonghao Zhang > > > > To support installing the TC flowers to HW, via "ovs-appctl dpctl/add-flow" > > command, there should be an ufid. This patch will check whether ufid

[ovs-dev] Spende

2020-05-25 Thread Tayeb Souami
Glückwunsch. Ich bin Tayeb Souami Sie haben eine Spende von 2.930.000,00 Euro. Am 19. Mai 2019 habe ich 315,3 Millionen Dollar Powerball Lotterie gewonnen. Ich möchte einen Teil davon an zehn glückliche Menschen und zehn Wohltätigkeitsorganisationen spenden. Ihre E-Mail wurde zufällig als

Re: [ovs-dev] [PATCH] raft: Avoid sending equal snapshots.

2020-05-25 Thread Han Zhou
On Mon, May 25, 2020 at 6:11 AM Ilya Maximets wrote: > > On 5/23/20 8:36 PM, Han Zhou wrote: > > > > > > On Sat, May 23, 2020 at 10:34 AM Ilya Maximets mailto:i.maxim...@ovn.org>> wrote: > >> > >> Snapshots are huge. In some cases we could receive several outdated > >> append replies from the

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

2020-05-25 Thread Lorenzo Bianconi
> Hi Lorenzo, > > Sorry that I replied to v1 right before you send v2. Please check my > comments there. Hi Han, I implemented your suggestions here: https://patchwork.ozlabs.org/project/openvswitch/cover/cover.1590443438.git.lorenzo.bianc...@redhat.com/ Please note I have not added v3 tag

[ovs-dev] [PATCH ovn 2/2] northd: manage ARP request locally for FIP traffic

2020-05-25 Thread Lorenzo Bianconi
Introduce 150-priority logical flows for each NAT rule that can be handled in a distributed manner to manage ARP request locally for FIP traffic. In particular set reg1 and eth.src to NAT external ip and NAT external mac respectivelly and do not distribute ARP traffic using FIP Signed-off-by:

[ovs-dev] [PATCH ovn 0/2] fix ARP processing for FIP traffic

2020-05-25 Thread Lorenzo Bianconi
Lorenzo Bianconi (2): Revert "Manage ARP process locally in a DVR scenario" northd: manage ARP request locally for FIP traffic northd/ovn-northd.8.xml | 49 northd/ovn-northd.c | 71 +++-- tests/ovn.at| 42

[ovs-dev] [PATCH ovn 1/2] Revert "Manage ARP process locally in a DVR scenario"

2020-05-25 Thread Lorenzo Bianconi
This reverts commit c0bf32d72f8b893bbe3cb64912b0fd259d71555f. Signed-off-by: Lorenzo Bianconi --- northd/ovn-northd.8.xml | 37 ++-- northd/ovn-northd.c | 53 + tests/ovn.at| 14 --- 3 files changed, 3

[ovs-dev] Spende

2020-05-25 Thread Tayeb Souami
Glückwunsch. Ich bin Tayeb Souami Sie haben eine Spende von 2.930.000,00 Euro. Am 19. Mai 2019 habe ich 315,3 Millionen Dollar Powerball Lotterie gewonnen. Ich möchte einen Teil davon an zehn glückliche Menschen und zehn Wohltätigkeitsorganisationen spenden. Ihre E-Mail wurde zufällig als

[ovs-dev] Competencias a desarrollar tras el Covid19

2020-05-25 Thread Responsabilidades y criterios de evaluación
Jueves 11 de Junio | Horario de 10:00 a 14:00 hrs. | (hora del centro de México) - Competencias a desarrollar durante y después del Covid-19 - Curso en Línea ¿De qué hablaremos? La pandemia del COVID-19 ha representado una de las peores crisis sociales y financieras de la época. Las

[ovs-dev] [PATCH] tests: add unit test for lb-output-action

2020-05-25 Thread Matteo Croce
Extend the balance-tcp one so it tests lb-output-action too. The test checks that that the option is shown in bond/show, and that the lb_output action is programmed in the datapath. Signed-off-by: Matteo Croce --- tests/ofproto-dpif.at | 31 --- 1 file changed, 28

Re: [ovs-dev] [PATCH] compat: Backport ipv6_stub change

2020-05-25 Thread Ilya Maximets
On 5/25/20 7:01 PM, Ilya Maximets wrote: > On 5/24/20 7:59 PM, William Tu wrote: >> On Thu, May 21, 2020 at 02:54:03PM -0700, Greg Rose wrote: >>> A patch backported to the Linux stable 4.14 tree and present in the >>> latest stable 4.14.181 kernel breaks ipv6_stub usage. >>> >>> The commit is >>>

[ovs-dev] parking privé

2020-05-25 Thread Gérard SENROB
Bonjour, Si vous êtes propriétaire d’un parking devant votre établissement, sachez que vous avez désormais la possibilité d’obtenir une aide de l’état pour y installer une BORNE DE RECHARGE pour VOITURES ELECTRIQUES. L’objectif de l’état étant d’installer plus de 70 000 bornes de recharge d’ici

[ovs-dev] Попередження щодо облікового запису

2020-05-25 Thread Postmaster via dev
Шановний користувач ID Ваші вхідні повідомлення були опубліковані в очікуванні через наше останнє оновлення. Будь ласка, дотримуйтеся наведеної нижче інформаційної посилання, щоб підтвердити та оновити свою поштову скриньку та збільшити послугу квот на поштову скриньку. Натисніть тут щоб

[ovs-dev] [PATCH] ovsdb: Fix timeout type for wait operation.

2020-05-25 Thread Ilya Maximets
According to RFC 7047, 'timeout' is an integer field: 5.2.6. Wait The "wait" object contains the following members: "op": "wait"required "timeout": optional ... For some reason initial implementation treated it as a real number.

Re: [ovs-dev] [PATCH] compat: Backport ipv6_stub change

2020-05-25 Thread Ilya Maximets
On 5/24/20 7:59 PM, William Tu wrote: > On Thu, May 21, 2020 at 02:54:03PM -0700, Greg Rose wrote: >> A patch backported to the Linux stable 4.14 tree and present in the >> latest stable 4.14.181 kernel breaks ipv6_stub usage. >> >> The commit is >> 8ab8786f78c3 ("net ipv6_stub: use

Re: [ovs-dev] [PATCH] datapath: Add hash info to upcall.

2020-05-25 Thread Ilya Maximets
On 5/24/20 8:41 PM, Han Zhou wrote: > > > On Thu, May 7, 2020 at 11:21 PM Tonghao Zhang > wrote: >> >> On Mon, May 4, 2020 at 9:02 AM Han Zhou > > wrote: >> > >> > This patch backports below upstream patches, and add __skb_set_hash >> > to

[ovs-dev] [PATCH] ovs-ctl: Don't overwrite external-id hostname

2020-05-25 Thread Daniel Alvarez
ovs-ctl started to add the hostname as external-id [0] at some point. However, this can be problematic as if it's already set by an external entity it will get overwritten. In RHEL systems, systemd will invoke ovs-ctl to start OVS and that will overwrite it to the hostname of the machine. For

Re: [ovs-dev] [PATCH ovn v7 5/9] ovn-controller: I-P for ct zone and OVS interface changes in flow output stage.

2020-05-25 Thread Numan Siddique
On Sun, May 24, 2020 at 11:32 AM Han Zhou wrote: > On Sat, May 23, 2020 at 11:37 AM Numan Siddique wrote: > > > > > > > > On Sat, May 23, 2020 at 7:30 AM Han Zhou wrote: > >> > >> On Fri, May 22, 2020 at 10:29 AM Numan Siddique wrote: > >> > > >> > > >> > > >> > On Thu, May 21, 2020 at 12:02

Re: [ovs-dev] [PATCH v5 0/3] Avoid ovsdb-idl IDL inconsistencies.

2020-05-25 Thread Dumitru Ceara
On 5/7/20 1:20 PM, Dumitru Ceara wrote: > This series contains: > - patch1: update to the monitor_cond_change documentation in ovsdb-server to > reflect what updates are sent when monitor_cond_since method is used. > - patch2: fix for a bug that could cause client IDLs to end up in inconsistent

[ovs-dev] tunnel src port selected when enable tc offload

2020-05-25 Thread Tonghao Zhang
Hi all, I find other problem about "hash", when we enable offload with tc, ovs-vswitchd don't set the tunnel src port, and the tunnel src port may be decided by nic driver. the upcall packet will be sent to kernel datapath, which src port decided by vxlan module. I guess should we implement the

Re: [ovs-dev] [PATCH] raft: Avoid sending equal snapshots.

2020-05-25 Thread Ilya Maximets
On 5/23/20 8:36 PM, Han Zhou wrote: > > > On Sat, May 23, 2020 at 10:34 AM Ilya Maximets > wrote: >> >> Snapshots are huge.  In some cases we could receive several outdated >> append replies from the remote server.  This could happen in high >> scale cases if the

[ovs-dev] [RFC PATCH] Enable VXLAN TSO for dpdk datapath

2020-05-25 Thread yang_y_yi
From: Yi Yang This patch just show how VXLAN TSO works for developers, it isn't ready for merge, welcome comments. Signed-off-by: Yi Yang --- lib/dp-packet.h| 33 +++ lib/netdev-dpdk.c | 167 +++-- lib/netdev-linux.c | 20 +++