Re: [ovs-dev] [dpdk-dev] tunnel endpoint hw acceleration enablement

2018-02-27 Thread Thomas Monjalon
Hi Declan, 27/02/2018 16:55, Doherty, Declan: > Invite for a DPDK community call to discuss the tunnel endpoint hw > acceleration proposal in this RFC > (http://dpdk.org/ml/archives/dev/2017-December/084676.html) and the related > community feedback. The email does not show the date and time

[ovs-dev] [PATCH] cmap: Fix example provided for CMAP_FOR_EACH.

2018-02-27 Thread Justin Pettit
Signed-off-by: Justin Pettit --- lib/cmap.h | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/cmap.h b/lib/cmap.h index 5a72b65bec5e..d3ce10d237eb 100644 --- a/lib/cmap.h +++ b/lib/cmap.h @@ -189,13 +189,12 @@ unsigned long cmap_find_batch(const

[ovs-dev] [PATCH v2] datapath-windows: On Debug builds, dump NBL info based on OVS_DBG_DEFAULT macro

2018-02-27 Thread Anand Kumar
Currently nbl information is getting dumped whenever a nbl is copied or allocated, since OVS_DBG_DEFAULT is set to OVS_DBG_INFO for debug builds, which affects the ovs performance. Instead dump nbl information only when OVS_DBG_DEFAULT is set to OVS_LOG_LOUD Signed-off-by: Anand Kumar

Re: [ovs-dev] [PATCH 2/2] compat: Fix RHEL 7 build warnings

2018-02-27 Thread Pravin Shelar
On Mon, Feb 26, 2018 at 2:10 PM, Greg Rose wrote: > A prior commit to fix up netdev_master_upper_dev_link for recent > kernels caused a compile warning on RHEL 7 builds. > > Fixes: 36d3520b5f ("datapath: Fix netdev_master_upper_dev_link for 4.14") > Signed-off-by: Greg Rose

Re: [ovs-dev] [PATCH] OVN python IDL: avoid useless JSON conversion to enhance performance

2018-02-27 Thread Han Zhou
Great catch! This patch is generic and not only for OVN, so I suggest to remove the "OVN" keyword in commit title. Acked-by: Han Zhou On Tue, Feb 27, 2018 at 12:44 PM, Terry Wilson wrote: > On Tue, Feb 27, 2018 at 9:25 AM, Daniel Alvarez

[ovs-dev] Reducir costos en su Organización

2018-02-27 Thread Contabilidad, Administración y Finanzas
En línea y en Vivo / Para todo su Equipo con una sola Conexión Cómo reducir COSTOS en toda la organización 16 de marzo - Online en Vivo - 10:00 a 13:00 y de 15:00 a 18:00Hrs Los tiempos actuales son de austeridad. Por ello Coaching Online ha preparado esta Capacitación Online en Vivo,

Re: [ovs-dev] [PATCH v2] datapath-windows: Support to selectively compile targets

2018-02-27 Thread Anand Kumar
Acked-by: Anand Kumar Thanks, Anand Kumar On 2/27/18, 11:57 AM, "ovs-dev-boun...@openvswitch.org on behalf of Shashank Ram" wrote: Adds support to selectively compile kernel driver for target

Re: [ovs-dev] [PATCH] OVN python IDL: avoid useless JSON conversion to enhance performance

2018-02-27 Thread Terry Wilson
On Tue, Feb 27, 2018 at 9:25 AM, Daniel Alvarez wrote: > This patch removes a useless conversion to/from JSON in the > processing of any 'modify' operations inside the process_update2 > method in Python IDL implementation. > > Previous code will make resources creation take

Re: [ovs-dev] [branch-2.7 1/2] Set release date for 2.7.4.

2018-02-27 Thread Miguel Angel Ajo Pelayo
Thanks a lot :) On Mon, Feb 26, 2018, 9:07 PM Ben Pfaff wrote: > On Mon, Feb 26, 2018 at 11:57:17AM -0800, Justin Pettit wrote: > > > > > On Feb 26, 2018, at 11:51 AM, Ben Pfaff wrote: > > > > > > On Sat, Feb 24, 2018 at 11:08:38AM -0800, Justin Pettit wrote: > > >>

[ovs-dev] [PATCH v2] datapath-windows: Support to selectively compile targets

2018-02-27 Thread Shashank Ram
Adds support to selectively compile kernel driver for target versions. This is useful when environments to compile for all targets might not be available on the user's machine, or if the user wants to only compile some targets selectively. Also once appveyor has support to build Win10 targets, we

Re: [ovs-dev] [PATCH] datapath-windows: fix hash creation on ct mark

2018-02-27 Thread aserdean
Thanks Ben and Anand. I applied from master to branch-2.6. Thanks, Alin. -Mesaj original- De la: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev-boun...@openvswitch.org] În numele Ben Pfaff Trimis: Wednesday, February 21, 2018 8:41 PM Către: Alin Gabriel Serdean Cc:

