bmistree / pronghorn

1 stars 1 forks source link

Shortcut ftable updates #17

Closed bmistree closed 10 years ago

bmistree commented 10 years ago

In commit 135fe381, correctly taking into account potential backouts on state by short-circuiting with continues in produce_ftable_updates of DeltaListStateSupplier. Note, can probably do this faster by returning out with an empty list of updates when backout has been detected, rather than using continue. Could potentially save a flow mod and barrier to switches for a multi-update.

bmistree commented 10 years ago

Fixed by 4aec1e3fbc90.