Re: [ovs-dev] [PATCH v6 3/4 ovn] OVN: Vlan backed DVR N-S, avoid get_arp on non redirect chassis.

2019-08-24 Thread Numan Siddique
On Sat, Aug 17, 2019 at 6:08 AM Ankur Sharma wrote: > Background: > With c0974331b7a19a87ab8f1f2cec8fbe366af92fa2, we have added > support for E-W workflow for vlan backed DVRs. > > This series enables N-S workflow for vlan backed DVRs. > > Key difference between E-W and N-S traffic flow is that

Re: [ovs-dev] [PATCH v6 2/4 ovn] OVN: Vlan backed DVR N-S, redirect-type option

2019-08-24 Thread Numan Siddique
On Sat, Aug 17, 2019 at 6:07 AM Ankur Sharma wrote: > Background: > With c0974331b7a19a87ab8f1f2cec8fbe366af92fa2, we have added > support for E-W workflow for vlan backed DVRs. > > This series enables N-S workflow for vlan backed DVRs. > > Key difference between E-W and N-S traffic flow is that

Re: [ovs-dev] [PATCH v6 1/4 ovn] OVN: Do not replace router port mac on gateway chassis.

2019-08-24 Thread Numan Siddique
On Sat, Aug 17, 2019 at 6:23 AM Ankur Sharma wrote: > With 795d7f24ce0e2ed5454e193a059451d237289542 we have added > support for E-W routing on vlan backed networks by replacing > router port macs with chassis macs. > > This replacement of router port mac need NOT be done on > gateway chassis for

[ovs-dev] 我向你致敬,

2019-08-24 Thread Al Haji Ouattara
我向你致敬, 我是一名活跃的银行家,我昨天在办公室浏览银行DTC屏幕时看到了您的电子邮件地址。现在,我可以更好地将约830万美元转入外国账户。如果您愿意并有能力与我合作将此基金收入个人或公司的账户,我会向您提供完整的详细信息。不会涉及风险,因为它将通过正常的银行程序。 因此,我邀请您进行商业交易,这笔钱可以转移到您的账户,我们将以50%的比例为您支付,50%为您,我们两人将共享任何费用。如果您同意我的商业提案,我们银行的发放/转移。我们会在收到您的详细邮件后立即转发此基金发布和转让的详细信息。 1)你的全名。 (2)你的国家。 (3)你的电话 (4)你的职业。(5)你的年龄。

Re: [ovs-dev] [PATCH v3 ovn 3/4] Fix "make rpm-fedora"

2019-08-24 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. checkpatch: WARNING: Line is 108 characters long (recommended limit is 79) #284 FILE:

Re: [ovs-dev] [PATCH v3 ovn 2/4] Add support for using OVN specific rundirs

2019-08-24 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. checkpatch: WARNING: Line is 99 characters long (recommended limit is 79) #2123 FILE:

Re: [ovs-dev] [PATCH v3 ovn 1/4] Build OVN using external OVS directory

2019-08-24 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. checkpatch: WARNING: Line is 81 characters long (recommended limit is 79) #143 FILE:

Re: [ovs-dev] [PATCH v4 ovn] Containerize components

2019-08-24 Thread Numan Siddique
On Thu, Aug 22, 2019 at 1:54 AM Numan Siddique wrote: > > > On Thu, Aug 22, 2019 at 1:35 AM wrote: > >> From: Aliasgar Ginwala >> >> 1. Containerize ovn central components >> 2. Containerize ovn host >> 3. Update documentation about building/running ovn in containers. >> >> Signed-off-by:

[ovs-dev] [PATCH v3 ovn 4/4] rhel: Run ovn services with the 'openvswitch' user

2019-08-24 Thread nusiddiq
From: Numan Siddique This patch could have created a new user 'ovn' for ovn services instead of using 'openvswitch' user. But this would require some amount of work and proper testing since the new user 'ovn' should be part of 'openvswitch' group (to access /var/run/openvswitch/db.sock.). If ovs

[ovs-dev] [PATCH v3 ovn 3/4] Fix "make rpm-fedora"

2019-08-24 Thread nusiddiq
From: Numan Siddique "make rpm-fedora" is broken and this patch fixes it. Previous patch in this series supported building OVN from external OVS sources. Before running "make rpm-fedora", it is expected that the developer has run "make dist" in the OVS source folder to generate the

[ovs-dev] [PATCH v3 ovn 2/4] Add support for using OVN specific rundirs

2019-08-24 Thread nusiddiq
From: Numan Siddique Until now, OVN uses the openvswitch rundirs (rundir, logdir, etcdir). The commit [1] changed the package name from openvswitch to ovn, but it didn't take into the account the effects of it. When "make install" is run ovn-ctl utility is copied to /usr/local/share/ovn/scripts

[ovs-dev] [PATCH v3 ovn 1/4] Build OVN using external OVS directory

2019-08-24 Thread nusiddiq
From: Numan Siddique With this patch we have to configure OVN to refer to external OVS source/build directory instead of the ovs subtree. The new configuration options added are: * --with-ovs-source=/path/to/ovs/source/dir * --with-ovs-build=/path/to/ovs/build/dir The path to these

[ovs-dev] [PATCH v3 ovn 0/4] External OVS source support and separate run dir for OVN

2019-08-24 Thread nusiddiq
From: Numan Siddique This patch series adds support for building OVN from external OVS sources. The first patch adds the support to compile OVN from external OVS sources. The following configuration options are added when configuring OVN * --with-ovs-source (mandatory) * --with-ovs-build

Re: [ovs-dev] [PATCH ovn 4/4] rhel: Run ovn services with the 'openvswitch' user

2019-08-24 Thread Numan Siddique
On Tue, Aug 20, 2019 at 8:26 PM Jaime Caamaño Ruiz wrote: > > > In regards to hugepages, I would probably stop using the system wide > > /dev/hugepages and instead setup a separate mount using hugeadm > > properly owned by the openvswitch user. Then we don't need a separate > > group setup for