Re: [ovs-dev] [PATCH] datapath-windows: fix hash creation on ct mark

2018-02-27 Thread Anand Kumar
Acked-by: Anand Kumar Thanks, Anand Kumar On 2/21/18, 6:57 AM, "ovs-dev-boun...@openvswitch.org on behalf of Alin Gabriel Serdean" wrote: Use key->ct.mark instead of key->ct.zone when generating the

Re: [ovs-dev] [PATCH] selinux: include the svirt_t type

2018-02-27 Thread Ansis Atteka
On 27 February 2018 at 06:21, Aaron Conole wrote: > The dpdk policy adds support for interacting with libvirt, but failed > to include the appropriate svirt_t type. This results in an error > like: > > openvswitch-custom.te:53:ERROR 'unknown type svirt_t' at token ';' on

Re: [ovs-dev] [PATCH] datapath-windows: Support to selectively compile targets

2018-02-27 Thread Shashank Ram
Sounds good Alin, I will update the documentation, and we can work on a patch with the solution you suggested as an alternative workflow. Thanks, Shashank From: Alin Serdean Sent: Tuesday, February 27, 2018 9:38:22 AM

Re: [ovs-dev] [PATCH] datapath-windows: Support to selectively compile targets

2018-02-27 Thread Alin Serdean
Let's have both . @Shashank Ram can you please update the documentation to accommodate for the new `vstudiotargetver` option. Thanks, Alin. -Mesaj original- De la: Shashank Ram [mailto:r...@vmware.com] Trimis: Tuesday, February 20, 2018 7:29 PM Către: Alin Balutoiu

[ovs-dev] tunnel endpoint hw acceleration enablement

2018-02-27 Thread Doherty, Declan
Invite for a DPDK community call to discuss the tunnel endpoint hw acceleration proposal in this RFC (http://dpdk.org/ml/archives/dev/2017-December/084676.html) and the related community feedback. Proposed agenda: - Summary of RFC proposal, treating TEPs as standalone entities which flows get

[ovs-dev] [PATCH] OVN python IDL: avoid useless JSON conversion to enhance performance

2018-02-27 Thread Daniel Alvarez
This patch removes a useless conversion to/from JSON in the processing of any 'modify' operations inside the process_update2 method in Python IDL implementation. Previous code will make resources creation take longer as the number of elements in the row grows because of that JSON conversion. This

[ovs-dev] [PATCH 1/2] selinux: drop autogenerated files

2018-02-27 Thread Aaron Conole
When running a make clean, it is desirable for the autogenerated files to be removed. Signed-off-by: Aaron Conole --- NOTE: these changes are currently being checked with a travis build at: https://travis-ci.org/orgcandman/ovs/builds/346814418 selinux/automake.mk | 6

[ovs-dev] [PATCH 2/2] travis: build the selinux policy under linux

2018-02-27 Thread Aaron Conole
When performing a linux build, create the selinux policy. This ensures that the selinux policy files are at least 'compile' tested when changes occur. Signed-off-by: Aaron Conole --- .travis.yml| 1 + .travis/linux-build.sh | 2 ++ 2 files changed, 3

[ovs-dev] [PATCH] Fix possible timing issues in OVN test cases

2018-02-27 Thread nusiddiq
From: Numan Siddique This patch fixes timing related failures in some test cases when run with -j option. It adds --wait=hv when calling ovn-nbctl and uses OVS_WAIT_* whereever appropriate. It also fixes the test case "ovn -- IPv6 periodic RA" wherein the logical port -

[ovs-dev] [PATCH] selinux: include the svirt_t type

2018-02-27 Thread Aaron Conole
The dpdk policy adds support for interacting with libvirt, but failed to include the appropriate svirt_t type. This results in an error like: openvswitch-custom.te:53:ERROR 'unknown type svirt_t' at token ';' on line 1060: Reported-by: Guoshuai Li Signed-off-by: Aaron

Re: [ovs-dev] [PATCH] selinux: allow dpdkvhostuserclient sockets with newer libvirt

2018-02-27 Thread Aaron Conole
Guoshuai Li writes: >> diff --git a/selinux/openvswitch-custom.te.in >> b/selinux/openvswitch-custom.te.in >> index c1a774f0e..7b9c1c7a0 100644 >> --- a/selinux/openvswitch-custom.te.in >> +++ b/selinux/openvswitch-custom.te.in >> @@ -14,6 +14,7 @@ require { >> type

Re: [ovs-dev] Hardware Acceleration in OVS-DPDK

2018-02-27 Thread Finn Christensen
Hi All, As agreed in last meeting, I have created an OVS branch of our OVS fork (from late January - v2.9), and added the Partial hw offload proposal, followed by our full offload extension - 3 additional commits. It should compile against DPDK 17.11, and for that to be possible an existing