Re: [ovs-dev] [PATCH ovn branch-22.03 0/2] Release patches for v22.03.5.

2023-11-24 Thread Dumitru Ceara
On 11/20/23 19:04, Mark Michelson wrote: > > Mark Michelson (2): > Set release date for 22.03.5. > Prepare for 22.03.6. > > NEWS | 6 +- > configure.ac | 2 +- > debian/changelog | 8 +++- > 3 files changed, 13 insertions(+), 3 deletions(-) > Looks good to me,

Re: [ovs-dev] [PATCH ovn branch-23.09 0/2] Release patches for v23.09.1.

2023-11-24 Thread Dumitru Ceara
On 11/20/23 19:04, Mark Michelson wrote: > > Mark Michelson (2): > Set release date for 23.09.1. > Prepare for 23.09.2. > > NEWS | 6 +- > configure.ac | 2 +- > debian/changelog | 8 +++- > 3 files changed, 13 insertions(+), 3 deletions(-) > Looks good to me,

Re: [ovs-dev] [PATCH ovn v2 0/2] FDB entries for localnet should not overwrite entries for vifs

2023-11-24 Thread Dumitru Ceara
On 11/21/23 09:49, Ales Musil wrote: > On Tue, Nov 7, 2023 at 9:07 AM Xavier Simonart wrote: > >> *** BLURB HERE *** >> >> Xavier Simonart (2): >> controller: FDB entries for localnet should not overwrite entries for >> vifs >> controller: avoid extra flows if localnet_learn_fdb is

[ovs-dev] [PATCH ovn] Reduce number of DHCP responder flows for LSPs

2023-11-24 Thread numans
From: Jacob Tanenbaum Currently for every LSP two DHCP responder flows are created. These two flows are almost exactly the same differing only in the match. ex. Unicast flow (for RENEW/REBIND): "match":"inport == \"0e4b7821-b5ae-4bff-9424-d7245c679150\" && eth.src == fa:16:3e:68:5e:c1 &&

Re: [ovs-dev] [PATCH ovn v2 00/18] northd lflow incremental processing

2023-11-24 Thread Numan Siddique
On Fri, Nov 24, 2023 at 10:38 AM Dumitru Ceara wrote: > > On 11/16/23 22:05, Numan Siddique wrote: > > On Thu, Nov 16, 2023 at 2:54 PM Han Zhou wrote: > >> > >> On Wed, Nov 15, 2023 at 7:32 PM Numan Siddique wrote: > >>> > >>> On Wed, Nov 15, 2023 at 2:59 AM Han Zhou wrote: > > On

Re: [ovs-dev] [PATCH ovn v2 00/18] northd lflow incremental processing

2023-11-24 Thread Dumitru Ceara
On 11/16/23 22:05, Numan Siddique wrote: > On Thu, Nov 16, 2023 at 2:54 PM Han Zhou wrote: >> >> On Wed, Nov 15, 2023 at 7:32 PM Numan Siddique wrote: >>> >>> On Wed, Nov 15, 2023 at 2:59 AM Han Zhou wrote: On Thu, Oct 26, 2023 at 11:12 AM wrote: > > From: Numan Siddique

[ovs-dev] [PATCH ovn 3/3] perf-northd.at: Add ovn-northd recompute statistics.

2023-11-24 Thread Dumitru Ceara
Trigger a full recompute after each DB build run and record the results. Signed-off-by: Dumitru Ceara --- tests/perf-northd.at | 29 - 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/tests/perf-northd.at b/tests/perf-northd.at index

[ovs-dev] [PATCH ovn 2/3] perf-northd.at: Parse and display more stopwatch data.

2023-11-24 Thread Dumitru Ceara
Signed-off-by: Dumitru Ceara --- tests/perf-northd.at |6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/perf-northd.at b/tests/perf-northd.at index eb579bf19b..16f1bcf453 100644 --- a/tests/perf-northd.at +++ b/tests/perf-northd.at @@ -74,6 +74,12 @@

