[ovs-dev] Fix port binding update on OVS port delete events

Ryan Moats rmoats at us.ibm.com
Fri Jun 24 21:13:30 UTC 2016


Ben Pfaff <blp at ovn.org> wrote on 06/24/2016 04:12:27 PM:

> From: Ben Pfaff <blp at ovn.org>
> To: Ryan Moats/Omaha/IBM at IBMUS
> Cc: dev at openvswitch.org
> Date: 06/24/2016 04:12 PM
> Subject: Re: [ovs-dev] Fix port binding update on OVS port delete events
>
> On Fri, Jun 24, 2016 at 03:39:28PM -0500, Ryan Moats wrote:
> > Patch "Convert binding_run to incremental processing." introduced
> > a bug where the port binding table is not correctly updated when
> > an OVS port is deleted.  Fix this by
> > - persisting the lport shash used to record OVS ports
> > - change get_local_iface_ids to return a bool indicating if
> >   the persisted lport shash has changed
> > - change port binding table processing from incremental to full
> >   if the persisted lport shash has changed
> >
> > Signed-off-by: Ryan Moats <rmoats at us.ibm.com>
>
> I applied this, thanks.
>
> I hope this fixes the test breakage.
>

That's the next step...  Ryan



More information about the dev mailing list