On Thu, Jul 17, 2014 at 07:13:38AM -0700, Jarno Rajahalme wrote: > > On Jul 15, 2014, at 2:24 PM, Ben Pfaff <b...@nicira.com> wrote: > > > On Fri, Jul 11, 2014 at 04:55:56AM -0700, Jarno Rajahalme wrote: > >> Previously we only returned the last matching prefix length > >> encountered during a trie lookup, and skipped subtables that had > >> prefixes longer than that. This patch changes the trie lookup > >> functions to return all matching prefix lengths seen, so that all > >> non-matching prefix lengths can be skipped. > >> > >> Signed-off-by: Jarno Rajahalme <jrajaha...@nicira.com> > > > > Here, should the comment on match_plens be something more like > > "Prefixes that could possible match.?? > > You are right, I forgot to update the comment. It is now a bitmask, one bit > for each potentially matching prefix length. Each bit indicates one prefix > length with potential matches, what do you think of this: > > ?Bitmask of prefix lengths with possible matches.?
Yes, that's good, thank you. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev