Re: [ovs-dev] [PATCH ovn v3] Learn the mac binding only if required

2019-09-27 Thread Numan Siddique
On Fri, Sep 27, 2019 at 11:51 AM Han Zhou wrote: > > > On Tue, Sep 24, 2019 at 1:39 PM wrote: > > diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml > > index 6115e84b5..c98db48d2 100644 > > --- a/ovn-architecture.7.xml > > +++ b/ovn-architecture.7.xml > > @@ -970,6 +970,24 @@ > >

Re: [ovs-dev] [PATCH ovn v3] Learn the mac binding only if required

2019-09-26 Thread Han Zhou
On Tue, Sep 24, 2019 at 1:39 PM wrote: > diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml > index 6115e84b5..c98db48d2 100644 > --- a/ovn-architecture.7.xml > +++ b/ovn-architecture.7.xml > @@ -970,6 +970,24 @@ > this temporary use.) > > > + > +

Re: [ovs-dev] [PATCH ovn v3] Learn the mac binding only if required

2019-09-24 Thread 0-day Robot
Bleep bloop. Greetings Numan Siddique, 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 98 characters long (recommended limit is 79) #990 FILE: ovn-architecture.7.x

[ovs-dev] [PATCH ovn v3] Learn the mac binding only if required

2019-09-24 Thread nusiddiq
From: Numan Siddique OVN has the actions - put_arp and put_nd to learn the mac bindings from the ARP/ND packets. These actions update the Southbound MAC_Binding table. These actions translates to controller actions. Whenever pinctrl thread receives such packets, it wakes up the main ovn-controlle