Re: [ovs-dev] [PATCH] netdev-natvie-tnl: Fix geneve tunnel flag

2020-12-15 Thread William Tu
Thanks for working on the patch. I have some discussions with Yi-Hung and Toms. Add comments inline. On Tue, Dec 15, 2020 at 3:41 PM Yi-Hung Wei wrote: > > On userspace datapath, geneve option flag FLOW_TNL_F_UDPIF should only > be set when the geneve option is available. However, currently, we

[ovs-dev] [PATCH] Add local route entries on netdev-dummy IP address set

2020-12-15 Thread Ihar Hrachyshka
To mimic what kernel routing subsystem does [1], add a local route entry for every dummy IP address. This helps with OVN testing multiple chassis on a single host. There seems to be no way to explicitly remove an IP address from netdev-dummy, hence no code path to handle route entry cleanup.

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Tonghao Zhang
On Wed, Dec 16, 2020 at 12:55 AM Pai G, Sunil wrote: > > Hi Zhang, > > Could you give this patch a try as well ? > http://patchwork.ozlabs.org/project/openvswitch/patch/20201215164128.13153-1-sunil.pa...@intel.com/ > This has a check in place to throw an error if the pkg-config is buggy. > > Note

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Tonghao Zhang
On Tue, Dec 15, 2020 at 9:38 PM Richardson, Bruce wrote: > > > > > > > Hi Ilya > > > > I tested the patch > > > > https://patchwork.ozlabs.org/project/openvswitch/patch/1607977825- > > 30877-1- > > > > git-send-email-ian.sto...@intel.com/ > > > > As I said if we update the pkg-conf to new

Re: [ovs-dev] [PATCH] netlink: removed incorrect optimization

2020-12-15 Thread Yi-Hung Wei
On Mon, Nov 23, 2020 at 6:45 AM Cpp Code wrote: > > I would expect such checks to be commented as indeed it was not clear why > it was there. I looked in similar places where FLOW_TNL_F_UDPIF is used > and there is no such check. The commit which created this condition is > quite large so I am

[ovs-dev] [PATCH] netdev-natvie-tnl: Fix geneve tunnel flag

2020-12-15 Thread Yi-Hung Wei
On userspace datapath, geneve option flag FLOW_TNL_F_UDPIF should only be set when the geneve option is available. However, currently, we always set FLOW_TNL_F_UDPIF in the metadata flag, and that may result in megaflow revalidation issue when the geneve option length is zero due to the datapath

[ovs-dev] 100G QSFP28 SR LR ER Transceiver VVNTOCRT

2020-12-15 Thread ella
Dear Manager, How are you doing? I hope that you are fine and doing well. Recently we are promoting below transceiver: 100G QSFP 28 LR 10KM 100G QSFP CWDM4 2KM 100G QSFP28 ER 40KM also,QSFP-DD 2×100G on schedule: QSFP-DD 2×200G CWDM4 8×50G PAM4 1271nm/1291nm/1311nm/1331nm 0~70C 2km QSFP-DD

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Pai G, Sunil
Hi Zhang, Could you give this patch a try as well ? http://patchwork.ozlabs.org/project/openvswitch/patch/20201215164128.13153-1-sunil.pa...@intel.com/ This has a check in place to throw an error if the pkg-config is buggy. Note that this is for the master branch. So, when you switch from

Re: [ovs-dev] [PATCH v3 1/1] dpdk: Update to use DPDK v20.11.

2020-12-15 Thread Pai G, Sunil
Hi folks, You can find the v4 here: http://patchwork.ozlabs.org/project/openvswitch/patch/20201215164128.13153-1-sunil.pa...@intel.com/ > > +# Stripping out possible instruction set specific configuration that > > DPDK > > +# forces in pkg-config since this could override

[ovs-dev] [PATCH v4] dpdk: Update to use DPDK v20.11.

2020-12-15 Thread Sunil Pai G
From: Ian Stokes This commit adds support for DPDK v20.11, it includes the following changes. 1. travis: Remove explicit DPDK kmods configuration. 2. sparse: Fix build with 20.05 DPDK tracepoints. 3. netdev-dpdk: Remove experimental API flag.

Re: [ovs-dev] [PATCH ovn v2] osx: Fix compilation error.

