On Thu, Aug 4, 2011 at 7:04 AM, Simon Horman <[email protected]> wrote: > Expose the number of flows present in a datapath to user-space > and to users via ovs-dpctl show. > > e.g.: > > ovs-dpctl show br3 > system@br3: > lookups: frags:0, hit:0, missed:0, lost:0 > flows: 0 > ... > > Signed-off-by: Simon Horman <[email protected]> > > --- > > v2 > Expose n_flows by extending odp_stats rather than > adding a new netlink attribute. This is simpler and > acceptable as the userspace/kernel interface isn't > locked down yet.
Thanks, this is much simpler. I applied this with one addition: I added equivalent support to the userspace datapath for consistency. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
