Re: [ovs-dev] [PATCH ovn] docs: Typo. Remove duplicated "to".

2024-05-09 Thread Igor Zhukov
Great! Thank you for the fast review! Could you also look at https://github.com/ovn-org/ovn-website/pull/81 ? > On Wed, May 8, 2024 at 1:38 PM Igor Zhukov wrote: > >> I came across a new patch recently: >> https://patchwork.ozlabs.org/project/ovn/patch/20240423095006.

[ovs-dev] [PATCH ovn] docs: Typo. Remove duplicated "to".

2024-05-08 Thread Igor Zhukov
I came across a new patch recently: https://patchwork.ozlabs.org/project/ovn/patch/20240423095006.24429-1-martin.kal...@canonical.com/ After that, I searched the OVN source code for instances of "to to" and discovered two more occurrences of the same typo. Signed-off-by: I

[ovs-dev] [PATCH ovn] Documentation: change link from ovs to ovn in the "Submitted-at" example.

2024-05-08 Thread Igor Zhukov
It's a mega nitpick, but I observed that the example URL in the "Submitted-at" points to the OVS repository instead of OVN. Signed-off-by: Igor Zhukov --- Documentation/internals/contributing/submitting-patches.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [ovs-dev] [PATCH ovn] Add dh-python to debian/control.

2024-04-25 Thread Igor Zhukov
You're welcome. > On Fri, Apr 12, 2024 at 7:49 AM Dumitru Ceara wrote: > >> On 4/11/24 17:28, Igor Zhukov wrote: >>> I tried to build OVN in a fresh Ubuntu 24.04 Docker container. >>> >>> I only installed the Build-Depends. >>> >>> I ran:

[ovs-dev] [PATCH ovn] Add dh-python to debian/control.

2024-04-11 Thread Igor Zhukov
-buildpackage: error: debian/rules clean subprocess returned exit status 2 debuild: fatal error at line 1184: dpkg-buildpackage -us -uc -ui -b failed After researching a solution, I discovered that we need to add dh-python to the Build-Depends in debian/control. Signed-off-by: Igor Zhukov --- debian

Re: [ovs-dev] [PATCH ovn] Fix broken link for LTS release.

2024-03-20 Thread Igor Zhukov
Great! You're welcome! ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH ovn] Fix broken link for LTS release.

2024-03-04 Thread Igor Zhukov
I found the broken link at https://docs.ovn.org/en/latest/internals/release-process.html. I believe the correct link is https://www.ovn.org/en/releases/#long-term-support Signed-off-by: Igor Zhukov --- Documentation/internals/release-process.rst | 2 +- 1 file changed, 1 insertion(+), 1

[ovs-dev] [PATCH ovn] Update copyright year to 2024.

2024-02-29 Thread Igor Zhukov
I noticed the copyright year at the bottom of https://docs.ovn.org/en/latest/contents.html Signed-off-by: Igor Zhukov --- Documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index f8fc0125f..828e9443b 100644

[ovs-dev] [PATCH ovn] Update copyright year to 2024

2024-02-29 Thread Igor Zhukov
I noticed the copyright year at the bottom of https://docs.ovn.org/en/latest/contents.html Signed-off-by: Igor Zhukov --- Documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index f8fc0125f..828e9443b 100644

Re: [ovs-dev] [PATCH ovn v2] fix a copy-paste typo

2023-10-20 Thread Igor Zhukov
Sure, you are welcome. > Thank you Igor, > > Acked-by: Mark Michelson > > On 10/19/23 00:31, Igor Zhukov wrote: > >> Although this typo does not cause a real error. >> >> Look at my test: https://gcc.godbolt.org/z/hdKc389vd >> >> Signed-off-by

[ovs-dev] [PATCH ovn v2] fix a copy-paste typo

2023-10-18 Thread Igor Zhukov
Although this typo does not cause a real error. Look at my test: https://gcc.godbolt.org/z/hdKc389vd Signed-off-by: Igor Zhukov --- controller/ofctrl.c | 2 +- northd/northd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controller/ofctrl.c b/controller/ofctrl.c

[ovs-dev] [PATCH ovn] fix a copy-paste typo

2023-10-18 Thread Igor Zhukov
Although this typo does not cause a real error. Look at my test: https://gcc.godbolt.org/z/hdKc389vd Signed-off-by: Igor Zhukov --- northd/northd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/northd/northd.c b/northd/northd.c index 916068d44..f8b046d83 100644

[ovs-dev] [PATCH ovn] Fix a link.

2023-08-12 Thread Igor Zhukov
The server returns 404 for the previous link. Signed-off-by: Igor Zhukov --- ovn-architecture.7.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml index a2a87ec28..96294fe2b 100644 --- a/ovn-architecture.7.xml +++ b/ovn

