]> git.proxmox.com Git - mirror_ovs.git/commit
ofp-table: Better summarize table features and statistics.
authorBen Pfaff <blp@ovn.org>
Mon, 27 Aug 2018 21:43:39 +0000 (14:43 -0700)
committerBen Pfaff <blp@ovn.org>
Fri, 26 Oct 2018 22:19:37 +0000 (15:19 -0700)
commit9d36d7d7289a58d6a14f92896d870695f997d989
tree9232041fee58ec395e21d3b350ae26ed5ab0cb8e
parentdf50117721bcefb72f95089819d7fbefb22c351c
ofp-table: Better summarize table features and statistics.

Before this patch, most dump-table-stats outputs would contain about
250 lines of the form:

  table #: ditto

With this patch, they have one line like this:

  tables 2...254: ditto

which is much easier to read.

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
include/openvswitch/ofp-table.h
lib/ofp-print.c
lib/ofp-table.c
tests/ofproto-dpif.at
tests/ofproto.at
utilities/ovs-ofctl.c