Re: [ovs-dev] [PATCH ovn] northd: Support CIDR-based MAC binding aging threshold.

2023-11-05 Thread Han Zhou
On Sun, Nov 5, 2023 at 10:59 PM Ales Musil wrote: > > > > On Sat, Nov 4, 2023 at 5:45 AM Han Zhou wrote: >> >> >> >> On Fri, Nov 3, 2023 at 1:08 AM Ales Musil wrote: >> > >> > >> > >> > On Tue, Oct 24, 2023 at 9:36 PM Han Zhou wrote: >> >> >> >> Enhance MAC_Binding aging to allow CIDR-based thr

Re: [ovs-dev] [PATCH ovn] northd: Support CIDR-based MAC binding aging threshold.

2023-11-05 Thread Ales Musil
On Sat, Nov 4, 2023 at 5:45 AM Han Zhou wrote: > > > On Fri, Nov 3, 2023 at 1:08 AM Ales Musil wrote: > > > > > > > > On Tue, Oct 24, 2023 at 9:36 PM Han Zhou wrote: > >> > >> Enhance MAC_Binding aging to allow CIDR-based threshold configurations. > >> This enables distinct threshold settings f

[ovs-dev] [PATCH v2 1/2] checkpatch: Add argument to skip committer signoff check.

2023-11-05 Thread Roi Dayan via dev
From: Salem Sol Introduce --skip-committer-signoff arg that can be used internally by groups using gerrit for code reviews and gerrit maintainers could do the rebase instead of the author or push upstream commits to be merged through gerrit. Signed-off-by: Salem Sol Acked-by: Roi Dayan --- ut

[ovs-dev] [PATCH v2 2/2] checkpatch.at: Add cases to verify skip committer check.

2023-11-05 Thread Roi Dayan via dev
First case without the skip flag should fail. Second case uses the skip flag and should pass. Signed-off-by: Roi Dayan --- tests/checkpatch.at | 26 +++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/tests/checkpatch.at b/tests/checkpatch.at index 4f6b0c7b3

[ovs-dev] [PATCH v2 0/2] Add argument to skip committer signoff check

2023-11-05 Thread Roi Dayan via dev
Hi, This v2 is just adding checkpatch.at case to verify the flag. Thanks, Roi Roi Dayan (1): checkpatch.at: Add cases to verify skip committer check. Salem Sol (1): checkpatch: Add argument to skip committer signoff check. tests/checkpatch.at | 26 +++--- utilitie

Re: [ovs-dev] [PATCH 1/1] checkpatch: Add argument to skip committer signoff check.

2023-11-05 Thread Roi Dayan via dev
On 02/11/2023 15:22, Eelco Chaudron wrote: > > > On 2 Nov 2023, at 13:37, Roi Dayan via dev wrote: > >> From: Salem Sol >> >> Introduce --skip-committer-signoff arg that can be used internally >> by groups using gerrit for code reviews and gerrit maintainers could >> do the rebase instead of

Re: [ovs-dev] [PATCH 2/2] checkpatch: Fix personal word list storage.

2023-11-05 Thread Roi Dayan via dev
On 02/11/2023 16:07, Eelco Chaudron wrote: > > > On 2 Nov 2023, at 14:20, Roi Dayan via dev wrote: > >> From: Gaetan Rivet >> >> The enchant dictionary synchronizes additions to the source file. >> Keep the two word source separate by adding the extra words only >> to the current session. >>

Re: [ovs-dev] [PATCH 1/2] checkpatch.py: Load personal words list.

2023-11-05 Thread Roi Dayan via dev
On 02/11/2023 16:11, Eelco Chaudron wrote: > > On 2 Nov 2023, at 14:20, Roi Dayan via dev wrote: > >> Add personal words list as spellcheck.txt and load it >> into enchant spell checker. This file is generated from >> codespell dictionary.txt and contains words users use >> but enchant spell ch

Re: [ovs-dev] [PATCH 1/1] checkpatch: Don't spell check Fixes tag

2023-11-05 Thread Roi Dayan via dev
On 02/11/2023 15:56, Eelco Chaudron wrote: > > > On 2 Nov 2023, at 13:59, Roi Dayan via dev wrote: > >> From: Eli Britstein >> >> Fixes tag quotes another commit that might fail in a spell check. Don't >> fail it. >> >> Signed-off-by: Eli Britstein >> Acked-by: Roi Dayan >> --- >> utilitie