On May 22, 2014, at 1:39 PM, Ben Pfaff <[email protected]> wrote: > On Thu, May 22, 2014 at 10:57:19AM -0700, Ethan Jackson wrote: >> As a result of commit a0bab87 (ofproto: Remove per-flow miss hash >> table from upcall handler.) we're guaranteed that every packet has had >> xlate_actions() called on it at least once. Therefore, there's no >> need to re-xlate slow path flows just to shove their packets through >> the system. >> >> This also may fix a bug discussed here: >> http://openvswitch.org/pipermail/discuss/2014-April/013670.html >> >> Signed-off-by: Ethan Jackson <[email protected]> >> Reported-by: Murphy McCauley <[email protected]> > > Acked-by: Ben Pfaff <[email protected]>
Thanks, Ethan! This does, indeed, seem to fix my bug. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
