Re: [ovs-dev] [PATCH v3 8/8] ovsdb-tool: Add new "db-name" and "schema-name" commands.

2017-12-18 Thread Yifeng Sun
Tested this patch and it works, thanks. Tested-by: Yifeng Sun Reviewed-by: Yifeng Sun On Wed, Dec 13, 2017 at 3:10 PM, Ben Pfaff wrote: > Signed-off-by: Ben Pfaff > --- > NEWS | 1 + >

Re: [ovs-dev] [PATCH v4 1/3] dpif-netdev: Refactor PMD performance into dpif-netdev-perf

2017-12-18 Thread Darrell Ball
On 12/18/17, 2:41 PM, "Jan Scheurich" wrote: Hi Aaron, Thanks for the review. Answers in-line. Regards, Jan > -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Monday, 18 December, 2017 19:41 > To:

[ovs-dev] Protección patrimonial para su empresa

2017-12-18 Thread Blindaje económico empresarial contra desastre
Mida y minimice el impacto económico por desastres Blindaje económico empresarial contra desastres 17 de Enero - Mtro. David Lozada Martínez - 9am-8pm Inscríbase hoy a este seminario, en el cual nuestro experto le enseñará no sólo a identificar los riesgos y sus impactos, sino a establecer

[ovs-dev] [PATCH 3/3] Measure performance of ovn-controller loop.

2017-12-18 Thread Mark Michelson
This modifies ovn-controller to measure the amount of time it takes to detect a change in the southbound database, generate the resulting flow table, and write the flow table down to vswitchd. The statistics can be queried using: ovs-appctl -t ovn-controller performance/show ovn-controller-loop

[ovs-dev] [PATCH 2/3] Save performance stats to database.

2017-12-18 Thread Mark Michelson
This commit builds on the performance library by storing compiled statistics in the OVS vswitchd database. This can make it more useful for administrators to keep tabs on performance in real time and make adjustments if necessary. Signed-off-by: Mark Michelson ---

[ovs-dev] [PATCH 0/3] Add performance measurement library

2017-12-18 Thread Mark Michelson
This set of commits adds a new library for OVS that allows for measuring the performance of operations in OVS and compiling statistics from these measurements. The aims of this addition are twofold: 1) For developers, this can provide a measurement of something that is either finer or

Re: [ovs-dev] [PATCH v4 1/3] dpif-netdev: Refactor PMD performance into dpif-netdev-perf

2017-12-18 Thread Jan Scheurich
Hi Aaron, Thanks for the review. Answers in-line. Regards, Jan > -Original Message- > From: Aaron Conole [mailto:acon...@redhat.com] > Sent: Monday, 18 December, 2017 19:41 > To: Jan Scheurich > Cc: d...@openvswitch.org > Subject: Re: [ovs-dev] [PATCH v4 1/3]

Re: [ovs-dev] [PATCH v2] windows/lib: Fix Windows C++ compilation issues on common headers