[ovs-dev] [PATCH ovn 1/3] perf-northd.at: Don't start ovn-controllers.

2023-11-24 Thread Dumitru Ceara
The goal is to test northd performance so there's no point to start hypervisors. Signed-off-by: Dumitru Ceara --- tests/perf-northd.at |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/perf-northd.at b/tests/perf-northd.at index ca115dadc2..eb579bf19b 100644 ---

[ovs-dev] [PATCH ovn 0/3] Improve in-tree ovn-northd perf testing.

2023-11-24 Thread Dumitru Ceara
It might not be very known but the OVN code base actually has its own integrated performance self tests for ovn-northd. These allow benchmarking northd performance for a couple of common scenarios. In order to run them one needs to use the 'make check-perf' command (also documented in

Re: [ovs-dev] |fail| pw1868140 [PATCH] ci: Add clang-analyze to GitHub actions.

2023-11-24 Thread Eelco Chaudron
Hi Aaron, Guess the Robot does some magic checkout resulting in no parent branch. Can you let me know how the branch for the run gets created, so I can figure out how to change the script to find the base branch? Thanks, Eelco On 24 Nov 2023, at 14:00, 0-day Robot wrote: > From:

[ovs-dev] [PATCH] ci: Add clang-analyze to GitHub actions.

2023-11-24 Thread Eelco Chaudron
This patch detects new static analyze issues, and report them. It does this by reporting on the delta for this branch, compared to the previous branch. For example the error might look like this: error level: +0 -0 no changes warning level: +2 +0 New issue "deadcode.DeadStores Value

Re: [ovs-dev] [dpdk-latest 1/2] ci: Cache DPDK installed libraries only.

2023-11-24 Thread Simon Horman
On Wed, Nov 22, 2023 at 01:16:11PM +0100, David Marchand wrote: > Rather than save the whole DPDK sources and build artefacts, checkout > sources in a separate directory and build DPDK there. > Only the installed artefacts are then going to the cache. > Example sources in the share/dpdk installed

Re: [ovs-dev] [PATCH v3 1/3] mcast-snooping: Test per port explicit flooding.

2023-11-24 Thread Simon Horman
On Tue, Nov 21, 2023 at 01:48:43PM +, Simon Horman wrote: > On Thu, Nov 16, 2023 at 12:42:44PM +0100, David Marchand wrote: > > Various options affect how the mcast snooping module work. > > > > When multicast snooping is enabled and a reporter is known, it is still > > possible to flood

[ovs-dev] [PATCH ovn] northd: Add missing stopwatch initialization.

2023-11-24 Thread Dumitru Ceara
We forgot to register the port group and meter stopwatches. Without that no data is actually collected. Fixes: 2225c0755540 ("northd: Move port group processing to its own I-P node.") Fixes: 46564e6904a6 ("northd: Add a separate I-P node for handling meters.") Signed-off-by: Dumitru Ceara ---

Re: [ovs-dev] [PATCH ovn v2 09/18] northd: Add a new node ls_lbacls.

2023-11-24 Thread Dumitru Ceara
On 10/26/23 20:15, num...@ovn.org wrote: > From: Numan Siddique > > This new engine now maintains the load balancer and ACL data of a > logical switch which was earlier part of northd engine node data. > The main inputs to this engine are: > - northd node > - NB logical switch node >

Re: [ovs-dev] [PATCH ovn v2 06/18] northd: Add a new engine 'lr-lb-nat-data' to manage routers' lb data.

2023-11-24 Thread Dumitru Ceara
On 11/23/23 22:29, Dumitru Ceara wrote: > On 11/23/23 21:45, Dumitru Ceara wrote: >> On 10/26/23 20:15, num...@ovn.org wrote: >>> From: Numan Siddique >>> >>> This new engine now maintains the load balancer and NAT data of a >>> logical router which was earlier part of northd engine node data.

Re: [ovs-dev] [PATCH 0/8] ci: Add remaining check tests to GitHub actions.

2023-11-24 Thread Eelco Chaudron
On 24 Nov 2023, at 11:29, Simon Horman wrote: > On Thu, Nov 23, 2023 at 11:30:35AM +0100, Eelco Chaudron wrote: >> This set of patches incorporates the remaining make check tests into >> the GitHub action run. Notably, this inclusion does not appear to >> extend the overall run time, as the

Re: [ovs-dev] [PATCH branch-3.2] dpdk: Use DPDK 22.11.3 release for OVS 3.2.

2023-11-24 Thread David Marchand
On Thu, Nov 23, 2023 at 12:51 PM Kevin Traynor wrote: > > Update the CI and docs to use DPDK 22.11.3. > > Signed-off-by: Kevin Traynor Reviewed-by: David Marchand -- David Marchand ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH branch-3.1] dpdk: Use DPDK 22.11.3 release for OVS 3.1.