Re: [ovs-dev] [PATCH ovn branch-22.03] Revert "call ovsrcu_exit() before exit in ovn-northd and ovn-controller to make valgrind happy"

2023-06-14 Thread Igor Zhukov
Sure. Acked-by: Igor Zhukov ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH ovn] call ovsrcu_exit() before exit in ovn-northd and ovn-controller to make valgrind happy

2023-06-14 Thread Igor Zhukov
I agree. Yes, we needed to check the build on version 22.03. Sorry. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH ovn branch-22.03] Revert "call ovsrcu_exit() before exit in ovn-northd and ovn-controller to make valgrind happy"

2023-06-14 Thread Igor Zhukov
I agree. Yes, we needed to check the build on version 22.03. Sorry. ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH ovn] call ovsrcu_exit() before exit in ovn-northd and ovn-controller to make valgrind happy

2023-06-09 Thread Igor Zhukov
Great! You are welcome! ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH ovn] call ovsrcu_exit() before exit in ovn-northd and ovn-controller to make valgrind happy

2023-06-06 Thread Igor Zhukov
From: Igor Zhukov You can check logs by running: make check-valgrind TESTSUITEFLAGS="246" (Actually almost every test affected but for example we need one test) Valgrind message looks like ==65437== 304 bytes in 1 blocks are possibly lost in loss record 265 of 289 ==65437==at

Re: [ovs-dev] [PATCH ovn] MAINTAINERS: fix links

2023-01-05 Thread Igor Zhukov
to update the maintainers.rst changes in two places... > On Thu, Dec 29, 2022 at 7:20 AM Igor Zhukov wrote: >> >> From: Igor Zhukov >> >> Found at https://docs.ovn.org/en/latest/internals/maintainers.html >> >> Signed-off-by: Igor Zhukov >> >>

Re: [ovs-dev] [PATCH ovn] MAINTAINERS: fix links

2023-01-05 Thread Igor Zhukov
Oh, sorry. You're right. The links don't work on github. For some reason I thought it works. Yes, I don't know what should we do. Broken links are bad. For both github and https://docs.ovn.org/ ___ dev mailing list d...@openvswitch.org

[ovs-dev] [PATCH ovn] MAINTAINERS: fix links

2022-12-29 Thread Igor Zhukov
From: Igor Zhukov Found at https://docs.ovn.org/en/latest/internals/maintainers.html Signed-off-by: Igor Zhukov --- MAINTAINERS.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS.rst b/MAINTAINERS.rst index a4012a5cf..adb4ffca2 100644

Re: [ovs-dev] [PATCH ovn v3] Don't test python3.4, python3.5 binaries in OVN_CHECK_PYTHON3 m4 check.

2022-11-22 Thread Igor Zhukov
Great! You're welcome! ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH ovn v3] Don't test python3.4, python3.5 binaries in OVN_CHECK_PYTHON3 m4 check.

2022-11-07 Thread Igor Zhukov
From: Igor Zhukov Also add python 3.11 Just a some cleanup of the commit: https://github.com/ovn-org/ovn/commit/6cbda808a2dc1f5beda39cbe50451f8d834d609a Signed-off-by: Igor Zhukov --- m4/ovn.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/ovn.m4 b/m4/ovn.m4

[ovs-dev] [PATCH ovn v2] Don't test python3.4, python3.5 binaries in OVN_CHECK_PYTHON3 m4 check.

2022-11-07 Thread Igor Zhukov
From: Igor Zhukov Also add python 3.11 Just a some cleanup of the commit: https://github.com/ovn-org/ovn/commit/6cbda808a2dc1f5beda39cbe50451f8d834d609a Signed-off-by: Igor Zhukov --- m4/ovn.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/ovn.m4 b/m4/ovn.m4

[ovs-dev] [PATCH ovn 2/2] Don't test python3.4, python3.5 binaries in OVN_CHECK_PYTHON3 m4 check.

2022-11-07 Thread Igor Zhukov
From: Igor Zhukov Also add python 3.11 Just a some cleanup of the commit: https://github.com/ovn-org/ovn/commit/6cbda808a2dc1f5beda39cbe50451f8d834d609a Signed-off-by: Igor Zhukov --- m4/ovn.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/ovn.m4 b/m4/ovn.m4

[ovs-dev] [PATCH ovn] Don't test python3.4, python3.5 binaries in OVN_CHECK_PYTHON3 m4 check.

