The data structures which we care about are: The all_bridges list and
br->ofproto in each bridge.  I admit that this feels a bit fragile.  I
think the correct solution is to move expensive stuff into the worker
process so this sort of thing isn't necessary.  Perhaps we could get
rid of the run_fast hooks all together.  For now though I don't think
this patch will cause problems.

Ethan

On Fri, Jun 22, 2012 at 9:09 AM, Ben Pfaff <b...@nicira.com> wrote:
> On Thu, Jun 21, 2012 at 06:51:34PM -0700, Ethan Jackson wrote:
>> Adding and deleting ports can be extremely expensive so it makes
>> sense to get important work done before and after doing it.
>>
>> Signed-off-by: Ethan Jackson <et...@nicira.com>
>
> Are you sure that the bridge data structures are in a consistent state
> at all of these points?
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to