On Tue, Aug 21, 2012 at 01:55:41PM +0900, Simon Horman wrote: > Pass vconn to fetch_port_by_features() and callers. > In some cases this will reduce the number of connections > that ovs-ofputil sets up. > > It should not alter the behaviour of ovs-ofputil. > > Signed-off-by: Simon Horman <[email protected]>
Looks good, I would apply except for rejects. I noticed one typo here, "vconn* vconn" should be "vconn *vconn": > +fetch_port_by_stats(struct vconn* vconn, const char *port_name, > + unsigned int port_no, struct ofputil_phy_port *pp) Thanks, Ben. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