2023-11-24 Thread David Marchand
On Thu, Nov 23, 2023 at 12:51 PM Kevin Traynor wrote: > > Update the CI and docs to use DPDK 22.11.3. > > Signed-off-by: Kevin Traynor Reviewed-by: David Marchand -- David Marchand ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH branch-3.2] dpdk: Use DPDK 22.11.3 release for OVS 3.2.

2023-11-24 Thread Simon Horman
On Thu, Nov 23, 2023 at 11:50:26AM +, Kevin Traynor wrote: > Update the CI and docs to use DPDK 22.11.3. > > Signed-off-by: Kevin Traynor Acked-by: Simon Horman ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH branch-3.0] dpdk: Use DPDK 21.11.5 release for OVS 3.0.

2023-11-24 Thread David Marchand
On Thu, Nov 23, 2023 at 12:51 PM Kevin Traynor wrote: > > Update the CI and docs to use DPDK 21.11.5. > > Signed-off-by: Kevin Traynor Reviewed-by: David Marchand -- David Marchand ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH branch-3.1] dpdk: Use DPDK 22.11.3 release for OVS 3.1.

2023-11-24 Thread Simon Horman
On Thu, Nov 23, 2023 at 11:50:25AM +, Kevin Traynor wrote: > Update the CI and docs to use DPDK 22.11.3. > > Signed-off-by: Kevin Traynor Acked-by: Simon Horman ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH branch-2.17] dpdk: Use DPDK 21.11.5 release for OVS 2.17.

2023-11-24 Thread David Marchand
On Thu, Nov 23, 2023 at 12:50 PM Kevin Traynor wrote: > > Update the CI and docs to use DPDK 21.11.5. > > Signed-off-by: Kevin Traynor > --- > .ci/linux-build.sh | 2 +- > Documentation/faq/releases.rst | 2 +- > Documentation/intro/install/dpdk.rst | 8 > NEWS

Re: [ovs-dev] [PATCH branch-3.0] dpdk: Use DPDK 21.11.5 release for OVS 3.0.

2023-11-24 Thread Simon Horman
On Thu, Nov 23, 2023 at 11:50:24AM +, Kevin Traynor wrote: > Update the CI and docs to use DPDK 21.11.5. > > Signed-off-by: Kevin Traynor Acked-by: Simon Horman ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH branch-2.17] dpdk: Use DPDK 21.11.5 release for OVS 2.17.

2023-11-24 Thread Simon Horman
On Thu, Nov 23, 2023 at 11:50:23AM +, Kevin Traynor wrote: > Update the CI and docs to use DPDK 21.11.5. > > Signed-off-by: Kevin Traynor Acked-by: Simon Horman ___ dev mailing list d...@openvswitch.org

Re: [ovs-dev] [PATCH 0/8] ci: Add remaining check tests to GitHub actions.

2023-11-24 Thread Simon Horman
On Thu, Nov 23, 2023 at 11:30:35AM +0100, Eelco Chaudron wrote: > This set of patches incorporates the remaining make check tests into > the GitHub action run. Notably, this inclusion does not appear to > extend the overall run time, as the newly added tests complete prior > to the existing ones.