Re: [ovs-dev] [PATCH] ovs-appctl: dpif/show display per bridge stats

2013-03-13 Thread Ben Pfaff
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

Re: [ovs-dev] [PATCH] ovs-appctl: dpif/show display per bridge stats

2013-03-12 Thread Ben Pfaff
This looks good. I only have stylistic suggestions, see below. On Mon, Mar 11, 2013 at 02:07:39PM -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 th