Re: [ovs-dev] [PATCH v3 ovn 2/4] ovn-northd: Move NAT ARP/ND resolution to separate functions.

2020-09-20 Thread Han Zhou
On Thu, Sep 17, 2020 at 5:51 AM Dumitru Ceara wrote: > > To avoid duplicating code later on, move out the code that generates ARP/ND > replies for NAT external IPs to separate functions. > > Signed-off-by: Dumitru Ceara > --- > northd/ovn-northd.c | 172 -

Re: [ovs-dev] [PATCH v3 ovn 1/4] ovn-northd: Drop IP packets destined to router owned IPs (after NAT).

2020-09-20 Thread Han Zhou
On Thu, Sep 17, 2020 at 5:51 AM Dumitru Ceara wrote: > > OVN was dropping IP packets destined to IPs owned by logical routers but > only if those IPs are not used for SNAT rules. However, if a packet > doesn't match an existing NAT session and its destination is still a > router owned IP, it can b

[ovs-dev] Dear Trustee

2020-09-20 Thread Mike Dawson
Dear Trustee, My name is Mike Dawson and I have been diagnosed with cancer of the blood (Leukemia). I have been battling this plague for quite a long time and my doctor has said that i have limited time to live. My main aim of contacting you, is to WILL my inheritance to you to be used for c

Re: [ovs-dev] [PATCH v2 8/8] appveyor: Bump outdated links and add artifacts

2020-09-20 Thread 0-day Robot
Bleep bloop. Greetings Alin Gabriel Serdean, 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 397 characters long (recommended limit is 79) #80 FILE: appveyor.yml:4

Re: [ovs-dev] [PATCH v2 7/8] windows, installer: Bundle Windows 10 driver

2020-09-20 Thread 0-day Robot
Bleep bloop. Greetings Alin Gabriel Serdean, 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 128 characters long (recommended limit is 79) #64 FILE: windows/ovs-wi

Re: [ovs-dev] [PATCH v2 6/8] windows: Update build with latest pthread project

2020-09-20 Thread 0-day Robot
Bleep bloop. Greetings Alin Gabriel Serdean, 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) #77 FILE: appveyor.yml:36

Re: [ovs-dev] [PATCH v2 5/8] windows, installer: Bundle latest runtime version

2020-09-20 Thread 0-day Robot
Bleep bloop. Greetings Alin Gabriel Serdean, 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 115 characters long (recommended limit is 79) #40 FILE: windows/ovs-wi

[ovs-dev] [PATCH v2 4/8] windows, documentation: Recommend latest VS and WDK version

2020-09-20 Thread Alin Gabriel Serdean
Found by inspection. Signed-off-by: Alin Gabriel Serdean --- Documentation/intro/install/windows.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/intro/install/windows.rst b/Documentation/intro/install/windows.rst index 394572f00..4c7724b57 100644 --- a/Documentation/int

[ovs-dev] [PATCH v2 5/8] windows, installer: Bundle latest runtime version

2020-09-20 Thread Alin Gabriel Serdean
Until now we were bundling MSVC120 x86 runtime. This patch changes it too the latest version and also add the 64 bit version of it. Signed-off-by: Alin Gabriel Serdean --- windows/automake.mk | 3 ++- windows/ovs-windows-installer/Product.wxs | 11 --- 2 files cha

[ovs-dev] [PATCH v2 2/8] windows: Add default value for VSTUDIO_CONFIG

2020-09-20 Thread Alin Gabriel Serdean
VSTUDIO_CONFIG is used when generating the windows installer. If the parameter passed to configure `--with-vstudiotarget` is not specified to configure we default it to `Default`. Fixes bug: vstudiotarget/vstudiotargetver should be available only on Windows. Signed-off-by: Alin Gabriel Serdean

[ovs-dev] [PATCH v2 7/8] windows, installer: Bundle Windows 10 driver

2020-09-20 Thread Alin Gabriel Serdean
This patch bundles the Windows 10 driver family in the installer and also adds detection for the family. Signed-off-by: Alin Gabriel Serdean --- windows/automake.mk | 5 - windows/ovs-windows-installer/Driver/.gitignore | 1 + .../ovs-windows-installer

[ovs-dev] [PATCH v2 6/8] windows: Update build with latest pthread project

2020-09-20 Thread Alin Gabriel Serdean
pthreads-win32 has moved too PThreads4W. This patch updates the build steps, CI (appveyor) and documentation. Signed-off-by: Alin Gabriel Serdean --- Documentation/intro/install/windows.rst | 10 +- appveyor.yml| 18 +++--- m4/openvswitch.m4

[ovs-dev] [PATCH v2 3/8] datapath_windows: Add datapath_windows target

2020-09-20 Thread Alin Gabriel Serdean
It is useful to build the latest supported version of the driver using the `make` command. Signed-off-by: Alin Gabriel Serdean --- datapath-windows/automake.mk | 4 1 file changed, 4 insertions(+) diff --git a/datapath-windows/automake.mk b/datapath-windows/automake.mk index b8cf5dd95..60b

[ovs-dev] [PATCH v2 1/8] windows: Remove unused variable

2020-09-20 Thread Alin Gabriel Serdean
Found by inspection. Signed-off-by: Alin Gabriel Serdean --- windows/automake.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/automake.mk b/windows/automake.mk index 80dca1467..49c8985fd 100644 --- a/windows/automake.mk +++ b/windows/automake.mk @@ -12,7 +12,6 @@ # License for the

[ovs-dev] [PATCH v2 8/8] appveyor: Bump outdated links and add artifacts

2020-09-20 Thread Alin Gabriel Serdean
Bump OpenSSL. Add release and debug configuration. Build and add Windows installer to generated artifacts. Build and zip prebuilt version. Co-authored-by: Yonggang Luo Signed-off-by: Yonggang Luo Co-authored-by: Jinjun Gao Signed-off-by: Jinjun Gao Signed-off-by: Alin Gabriel Serdean ---

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

2020-09-20 Thread Han Zhou
On Fri, Sep 18, 2020 at 10:37 AM Ihar Hrachyshka wrote: > > User stories: > 1) NFV: an admin wants to run two separate instances of OVN controller >using the same database but configuring ports on different bridges. >Some of these bridges may use DPDK while others may not. > > 2) Parallel

[ovs-dev] Gesucht Sehr

2020-09-20 Thread eMail
Hallo, mein Name ist Mandla Ndlovu, Chief Accounting Officer der First Naional Bank of South Africa (FNB). Ich war der Kundenbetreuer von Herr BARANSKI.F.WILHELM, Staatsbьrger ihres Landes. Herr BARANSKI arbeitete mit der Kruger Gold Company Suedafrika. Waehrend der FIFA-Weltmeisterschaft 2010