[ovs-dev] [bondlib 17/19] bridge: Change "struct dst" from containing a dp_ifidx to a struct iface *.

Ethan Jackson ethan at nicira.com
Wed Mar 30 17:55:00 UTC 2011


On Fri, Mar 25, 2011 at 10:35 AM, Ben Pfaff <blp at nicira.com> wrote:
> The following commit will need to iterate over a set of "struct
> dst"s, obtaining the iface for each.  It could look them up using
> the hash table that indexes over dp_ifidx, but it's easier if we
> simply store the iface pointer directly.

Independent of that, I think this commit makes the code much more
intuitive.  Looks Good to me.



More information about the dev mailing list