[ovs-dev] [PATCH v3] db-ctl-base: add uuid specified method for create cmd

2020-02-17 Thread Tao YunXiang
Commit a529e3cd1f (ovsdb-server: Allow OVSDB clients to specify the UUID for inserted rows) solves ovsdb-client specifing the UUID for insert operation. OVSDB now can support directly using uuid to identify a row. But for xxxctl tool,specifying uuid when creating a row is not yet supported . This

Re: [ovs-dev] [PATCH ovn] ovn-nbctl.8.xml: Daemon mode document minor fix.

2020-02-17 Thread Numan Siddique
On Tue, Feb 18, 2020 at 10:32 AM Han Zhou wrote: > > Signed-off-by: Han Zhou Acked-by: Numan Siddique Thanks Numan > --- > utilities/ovn-nbctl.8.xml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/utilities/ovn-nbctl.8.xml b/utilities/ovn-nbctl.8.xml > index 48aa1f5.

Re: [ovs-dev] [PATCH ovn] ovn-ctl: Provide the option to configure inactive probe from standby to active.

2020-02-17 Thread Numan Siddique
On Tue, Feb 18, 2020 at 7:14 AM Han Zhou wrote: > > On Sun, Feb 16, 2020 at 9:54 PM wrote: > > > > From: Numan Siddique > > > > Recently ovsdb-server supported an unixctl command - > > ovsdb-server/set-active-ovsdb-server-probe-interval to configure inactive > probe > > interval from standby con

Re: [ovs-dev] [PATCH v2 3/4] Add file descriptor persistence where possible

2020-02-17 Thread Anton Ivanov
On 17/02/2020 14:48, Dumitru Ceara wrote: On 2/14/20 6:54 PM, anton.iva...@cambridgegreys.com wrote: From: Anton Ivanov 1. Adds "persistent" behaviour where feasible (streams and signals). These are waited upon in the same thread where they are created. This allows them to be registered pers

[ovs-dev] [PATCH ovn] ovn-nbctl.8.xml: Daemon mode document minor fix.

2020-02-17 Thread Han Zhou
Signed-off-by: Han Zhou --- utilities/ovn-nbctl.8.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/ovn-nbctl.8.xml b/utilities/ovn-nbctl.8.xml index 48aa1f5..d973be2 100644 --- a/utilities/ovn-nbctl.8.xml +++ b/utilities/ovn-nbctl.8.xml @@ -1139,7 +1139,7 @@

[ovs-dev] (no subject)

2020-02-17 Thread Marvella Patrick
How are you doing today ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH ovn] ovn-ctl: Provide the option to configure inactive probe from standby to active.

2020-02-17 Thread Han Zhou
On Sun, Feb 16, 2020 at 9:54 PM wrote: > > From: Numan Siddique > > Recently ovsdb-server supported an unixctl command - > ovsdb-server/set-active-ovsdb-server-probe-interval to configure inactive probe > interval from standby connection to the active. This patch provides the > option to configur

[ovs-dev] Official Winnings Notification

2020-02-17 Thread SuperEnalotto / EuroMillion/ PowerBall Lotto
Dear : Winner We are pleased to inform you that as a result of our recent DRAWS held on the 15th of February,2020.You have officially Won $1.700.000,00 USD , Kindly Contact Mrs.Maria Lucento ,for claims with the following details 1. Full Name:2.Gender/Age--- 3.Address-:4.Mobile--- 5.Occ

Re: [ovs-dev] [PATCH v2 1/1] docs: Add flow control on i40e issue

2020-02-17 Thread Flavio Leitner
On Mon, Feb 17, 2020 at 12:37:36PM +0100, Tomasz Konieczny wrote: > There is an issue with flow control configuration on i40e devices > and it has a work around. We add this to documentation as known issue > until a permanent solution is developed. > > Signed-off-by: Tomasz Konieczny > --- Does

Re: [ovs-dev] [PATCH ovn 1/2] Fix incorrect version display

2020-02-17 Thread Numan Siddique
On Mon, Feb 17, 2020 at 8:30 PM Dumitru Ceara wrote: > > On 2/17/20 1:39 PM, Dumitru Ceara wrote: > > On 2/14/20 7:49 PM, num...@ovn.org wrote: > >> From: Numan Siddique > >> > >> Running any ovn binary with --version displays wrong version > >> information. This patch fixes it. > >> > >> Signed-

Re: [ovs-dev] [PATCH v2 3/4] Add file descriptor persistence where possible

2020-02-17 Thread Dumitru Ceara
On 2/17/20 3:48 PM, Dumitru Ceara wrote: > On 2/14/20 6:54 PM, anton.iva...@cambridgegreys.com wrote: >> From: Anton Ivanov >> >> 1. Adds "persistent" behaviour where feasible (streams and signals). >> These are waited upon in the same thread where they are created. This >> allows them to be regis

Re: [ovs-dev] [PATCH ovn 1/2] Fix incorrect version display

