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

2019-09-16 Thread Dumitru Ceara
On Wed, Sep 11, 2019 at 10:05 PM wrote: > > 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 > rec

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

2019-09-12 Thread Han Zhou
On Wed, Sep 11, 2019 at 1:05 PM wrote: > > 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 > rece

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

2019-09-11 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