On Tue, Nov 14, 2017 at 10:15 AM, Ben Pfaff <[email protected]> wrote: > Until now, the code for mapping ODP port number to ifindexes and vice versa > has maintained two completely separate data structures, one for each > direction. It was possible for the two mappings to become out of sync > with each other since either one could change independently. This commit > merges them into a single data structure (with two indexes), which at least > means that if one is removed then the other is as well. > > Signed-off-by: Ben Pfaff <[email protected]> > ---
Looks good to me. Acked-by: William Tu <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