2022-11-07 Thread Igor Zhukov
From: Igor Zhukov Signed-off-by: Igor Zhukov --- m4/ovn.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/m4/ovn.m4 b/m4/ovn.m4 index bc2ac1aef..6667e5e4d 100644 --- a/m4/ovn.m4 +++ b/m4/ovn.m4 @@ -303,13 +303,13 @@ AC_DEFUN([OVN_CHECK_VALGRIND], dnl Checks for Python

Re: [ovs-dev] [PATCH ovn] run CI for every commit when merging several commits, not for the latest.

2022-08-07 Thread Igor Zhukov
Great! I see it works: https://github.com/ovn-org/ovn/commits/main > On Fri, Aug 5, 2022 at 1:05 AM Igor Zhukov wrote: > >> From: Igor Zhukov >> >> Docs: >> https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value >>

Re: [ovs-dev] [PATCH ovn] Cancel previous runs in the PR when you push new commits

2022-08-05 Thread Igor Zhukov
Yesterday I created a patch: https://patchwork.ozlabs.org/project/ovn/patch/20220804145543.8294-1-fsb4...@yandex.ru/ I hope it solves all the problems. Maybe I should have written to this thread right away, because you might not see > On 8/4/22 15:19, Igor Zhukov wrote: > >>

[ovs-dev] [PATCH ovn] run CI for every commit when merging several commits, not for the latest.

2022-08-04 Thread Igor Zhukov
From: Igor Zhukov Docs: https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value Test: https://github.com/fsb4000/ovn/actions and https://imgur.com/a/mUBQWSO Signed-off-by: Igor Zhukov --- .github/workflows/ovn-kubernetes.yml | 2 +- .github/workflows

Re: [ovs-dev] [PATCH ovn] Cancel previous runs in the PR when you push new commits

2022-08-04 Thread Igor Zhukov
Yes, some tests needed. I will try to test later today. > On 8/4/22 15:19, Igor Zhukov wrote: > >> Hi. Yes, I confirm. >> I'm sorry :( > > No problem. :) > >> Probably removing >> `|| github.ref` >> will help. > > Makes sense to me to limit

Re: [ovs-dev] [PATCH ovn] Cancel previous runs in the PR when you push new commits

2022-08-04 Thread Igor Zhukov
have any other thoughts on this matter? > > Thanks, > Dumitru > > On 7/14/22 22:02, Numan Siddique wrote: > >> On Wed, Jul 13, 2022 at 6:53 AM Ales Musil wrote: >> >>> Ok, thanks. >>> >>> Acked-by: Ales Musil >> >> Thanks. I ap

Re: [ovs-dev] [PATCH ovn] Cancel previous runs in the PR when you push new commits

2022-07-15 Thread Igor Zhukov
Great! You are welcome! Igor Zhukov ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Re: [ovs-dev] [PATCH ovn] Cancel previous runs in the PR when you push new commits

2022-07-13 Thread Igor Zhukov
just to be sure. > > Thanks, > > Ales > > On Wed, Jul 13, 2022 at 1:25 PM Igor Zhukov wrote: > >> From: Igor Zhukov >> >> While implementing https://github.com/ovn-org/ovn/pull/139 I sometimes pushed >> >> several commits quickly and after that I noti

[ovs-dev] [PATCH ovn] Cancel previous runs in the PR when you push new commits

2022-07-13 Thread Igor Zhukov
From: Igor Zhukov While implementing https://github.com/ovn-org/ovn/pull/139 I sometimes pushed several commits quickly and after that I noticed that previous run was still in progress and the most recent run was waiting in line. I googled some solutions and I found the answer: https

[ovs-dev] [PATCH ovn] Build tests with asan and ubsan together to reduce CI time.

2022-07-11 Thread Igor Zhukov
From: Igor Zhukov Also fix typo in comments Also fix memory leak in utilities/ovn-dbctl.c Also add "-g" to CFLAGS to forbid autotools from adding "-g -O2" (temporary solution) Signed-off-by: Igor Zhukov Acked-by: Dumitru Ceara Submitted-at: https://github.com/ovn-org/o

Re: [ovs-dev] [PATCH ovn] fix typo

2022-07-11 Thread Igor Zhukov
You're welcome! I sent this patch via `git send-email` :) ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH ovn] fix typo

2022-07-11 Thread Igor Zhukov
From: Igor Zhukov Signed-off-by: Igor Zhukov Acked-by: Dumitru Ceara --- tests/system-ovn.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-ovn.at b/tests/system-ovn.at index 1cabf1f31..4a8fdede8 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at

[ovs-dev] [PATCH ovn] fix typo

2022-07-08 Thread Igor Zhukov
Signed-off-by: Igor Zhukov Acked-by: Dumitru Ceara --- tests/system-ovn.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-ovn.at b/tests/system-ovn.at index 1cabf1f31..4a8fdede8 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at @@ -4505,7 +4505,7

[ovs-dev] [PATCH ovn] fix typo

2022-07-08 Thread Igor Zhukov
Signed-off-by: Igor Zhukov Acked-by: Dumitru Ceara --- tests/system-ovn.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-ovn.at b/tests/system-ovn.at index 1cabf1f31..4a8fdede8 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at @@ -4505,7 +4505,7