On Tue, Mar 12, 2013 at 02:19:18PM -0700, Andy Zhou wrote:
> This is to fix the fallout of single datapath change.
> ovs-appctl dpif/show displays per bridge miss, hit
> and flow counts on the screen, but the backend is
> obtaining those information from the datapath.
> With a single datapath, all bridges of the same
> datapath would all display the same  (global)
> counters maintained by the datapath, obviously
> not correct.
> 
> This patch fixes the bug by maintaining per ofproto_dpif
> miss and hit counts, which are used for display output.
> The number of flows count is obtained by counting the
> number facets per ofproto.
> 
> ovs-dpctl show still displays the counters maintain by
> the datapath, as before.
> 
> Bug #15369
> 
> Signed-off-by: Andy Zhou <az...@nicira.com>

Applied to master, thanks!
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to