]> git.proxmox.com Git - mirror_ovs.git/commit - AUTHORS.rst
lacp: New command "lacp/show-stats" fordisplaying LACP counters.
authorNitin Katiyar <nitin.katiyar@ericsson.com>
Wed, 18 Apr 2018 18:27:43 +0000 (23:57 +0530)
committerBen Pfaff <blp@ovn.org>
Wed, 18 Apr 2018 23:26:54 +0000 (16:26 -0700)
commit49b9cad34e8a122e4b2997f0a1a1707f5997737e
tree510ca4925893a58c3fb89825869a9ad3584b6e92
parent78bc7b2467a333f06aa480625f86e39839c1eb71
lacp: New command "lacp/show-stats" fordisplaying LACP counters.

Currently OVS does not provide any command to display stats for LACP
without which it is difficult to debug LACP issues. Here we propose
to display various statistics about LACP PDUs and slave state change.

Sample output:

ovs_lacp # ovs-appctl lacp/stats-show
---- bond-prv statistics ----

slave: dpdk0:
        RX PDUs: 128
        RX Bad PDUs: 0
        TX PDUs: 5
        Link Expired: 2
        Link Defaulted: 1
        Carrier Status Changed: 0

Signed-off-by: Nitin Katiyar <nitin.katiyar@ericsson.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
AUTHORS.rst
NEWS
lib/lacp.c
vswitchd/ovs-vswitchd.8.in