Re: [ovs-dev] [PATCH ovn] Remove ageing check in run_put_mac_binding

2019-08-23 Thread Lorenzo Bianconi
> On Thu, Aug 22, 2019 at 06:51:40PM +0200, Lorenzo Bianconi wrote: > > Remove ageing check in run_put_mac_binding routine on mac-binding info > > since if ovn-controller main thread is heavy loaded the info will be > > discarded and the mac_binding table will not never be updated > > > >

Re: [ovs-dev] [PATCH ovn] Remove ageing check in run_put_mac_binding

2019-08-22 Thread Ben Pfaff
On Thu, Aug 22, 2019 at 06:51:40PM +0200, Lorenzo Bianconi wrote: > Remove ageing check in run_put_mac_binding routine on mac-binding info > since if ovn-controller main thread is heavy loaded the info will be > discarded and the mac_binding table will not never be updated > > Signed-off-by:

Re: [ovs-dev] [PATCH ovn] Remove ageing check in run_put_mac_binding

2019-08-22 Thread Numan Siddique
On Thu, Aug 22, 2019 at 10:22 PM Lorenzo Bianconi < lorenzo.bianc...@redhat.com> wrote: > Remove ageing check in run_put_mac_binding routine on mac-binding info > since if ovn-controller main thread is heavy loaded the info will be > discarded and the mac_binding table will not never be updated >

[ovs-dev] [PATCH ovn] Remove ageing check in run_put_mac_binding

2019-08-22 Thread Lorenzo Bianconi
Remove ageing check in run_put_mac_binding routine on mac-binding info since if ovn-controller main thread is heavy loaded the info will be discarded and the mac_binding table will not never be updated Signed-off-by: Lorenzo Bianconi --- controller/pinctrl.c | 7 --- 1 file changed, 7