2020-12-15 Thread Numan Siddique
On Tue, Dec 15, 2020, 7:16 PM Dumitru Ceara wrote: > On 12/15/20 2:35 PM, num...@ovn.org wrote: > > From: Numan Siddique > > > > The commit "northd: Add ECMP support to router policies." introduced > > compilaton error on osx platform. This patch fixes the issue. > > > > The errors are: > > >

Re: [ovs-dev] [PATCH v3 1/1] dpdk: Update to use DPDK v20.11.

2020-12-15 Thread Ilya Maximets
On 12/14/20 9:30 PM, Ian Stokes wrote: > This commit adds support for DPDK v20.11, it includes the following > changes. > > 1. travis: Remove explicit DPDK kmods configuration. > 2. sparse: Fix build with 20.05 DPDK tracepoints. > 3. netdev-dpdk: Remove experimental API flag. > >

Re: [ovs-dev] [PATCH v2 ovn 5/5] ovn: integrate bfd for static routes

2020-12-15 Thread Numan Siddique
On Fri, Dec 11, 2020 at 5:56 PM Lorenzo Bianconi wrote: > > Introduce the --bfd option for ovn static routes in order to > check if the next-hop is properly running using the BFD > protocol. E.g: > > $ovn-nbctl --bfd lr-route-add lr0 10.0.0.0/8 172.16.0.50 > > Add BFD static routes tests in

Re: [ovs-dev] [PATCH v2 ovn 1/5] controller: introduce BFD tx path in ovn-controller

2020-12-15 Thread Numan Siddique
On Fri, Dec 11, 2020 at 5:56 PM Lorenzo Bianconi wrote: > > Introduce the capability to transmit BFD packets in ovn-controller. > Introduce BFD tables in nb/sb dbs in order to configure BFD parameters > (e.g. min_tx, min_rx, ..) for ovn-controller. > > Signed-off-by: Lorenzo Bianconi Hi

Re: [ovs-dev] [PATCH ovn v2] osx: Fix compilation error.

2020-12-15 Thread Dumitru Ceara
On 12/15/20 2:35 PM, num...@ovn.org wrote: > From: Numan Siddique > > The commit "northd: Add ECMP support to router policies." introduced > compilaton error on osx platform. This patch fixes the issue. > > The errors are: > > > northd/ovn-northd.c:7697:38: error: format specifies type

Re: [ovs-dev] [PATCH v9] Bareudp Tunnel Support

2020-12-15 Thread Martin Varghese
On Tue, Dec 15, 2020 at 12:28:28PM +0100, Eelco Chaudron wrote: > Hi Martin, > > See below some small documentation comments. > > The code itself looks good and tested fine. > > //Eelco > > > On 14 Dec 2020, at 13:40, Martin Varghese wrote: > > > From: Martin Varghese > > > > There are

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Richardson, Bruce
> > > Hi Ilya > > > I tested the patch > > > https://patchwork.ozlabs.org/project/openvswitch/patch/1607977825- > 30877-1- > > > git-send-email-ian.sto...@intel.com/ > > > As I said if we update the pkg-conf to new version. and we config the > > > ovs --with-dpdk=static, ovs works fine. > > >

Re: [ovs-dev] [PATCH ovn] osx: Fix compilation error.

2020-12-15 Thread Numan Siddique
On Tue, Dec 15, 2020 at 6:20 PM Dumitru Ceara wrote: > > On 12/15/20 1:21 PM, num...@ovn.org wrote: > > From: Numan Siddique > > > > The commit "northd: Add ECMP support to router policies." introduced > > compilaton error on osx platform. This patch fixes the issue. > > > > The errors are: > >

[ovs-dev] [PATCH ovn v2] osx: Fix compilation error.

2020-12-15 Thread numans
From: Numan Siddique The commit "northd: Add ECMP support to router policies." introduced compilaton error on osx platform. This patch fixes the issue. The errors are: northd/ovn-northd.c:7697:38: error: format specifies type 'unsigned short' but the argument has type 'int'

[ovs-dev] HOW ARE YOU?

2020-12-15 Thread dendab119
Je vous ai invité à remplir le formulaire suivant : Formulaire sans titre Pour remplir ce formulaire, consultez : https://docs.google.com/forms/d/e/1FAIpQLSd-if0RwbjQD63LaWXDb6FsViDqiysoer28p076bJsZ9-uDAg/viewform?vc=0c=0w=1flr=0usp=mail_form_link Hello My Dear, I hope this letter finds you

