On Nov 6, 2014, at 3:32 PM, Ben Pfaff <[email protected]> wrote: > On Wed, Nov 05, 2014 at 02:48:41PM -0800, Jarno Rajahalme wrote: >> Move the frags handling check up in the call chain, so that it is done >> once for each rule_dpif_lookup_from_table() call. >> >> Signed-off-by: Jarno Rajahalme <[email protected]> > > rule_dpif_lookup_from_table() is close to the point where it would be > cleaner to use a wrapper function that only saves and restores the > transport ports. Then the "goto"s could be avoided. But I am not sure > that it crosses that point. >
Third patch adds in_port to the mix, and as ‘old_in_port’ is needed in the miss-handling part, so it is easier to keep them together. > Acked-by: Ben Pfaff <[email protected]> Thanks, pushed to master, Jarno _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
