[ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-09 Thread Ales Musil
Add MAC binding aging mechanism, that utilizes the timestamp column of MAC_Binding table. When the MAC binding exceeds the threshold it is removed from SB DB, this is postponed only in case we receive update ARP with update to MAC address. The threshold is configurable via option "mac_binding_age_

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-09 Thread 0-day Robot
Bleep bloop. Greetings Ales Musil, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. checkpatch: WARNING: Line is 84 characters long (recommended limit is 79) #326 FILE: ovn-nb.xml:2397:

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-09 Thread Numan Siddique
On Tue, Aug 9, 2022 at 9:06 PM Ales Musil wrote: > > Add MAC binding aging mechanism, that utilizes > the timestamp column of MAC_Binding table. > When the MAC binding exceeds the threshold it is > removed from SB DB, this is postponed only in case > we receive update ARP with update to MAC addres

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-09 Thread Ales Musil
On Wed, Aug 10, 2022 at 3:20 AM Numan Siddique wrote: > On Tue, Aug 9, 2022 at 9:06 PM Ales Musil wrote: > > > > Add MAC binding aging mechanism, that utilizes > > the timestamp column of MAC_Binding table. > > When the MAC binding exceeds the threshold it is > > removed from SB DB, this is post

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-09 Thread Numan Siddique
On Wed, Aug 10, 2022 at 3:22 PM Ales Musil wrote: > > On Wed, Aug 10, 2022 at 3:20 AM Numan Siddique wrote: > > > On Tue, Aug 9, 2022 at 9:06 PM Ales Musil wrote: > > > > > > Add MAC binding aging mechanism, that utilizes > > > the timestamp column of MAC_Binding table. > > > When the MAC bindin

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-09 Thread Han Zhou
On Tue, Aug 9, 2022 at 4:05 AM Ales Musil wrote: > > Add MAC binding aging mechanism, that utilizes > the timestamp column of MAC_Binding table. > When the MAC binding exceeds the threshold it is > removed from SB DB, this is postponed only in case > we receive update ARP with update to MAC addres

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-09 Thread Ales Musil
On Wed, Aug 10, 2022 at 8:04 AM Han Zhou wrote: Hi Han, thank you for the review, see my reply inline below. On Tue, Aug 9, 2022 at 4:05 AM Ales Musil wrote: > > > > Add MAC binding aging mechanism, that utilizes > > the timestamp column of MAC_Binding table. > > When the MAC binding exceeds t

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-10 Thread Han Zhou
On Tue, Aug 9, 2022 at 11:22 PM Ales Musil wrote: > > > > On Wed, Aug 10, 2022 at 8:04 AM Han Zhou wrote: > > Hi Han, > > thank you for the review, see my reply inline below. > >> On Tue, Aug 9, 2022 at 4:05 AM Ales Musil wrote: >> > >> > Add MAC binding aging mechanism, that utilizes >> > the t

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-11 Thread Dumitru Ceara
On 8/10/22 18:37, Han Zhou wrote: > On Tue, Aug 9, 2022 at 11:22 PM Ales Musil wrote: >> >> >> >> On Wed, Aug 10, 2022 at 8:04 AM Han Zhou wrote: >> >> Hi Han, >> >> thank you for the review, see my reply inline below. >> >>> On Tue, Aug 9, 2022 at 4:05 AM Ales Musil wrote: Add MAC bin

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-11 Thread Ales Musil
On Thu, Aug 11, 2022 at 2:45 PM Dumitru Ceara wrote: > On 8/10/22 18:37, Han Zhou wrote: > > On Tue, Aug 9, 2022 at 11:22 PM Ales Musil wrote: > >> > >> > >> > >> On Wed, Aug 10, 2022 at 8:04 AM Han Zhou wrote: > >> > >> Hi Han, > >> > >> thank you for the review, see my reply inline below. > >

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-14 Thread Numan Siddique
On Fri, Aug 12, 2022 at 12:21 AM Ales Musil wrote: > > On Thu, Aug 11, 2022 at 2:45 PM Dumitru Ceara wrote: > > > On 8/10/22 18:37, Han Zhou wrote: > > > On Tue, Aug 9, 2022 at 11:22 PM Ales Musil wrote: > > >> > > >> > > >> > > >> On Wed, Aug 10, 2022 at 8:04 AM Han Zhou wrote: > > >> > > >> H

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-14 Thread Han Zhou
On Sun, Aug 14, 2022 at 8:30 PM Numan Siddique wrote: > > On Fri, Aug 12, 2022 at 12:21 AM Ales Musil wrote: > > > > On Thu, Aug 11, 2022 at 2:45 PM Dumitru Ceara wrote: > > > > > On 8/10/22 18:37, Han Zhou wrote: > > > > On Tue, Aug 9, 2022 at 11:22 PM Ales Musil wrote: > > > >> > > > >> > > >

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-14 Thread Numan Siddique
" On Mon, Aug 15, 2022 at 3:34 PM Han Zhou wrote: > > On Sun, Aug 14, 2022 at 8:30 PM Numan Siddique wrote: > > > > On Fri, Aug 12, 2022 at 12:21 AM Ales Musil wrote: > > > > > > On Thu, Aug 11, 2022 at 2:45 PM Dumitru Ceara wrote: > > > > > > > On 8/10/22 18:37, Han Zhou wrote: > > > > > On T

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-15 Thread Dumitru Ceara
On 8/15/22 08:46, Numan Siddique wrote: > " > > On Mon, Aug 15, 2022 at 3:34 PM Han Zhou wrote: >> >> On Sun, Aug 14, 2022 at 8:30 PM Numan Siddique wrote: >>> >>> On Fri, Aug 12, 2022 at 12:21 AM Ales Musil wrote: On Thu, Aug 11, 2022 at 2:45 PM Dumitru Ceara wrote: > On 8/

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-15 Thread Han Zhou
On Mon, Aug 15, 2022 at 1:23 AM Dumitru Ceara wrote: > > On 8/15/22 08:46, Numan Siddique wrote: > > " > > > > On Mon, Aug 15, 2022 at 3:34 PM Han Zhou wrote: > >> > >> On Sun, Aug 14, 2022 at 8:30 PM Numan Siddique wrote: > >>> > >>> On Fri, Aug 12, 2022 at 12:21 AM Ales Musil wrote: > >

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-15 Thread Numan Siddique
On Tue, Aug 16, 2022 at 3:07 AM Han Zhou wrote: > > On Mon, Aug 15, 2022 at 1:23 AM Dumitru Ceara wrote: > > > > On 8/15/22 08:46, Numan Siddique wrote: > > > " > > > > > > On Mon, Aug 15, 2022 at 3:34 PM Han Zhou wrote: > > >> > > >> On Sun, Aug 14, 2022 at 8:30 PM Numan Siddique wrote: > > >>

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-15 Thread Ales Musil
On Tue, Aug 16, 2022 at 4:14 AM Numan Siddique wrote: > On Tue, Aug 16, 2022 at 3:07 AM Han Zhou wrote: > > > > On Mon, Aug 15, 2022 at 1:23 AM Dumitru Ceara wrote: > > > > > > On 8/15/22 08:46, Numan Siddique wrote: > > > > " > > > > > > > > On Mon, Aug 15, 2022 at 3:34 PM Han Zhou wrote: > >

Re: [ovs-dev] [PATCH ovn v4 4/6] northd: Add MAC binding aging mechanism

2022-08-17 Thread Han Zhou
On Mon, Aug 15, 2022 at 11:34 PM Ales Musil wrote: > > > > On Tue, Aug 16, 2022 at 4:14 AM Numan Siddique wrote: >> >> On Tue, Aug 16, 2022 at 3:07 AM Han Zhou wrote: >> > >> > On Mon, Aug 15, 2022 at 1:23 AM Dumitru Ceara wrote: >> > > >> > > On 8/15/22 08:46, Numan Siddique wrote: >> > > > "