Re: [ovs-dev] [PATCH ovn] osx: Fix compilation error.

2020-12-15 Thread Dumitru Ceara
On 12/15/20 1:21 PM, num...@ovn.org wrote: > From: Numan Siddique > > The commit "northd: Add ECMP support to router policies." introduced > compilaton error on osx platform. This patch fixes the issue. > > The errors are: > > > northd/ovn-northd.c:7697:38: error: format specifies type

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Tonghao Zhang
On Tue, Dec 15, 2020 at 8:25 PM Richardson, Bruce wrote: > > > > > -Original Message- > > From: Tonghao Zhang > > Sent: Tuesday, December 15, 2020 12:20 PM > > To: Ilya Maximets > > Cc: Pai G, Sunil ; ovs dev ; > > Richardson, Bruce ; David Marchand > > ; Stokes, Ian > > Subject: Re:

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Richardson, Bruce
> -Original Message- > From: Tonghao Zhang > Sent: Tuesday, December 15, 2020 12:20 PM > To: Ilya Maximets > Cc: Pai G, Sunil ; ovs dev ; > Richardson, Bruce ; David Marchand > ; Stokes, Ian > Subject: Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK > meson build. >

[ovs-dev] Greetings,

2020-12-15 Thread isaacgayiprivacy
I've invited you to fill out the following form: Untitled form To fill it out, visit: https://docs.google.com/forms/d/e/1FAIpQLScI9M4bYuB8ZobL-UgYeO46aCk5v6VPvQrJl8rgNpMlVwhFnw/viewform?vc=0c=0w=1flr=0usp=mail_form_link Greetings, This is quite unusual time. I understand this is not the

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Tonghao Zhang
On Tue, Dec 15, 2020 at 5:32 PM Ilya Maximets wrote: > > On 12/15/20 5:02 AM, Tonghao Zhang wrote: > > On Thu, Sep 3, 2020 at 2:06 AM Sunil Pai G wrote: > >> > >> Make based build is deprecated in DPDK. Meson based > >> build to be used for future DPDK releases. > >> > >> This updates travis,

[ovs-dev] [PATCH ovn] osx: Fix compilation error.

2020-12-15 Thread numans
From: Numan Siddique The commit "northd: Add ECMP support to router policies." introduced compilaton error on osx platform. This patch fixes the issue. The errors are: northd/ovn-northd.c:7697:38: error: format specifies type 'unsigned short' but the argument has type 'int'

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Pai G, Sunil
> > > > >> Hmm. Thanks for the report. > > > > >> > > > > >> It'll be great if you can test this with new version of this patch: > > > > >> https://patchwork.ozlabs.org/project/openvswitch/patch/16079778 > > > > >> 25- > > > > 30877-1- > > > > >> git-send-email-ian.sto...@intel.com/ > > > > >>

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Richardson, Bruce
> -Original Message- > From: Pai G, Sunil > Sent: Tuesday, December 15, 2020 12:01 PM > To: Stokes, Ian ; Ilya Maximets > ; Richardson, Bruce ; > Tonghao Zhang > Cc: ovs dev ; David Marchand > > Subject: RE: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK > meson build.

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Pai G, Sunil
Hi, > > + When DPDK is built using Meson, and OVS must consume DPDK > > + shared > > >> libraries > > + (also equivalent to leaving --with-dpdk option empty):: > > + > > + $ ./configure --with-dpdk=shared > > >>> Hi all > > >>> when I build ovs with

Re: [ovs-dev] [PATCH v3 1/1] dpdk: Update to use DPDK v20.11.

2020-12-15 Thread Ilya Maximets
On 12/15/20 12:06 PM, Eli Britstein wrote: > > On 12/15/2020 12:42 PM, Ilya Maximets wrote: >> External email: Use caution opening links or attachments >> >> >> On 12/14/20 9:30 PM, Ian Stokes wrote: >>> This commit adds support for DPDK v20.11, it includes the following >>> changes. >>> >>> 1.

Re: [ovs-dev] [PATCH v2 1/1] dpdk: Update to use DPDK v20.11.