2020-02-17 Thread Dumitru Ceara
On 2/17/20 1:39 PM, Dumitru Ceara wrote: > On 2/14/20 7:49 PM, num...@ovn.org wrote: >> From: Numan Siddique >> >> Running any ovn binary with --version displays wrong version >> information. This patch fixes it. >> >> Signed-off-by: Numan Siddique > > Hi Numan, > > This change looks good to me

Re: [ovs-dev] [PATCH v2 3/4] Add file descriptor persistence where possible

2020-02-17 Thread Dumitru Ceara
On 2/14/20 6:54 PM, anton.iva...@cambridgegreys.com wrote: > From: Anton Ivanov > > 1. Adds "persistent" behaviour where feasible (streams and signals). > These are waited upon in the same thread where they are created. This > allows them to be registered persistently with the OS (if possible) >

[ovs-dev] 答复: [PATCH v4] Use TPACKET_V3 to accelerate veth for userspace datapath

2020-02-17 Thread 杨�D
Ilya, thank you so much for your comments, I'll fix them in next version. For TSO support, this patch can work from functionality, but I checked tpacket_v3 kernel code, I don't think tpacket_v3 kernel part can support it, my test result also showed very bad performance if userspace-tso-enable is s

Re: [ovs-dev] [PATCH v4] Use TPACKET_V3 to accelerate veth for userspace datapath

2020-02-17 Thread Ilya Maximets
On 2/16/20 2:10 AM, yang_y...@126.com wrote: > From: Yi Yang > > We can avoid high system call overhead by using TPACKET_V3 > and using DPDK-like poll to receive and send packets (Note: send > still needs to call sendto to trigger final packet transmission). > > From Linux kernel 3.10 on, TPACKE

Re: [ovs-dev] [PATCH ovn 2/2] rhel: Fix make rpm-fedora

2020-02-17 Thread Dumitru Ceara
On 2/14/20 7:49 PM, num...@ovn.org wrote: > From: Numan Siddique > > After the OVN version change to 20.03.90, make rpm-fedora is broken. > This patch fixes it. It now detects the OVS version from the configured > ovs build dir and uses it. > > Signed-off-by: Numan Siddique Acked-by: Dumitru C

Re: [ovs-dev] [PATCH ovn 1/2] Fix incorrect version display

2020-02-17 Thread Dumitru Ceara
On 2/14/20 7:49 PM, num...@ovn.org wrote: > From: Numan Siddique > > Running any ovn binary with --version displays wrong version > information. This patch fixes it. > > Signed-off-by: Numan Siddique Hi Numan, This change looks good to me. One small issue below. Thanks, Dumitru > --- > con

Re: [ovs-dev] [PATCH 1/1] docs: Update DPDK version table

2020-02-17 Thread Stokes, Ian
On 2/12/2020 2:20 PM, Kevin Traynor wrote: On 12/02/2020 13:15, Tomasz Konieczny wrote: Signed-off-by: Tomasz Konieczny --- Documentation/faq/releases.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/faq/releases.rst b/Documentation/faq/releases.r

Re: [ovs-dev] [branch-2.12 1/1] dpdk: Use DPDK 18.11.6 release

2020-02-17 Thread Stokes, Ian
On 2/12/2020 4:53 PM, Kevin Traynor wrote: On 12/02/2020 13:10, Tomasz Konieczny wrote: Modify travis linux build script to use the latest DPDK stable release 18.11.6. Update docs for latest DPDK stable releases. Signed-off-by: Tomasz Konieczny --- .travis/linux-build.sh

Re: [ovs-dev] [PATCH branch-2.11 1/1] dpdk: Use DPDK 18.11.6 release

2020-02-17 Thread Stokes, Ian
On 2/12/2020 1:39 PM, Flavio Leitner wrote: On Wed, Feb 12, 2020 at 02:06:53PM +0100, Tomasz Konieczny wrote: Modify travis linux build script to use the latest DPDK stable release 18.11.6. Update docs for latest DPDK stable releases. Signed-off-by: Tomasz Konieczny --- Acked-by: Flavio L

[ovs-dev] [PATCH v2 1/1] docs: Add flow control on i40e issue

2020-02-17 Thread Tomasz Konieczny
There is an issue with flow control configuration on i40e devices and it has a work around. We add this to documentation as known issue until a permanent solution is developed. Signed-off-by: Tomasz Konieczny --- Documentation/intro/install/dpdk.rst | 9 + Documentation/topics/dpdk/phy.r

Re: [ovs-dev] [PATCH branch-2.12] extend-table: Fix use after free in ovn_extend_table_clear.

2020-02-17 Thread Dumitru Ceara
On 2/14/20 6:51 PM, Ben Pfaff wrote: > On Fri, Feb 14, 2020 at 09:21:57AM +0100, Dumitru Ceara wrote: >> CC: Han Zhou >> Fixes: d5001334f0f6 ("extend-table: Fix reusing group/meter by multiple >> logical flows.") >> Reported-by: Ben Pfaff >> Reported-at: >> https://mail.openvswitch.org/pipermai