2017-12-18 Thread Sairam Venugopal
+Alin/Nithin for Windows. Hi Ben, Thanks for reviewing the changes. The BUILD_ASSERT change is required in this instance primarily because of its usage. Based on CPP reference, A static assert declaration may appear at block scope (as a block declaration) and inside a class body (as a member

Re: [ovs-dev] [PATCH v4 1/3] dpif-netdev: Refactor PMD performance into dpif-netdev-perf

2017-12-18 Thread Aaron Conole
Hi Jan, Jan Scheurich writes: > Add module dpif-netdev-perf to host all PMD performance-related > data structures and functions in dpif-netdev. Refactor the PMD > stats handling in dpif-netdev and delegate whatever possible into > the new module, using clean

Re: [ovs-dev] [PATCH] doc: Add docs for linux-sfq QoS supported parameters

2017-12-18 Thread Ben Pfaff
On Sun, Dec 17, 2017 at 12:28:25PM +0100, Lukasz Rzasik wrote: > Qdisc SFQ was already fully supported but ovs-vswtich.conf.db > lacked documentation about supported parameters. > This patch adds the documentation. > > CC: Jonathan Vestin > CC: Ben Pfaff >

Re: [ovs-dev] [PATCH] dpif-netdev: Refactor datapath flow cache

2017-12-18 Thread Jan Scheurich
Hi Yipeng, Thanks a lot for your feedback. Please find some responses below. Regards, Jan From: Wang, Yipeng1 [mailto:yipeng1.w...@intel.com] Sent: Sunday, 17 December, 2017 19:49 To: Jan Scheurich ; d...@openvswitch.org Cc: Gobriel, Sameh ;

Re: [ovs-dev] [PATCH V2] ofproto-dpif-xlate: Incorrect handling of errors in group action processing

2017-12-18 Thread Vishal Deep Ajmera
Hi, Do anyone sees any issue with the patch below ? Warm Regards, Vishal -Original Message- From: ovs-dev-boun...@openvswitch.org [mailto:ovs-dev-boun...@openvswitch.org] On Behalf Of Vishal Deep Ajmera Sent: Monday, December 11, 2017 5:25 PM To: d...@openvswitch.org Subject: [ovs-dev]

[ovs-dev] [patch v1 3/3] tests: Add dpctl test for conntrack nconns/maxconns.

2017-12-18 Thread Darrell Ball
Signed-off-by: Darrell Ball --- tests/system-kmod-macros.at | 19 + tests/system-traffic.at | 85 tests/system-userspace-macros.at | 12 ++ 3 files changed, 116 insertions(+) diff --git

[ovs-dev] [patch v1 2/3] dpctl conntrack: Add get number of connections command.

2017-12-18 Thread Darrell Ball
A get command is added for number of conntrack connections. This command is only supported in the userspace datapath at this time. Signed-off-by: Darrell Ball Signed-off-by: Antonio Fischetti Co-authored-by: Antonio Fischetti

[ovs-dev] [patch v1 1/3] dpctl conntrack: Add get and set maxconns command.

2017-12-18 Thread Darrell Ball
Get and set dpctl commands are added for conntrack maxconns. These commands are only supported in the userspace datapath at this time. Signed-off-by: Darrell Ball Signed-off-by: Antonio Fischetti Co-authored-by: Antonio Fischetti

[ovs-dev] [patch v1 0/3] dpctl conntrack: Add nconns/maxconns commands.

2017-12-18 Thread Darrell Ball
Commands are added to: Get the number of conntrack connections. Get the maximum limit of conntrack connections. Set the maximum limit of conntrack connections. These commands are only supported in the userspace datapath at this time. A supporting test is added. Darrell Ball (3): dpctl

Re: [ovs-dev] [ovs-dev, v5, 2/2] netdev-dpdk: Enable optional dequeue zero copy for vHost User

2017-12-18 Thread Ilya Maximets
On 18.12.2017 16:20, Loftus, Ciara wrote: >> >> On 18.12.2017 15:28, Loftus, Ciara wrote: Not a full review. >>> >>> Thanks for your feedback. >>> General thoughts: If following conditions are true: 1. We don't need to add new feature to deprecated vhostuser

[ovs-dev] [PATCH v4 1/3] dpif-netdev: Refactor PMD performance into dpif-netdev-perf

2017-12-18 Thread Jan Scheurich
Add module dpif-netdev-perf to host all PMD performance-related data structures and functions in dpif-netdev. Refactor the PMD stats handling in dpif-netdev and delegate whatever possible into the new module, using clean interfaces to shield dpif-netdev from the implementation details.

[ovs-dev] [PATCH v4 2/3] dpif-netdev: Detailed performance stats for PMDs

2017-12-18 Thread Jan Scheurich
This patch instruments the dpif-netdev datapath to record detailed statistics of what is happening in every iteration of a PMD thread. The collection of detailed statistics can be controlled by a new configuration parameter "other_config:pmd-perf-metrics". By default it is disabled. The run-time

[ovs-dev] [PATCH v4 3/3] dpif-netdev: Detection and logging of suspicious PMD iterations

2017-12-18 Thread Jan Scheurich
This patch enhances dpif-netdev-perf to detect iterations with suspicious statistics according to the following criteria: - iteration lasts longer than US_THR microseconds (default 250). This can be used to capture events where a PMD is blocked or interrupted for such a period of time that

Re: [ovs-dev] [ovs-dev, v5, 2/2] netdev-dpdk: Enable optional dequeue zero copy for vHost User

2017-12-18 Thread Loftus, Ciara
> > On 18.12.2017 15:28, Loftus, Ciara wrote: > >> > >> Not a full review. > > > > Thanks for your feedback. > > > >> > >> General thoughts: > >> > >> If following conditions are true: > >> > >> 1. We don't need to add new feature to deprecated vhostuser port. > > > > Agree. > > > >> > >> 2. We

Re: [ovs-dev] [ovs-dev, v5, 2/2] netdev-dpdk: Enable optional dequeue zero copy for vHost User

2017-12-18 Thread Ilya Maximets
On 18.12.2017 15:28, Loftus, Ciara wrote: >> >> Not a full review. > > Thanks for your feedback. > >> >> General thoughts: >> >> If following conditions are true: >> >> 1. We don't need to add new feature to deprecated vhostuser port. > > Agree. > >> >> 2. We actually don't need to have

Re: [ovs-dev] [ovs-dev, v5, 2/2] netdev-dpdk: Enable optional dequeue zero copy for vHost User

2017-12-18 Thread Loftus, Ciara
> > Not a full review. Thanks for your feedback. > > General thoughts: > > If following conditions are true: > > 1. We don't need to add new feature to deprecated vhostuser port. Agree. > > 2. We actually don't need to have ability to change ZC config if vhost-server- > path >already

[ovs-dev] how to enable/disable inter vlan routing

2017-12-18 Thread Mostafa Salari
Hi i want to have a command on L3switch like the following in Cisco *R1(config)# ip routing* which enables forwarding between vlans. One solution is to enable/disable linux ip forwarding accordingly! However, unfortunately we have to keep that always on! Because our quagga that handles routing

[ovs-dev] TMB BONUS GIFT

2017-12-18 Thread Telekom Malaysia Berhad
Telekom Malaysia Berhad Level 51, North Wing, Menara TM, Jalan Pantai Baru, 50672, Kuala Lumpur, WP Kuala Lumpur, Malaysia. Hadiah Bonus Tahun Baru. Pihak Telekom Malaysia @Program Kemenangan yang telah diadakan pada 10 September 2017 di mana alamat email anda yang disertakan beraama Tiket