2020-12-15 Thread Ilya Maximets
On 12/14/20 10:06 PM, Luca Boccassi wrote: > On Mon, 2020-12-14 at 19:11 +0100, Ilya Maximets wrote: >> On 12/14/20 3:35 PM, Luca Boccassi wrote: >>> On Mon, 2020-12-14 at 15:24 +0100, Ilya Maximets wrote: On 12/14/20 3:17 PM, Luca Boccassi wrote: > On Mon, 2020-12-14 at 15:05 +0100,

Re: [ovs-dev] [PATCH v9] Bareudp Tunnel Support

2020-12-15 Thread Eelco Chaudron
Hi Martin, See below some small documentation comments. The code itself looks good and tested fine. //Eelco On 14 Dec 2020, at 13:40, Martin Varghese wrote: From: Martin Varghese There are various L3 encapsulation standards using UDP being discussed to leverage the UDP based load

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Stokes, Ian
> On 12/15/20 10:43 AM, Richardson, Bruce wrote: > > > > > >> -Original Message- > >> From: Ilya Maximets > >> Sent: Tuesday, December 15, 2020 9:33 AM > >> To: Tonghao Zhang ; Pai G, Sunil > >> > >> Cc: ovs dev ; Richardson, Bruce > >> ; Ilya Maximets ; David > >> Marchand ; Stokes, Ian

Re: [ovs-dev] [PATCH v3 1/1] dpdk: Update to use DPDK v20.11.

2020-12-15 Thread Eli Britstein
On 12/15/2020 12:42 PM, Ilya Maximets wrote: External email: Use caution opening links or attachments On 12/14/20 9:30 PM, Ian Stokes wrote: This commit adds support for DPDK v20.11, it includes the following changes. 1. travis: Remove explicit DPDK kmods configuration. 2. sparse: Fix

Re: [ovs-dev] [PATCH] netlink: ignore IFLA_WIRELESS events

2020-12-15 Thread 0-day Robot
Bleep bloop. Greetings Michal Kazior, 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: Inappropriate bracing around statement #124 FILE: lib/rtnetlink.c:128: if

Re: [ovs-dev] [PATCH v3 1/1] dpdk: Update to use DPDK v20.11.

2020-12-15 Thread Ilya Maximets
On 12/14/20 9:30 PM, Ian Stokes wrote: > This commit adds support for DPDK v20.11, it includes the following > changes. > > 1. travis: Remove explicit DPDK kmods configuration. > 2. sparse: Fix build with 20.05 DPDK tracepoints. > 3. netdev-dpdk: Remove experimental API flag. > >

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Ilya Maximets
On 12/15/20 10:43 AM, Richardson, Bruce wrote: > > >> -Original Message- >> From: Ilya Maximets >> Sent: Tuesday, December 15, 2020 9:33 AM >> To: Tonghao Zhang ; Pai G, Sunil >> >> Cc: ovs dev ; Richardson, Bruce >> ; Ilya Maximets ; David >> Marchand ; Stokes, Ian >> Subject: Re:

[ovs-dev] What we offer to our clients is stability, safety and ultimate healthcare! Become one of them!

2020-12-15 Thread 24-7-Pharmacy
Fast delivery. 1st class service! "Items worked to just what I needed!" - By Jacob ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH] netlink: ignore IFLA_WIRELESS events

2020-12-15 Thread Michal Kazior
From: Michal Kazior Some older wireless drivers - ones relying on the old and long deprecated wireless extension ioctl system - can generate quite a bit of IFLA_WIRELESS events depending on their configuration and runtime conditions. These are delivered as RTNLGRP_LINK via RTM_NEWLINK messages.

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Richardson, Bruce
> -Original Message- > From: Ilya Maximets > Sent: Tuesday, December 15, 2020 9:33 AM > To: Tonghao Zhang ; Pai G, Sunil > > Cc: ovs dev ; Richardson, Bruce > ; Ilya Maximets ; David > Marchand ; Stokes, Ian > Subject: Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK

Re: [ovs-dev] [PATCH dpdk-latest v4] build: Add support for DPDK meson build.

2020-12-15 Thread Ilya Maximets
On 12/15/20 5:02 AM, Tonghao Zhang wrote: > On Thu, Sep 3, 2020 at 2:06 AM Sunil Pai G wrote: >> >> Make based build is deprecated in DPDK. Meson based >> build to be used for future DPDK releases. >> >> This updates travis, configure script and documentation >> for using DPDK Meson with OVS. >>