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

Ryan Moats rmoats at us.ibm.com
Fri Jun 24 20:42:29 UTC 2016


Ryan Moats/Omaha/IBM at IBMUS wrote on 06/24/2016 03:39:28 PM:

> From: Ryan Moats/Omaha/IBM at IBMUS
> To: dev at openvswitch.org
> Cc: blp at ovn.org, russell at ovn.org, Ryan Moats/Omaha/IBM at IBMUS
> Date: 06/24/2016 03:39 PM
> Subject: [PATCH] Fix port binding update on OVS port delete events
>
> 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>
> ---

Sorry for the delay - had one of the e2e tests decide to race on
me and so I spent the time making sure it wasn't another breakage.

Ben and Russell in case you didn't get it direct:
http://patchwork.ozlabs.org/patch/640417/

Ryan Moats



More information about the dev mailing list